summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_stublookup.c
Commit message (Expand)AuthorAgeFilesLines
* 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