summaryrefslogtreecommitdiff
path: root/nuttx/syscall
Commit message (Expand)AuthorAgeFilesLines
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-293-1/+11
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-093-17/+0
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-083-9/+9
* Add syslog system callsGregory Nutt2014-10-083-0/+20
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-2/+2
* Add system calls for AIO kernel functionsGregory Nutt2014-10-053-0/+15
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-043-4/+12
* 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-282-7/+16
* Add system calls for shared memory interfacesGregory Nutt2014-09-223-0/+23
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-162-4/+4
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-153-5/+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
* exevc, execvl, posix_spawn, and posix_spawnp were not properly integrated as ...Gregory Nutt2014-09-121-4/+4
* pthread prototype changes must be reflected in system calls as wellGregory Nutt2014-09-081-4/+4
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-023-0/+4
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-302-5/+5
* clock_systimer needs the same fix as fore get/set_errno when used with system...Gregory Nutt2014-08-301-3/+3
* Yet more issues with errno access via syscalls fixedGregory Nutt2014-08-302-18/+14
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-291-1/+16
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-284-12/+9
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-281-3/+25
* Can't used task_create() if address environments enabledGregory Nutt2014-08-272-1/+3
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-073-14/+8
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-133-3/+2
* Minor clean-up of typing from last commitGregory Nutt2013-12-291-1/+1
* Add sem_timedwait to syscallsGregory Nutt2013-12-283-1/+4
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-133-8/+5
* Fix some kernel-mode compilation problemsGregory Nutt2013-12-111-0/+2
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-283-1/+8
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-2/+11
* Fix compile errors when the on_exit() interface is enabled in the kernel buil...Gregory Nutt2013-05-172-2/+2
* Remove up_assert_codeGregory Nutt2013-04-253-5/+0
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-043-10/+5
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-043-0/+10
* Directories where the same source files are used to build different objects n...patacongo2013-03-191-1/+1
* Add support for nested system callspatacongo2013-03-171-0/+18
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-0/+15
* More kernel build fixespatacongo2013-03-074-2/+100
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-2/+5
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-068-554/+836
* 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
* ZNEO now (almost) builds in Windows native environmentpatacongo2012-11-291-0/+2