summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt2015-03-311-3/+12
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-141-1/+1
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-121-2/+1
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-1/+5
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-091-16/+10
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-081-2/+2
* Add syslog system callsGregory Nutt2014-10-081-10/+16
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-6/+6
* Add system calls for AIO kernel functionsGregory Nutt2014-10-051-4/+13
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-041-4/+6
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-281-12/+23
* Add system calls for shared memory interfacesGregory Nutt2014-09-221-3/+15
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-4/+2
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-151-2/+1
* exevc, execvl, posix_spawn, and posix_spawnp were not properly integrated as ...Gregory Nutt2014-09-121-10/+10
* 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