summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-2/+9
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-221-100/+0
* Add support for extended BAUD settingspatacongo2012-07-221-0/+100
* Header file clean-uppatacongo2012-07-1711-34/+32
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-262-4/+128
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-181-6/+5
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-032-12/+12
* FTPD daemon and example now build without errorspatacongo2012-02-051-29/+54
* Add the beginnings of an FTP serverpatacongo2012-02-041-1/+3
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+6
* Remove executable property from many filespatacongo2011-08-191-0/+0
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-0/+11
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-202-9/+17
* Add getsockname()patacongo2011-05-301-0/+3
* Complets ram mapping logicpatacongo2011-05-081-2/+7
* More NXFFS logicpatacongo2011-04-281-17/+21
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+1
* THTTPD works on LPCXpressopatacongo2011-04-161-11/+5
* Add time and uptimepatacongo2011-04-151-5/+11
* Add tools to manage a version filepatacongo2011-04-141-1/+1
* LPCXpression console on UART3patacongo2011-04-131-5/+6
* Add rtc.h header filepatacongo2011-04-122-3/+7
* Fixes for kernel stub buildspatacongo2011-04-061-12/+15
* Integrate syscall with existing svcall logicpatacongo2011-04-061-19/+29
* Progress toward kernel buildpatacongo2011-04-051-9/+21
* Add stub lookup logicpatacongo2011-04-041-4/+38