summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-021-8/+19
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL...Gregory Nutt2014-08-281-3/+1
* Can't used task_create() if address environments enabledGregory Nutt2014-08-271-5/+13
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-11/+7
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-9/+10
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-4/+3
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-2/+9
* More references to SYS_oneixt vs SYS_on_exit noted by Ken PettitGregory Nutt2013-05-171-7/+7
* Remove up_assert_codeGregory Nutt2013-04-251-2/+1
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-30/+68
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-2/+9
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-261-4/+13
* THTTPD works on LPCXpressopatacongo2011-04-161-11/+5
* Add time and uptimepatacongo2011-04-151-5/+11
* Add tools to manage a version filepatacongo2011-04-141-1/+1
* LPCXpression console on UART3patacongo2011-04-131-5/+6
* Fixes for kernel stub buildspatacongo2011-04-061-12/+15
* Integrate syscall with existing svcall logicpatacongo2011-04-061-19/+29
* Progress toward kernel buildpatacongo2011-04-051-9/+21
* Add stub lookup logicpatacongo2011-04-041-4/+38
* Don't define unused system call numberspatacongo2011-04-041-141/+245
* Kernel build mostly successfulpatacongo2011-04-021-49/+70
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-59/+99
* Add conditional compilation to syscall autogenerationpatacongo2011-04-011-75/+77
* Moving toward system call infrastructurepatacongo2011-03-291-75/+85
* header file and file header clean-uppatacongo2011-03-281-0/+145