summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-defi...Gregory Nutt2014-12-061-0/+59
* Updated commentsGregory Nutt2014-11-291-1/+1
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-291-2/+3
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-292-11/+44
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-091-16/+10
* 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-10/+16
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-6/+6
* Add system calls for AIO kernel functionsGregory Nutt2014-10-051-4/+13
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-041-4/+6
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-1/+7
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-281-12/+23
* Flesh out basic logic for shmget()Gregory Nutt2014-09-231-4/+5
* Add shared memory initializatin logicGregory Nutt2014-09-232-0/+3
* Add system calls for shared memory interfacesGregory Nutt2014-09-221-3/+15
* Add the build framework and skeleton files for the shared memory feature (no ...Gregory Nutt2014-09-222-7/+8
* Add shared memory definitions, types, prototypesGregory Nutt2014-09-224-7/+313
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-4/+2
* execl() is not a system interface. It belongs in libc and should not have a ...Gregory Nutt2014-09-151-2/+1
* exevc, execvl, posix_spawn, and posix_spawnp were not properly integrated as ...Gregory Nutt2014-09-121-10/+10
* Add SYSCALL support for pgalloc()Gregory Nutt2014-09-021-8/+19
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL...Gregory Nutt2014-08-281-3/+1
* Can't used task_create() if address environments enabledGregory Nutt2014-08-271-5/+13
* CosmeticGregory Nutt2014-08-171-2/+3
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-11/+7
* More removal of EXTERN on function prototypesGregory Nutt2014-07-241-5/+6
* sockio.h needs to include netinet/in.h for struct in_addrGregory Nutt2014-06-031-0/+2
* More trailing whilespace removalGregory Nutt2014-04-134-7/+7
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-131-18/+27
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-101-0/+5
* Fix some of the SIZE_MAX definitions updated in a recent commitGregory Nutt2014-01-081-12/+0
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-071-3/+21
* Add Z16F NSH configurationGregory Nutt2014-01-011-6/+4
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-011-1/+1
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-9/+10
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-4/+3
* SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board supportGregory Nutt2013-11-251-4/+4
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-0/+1
* VS1053 worker thread stack size is now configurable; Worker thread is named ...Gregory Nutt2013-11-101-5/+6
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-282-3/+10
* More references to SYS_oneixt vs SYS_on_exit noted by Ken PettitGregory Nutt2013-05-171-7/+7
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-1/+1
* Add Ken Pettit's SMART FSGregory Nutt2013-04-301-0/+1
* Remove up_assert_codeGregory Nutt2013-04-251-2/+1
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-30/+68
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+2
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-132-6/+8
* Add sendfile()patacongo2012-09-041-0/+123
* Define NULL to be (0) for C++patacongo2012-08-121-3/+6