summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-311-0/+17
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-6/+12
* boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt2015-03-312-3/+123
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-142-7/+45
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-261-1/+1
* Add BSD and SYSV types to sys/types to simplify porting. From Max NeklyudovGregory Nutt2015-02-251-2/+18
* Extend the fd_set type definition so that it can handle more than 32 descript...Gregory Nutt2015-02-251-17/+26
* Standardize some header filesGregory Nutt2015-02-1617-24/+26
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-152-5/+8
* Move struct timveval from include/time.h to include/sys/time.h where it belongs.Gregory Nutt2015-02-151-1/+7
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-122-5/+61
* Add ioctls for Unix domain socketsGregory Nutt2015-01-241-0/+11
* Add sys/un.h header fileGregory Nutt2015-01-241-0/+81
* 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