summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_stublookup.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-0/+5
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-091-8/+0
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-081-5/+5
* Add syslog system callsGregory Nutt2014-10-081-0/+11
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-2/+2
* Add system calls for AIO kernel functionsGregory Nutt2014-10-051-0/+5
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-041-4/+8
* Add system calls for shared memory interfacesGregory Nutt2014-09-221-0/+10
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-151-3/+0
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-021-0/+1
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-301-2/+2
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-281-3/+2
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-0/+1
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-2/+1
* Fix some kernel-mode compilation problemsGregory Nutt2013-12-111-0/+2
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-0/+2
* Remove up_assert_codeGregory Nutt2013-04-251-2/+0
* 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/+343