summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-0/+4
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-091-6/+0
* 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-0/+6
* Add system calls for AIO kernel functionsGregory Nutt2014-10-051-0/+6
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-041-0/+2
* Fix conditional compilation error introduced with the named semaphore changesGregory Nutt2014-09-291-1/+1
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-281-4/+13
* Add system calls for shared memory interfacesGregory Nutt2014-09-221-0/+9
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-2/+2
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-151-1/+0
* Fix types in SYScall stub look-up tableGregory Nutt2014-09-121-7/+5
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-121-3/+3
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-021-0/+2
* Can't used task_create() if address environments enabledGregory Nutt2014-08-271-0/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+1
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-1/+2
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-3/+2
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-1/+5
* Fix compile errors when the on_exit() interface is enabled in the kernel buil...Gregory Nutt2013-05-171-1/+1
* Remove up_assert_codeGregory Nutt2013-04-251-1/+0
* More kernel build fixespatacongo2013-03-071-1/+1
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-1/+1
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-0/+290