summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall.csv
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-6/+9
* Implement user-mode work queuespatacongo2013-03-061-2/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+2
* More patches/bugfixes from Katepatacongo2012-08-261-2/+2
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-0/+1
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-261-0/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* THTTPD works on LPCXpressopatacongo2011-04-161-1/+0
* Add time and uptimepatacongo2011-04-151-0/+1
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-1/+1
* LPCXpression console on UART3patacongo2011-04-131-0/+1
* Fixes for kernel stub buildspatacongo2011-04-061-3/+2
* Progress toward kernel buildpatacongo2011-04-051-0/+2
* Add stub lookup logicpatacongo2011-04-041-1/+1
* Don't define unused system call numberspatacongo2011-04-041-7/+3
* Kernel build mostly successfulpatacongo2011-04-021-16/+1
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-9/+7
* Add conditional compilation to syscall autogenerationpatacongo2011-04-011-159/+159
* Stubs are working/Proxies are closepatacongo2011-04-011-18/+17
* Add mksyscall toolpatacongo2011-03-311-0/+1
* Move more files into subdirectories under lib/patacongo2011-03-311-27/+0
* Add syscall directorypatacongo2011-03-301-0/+186