summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* add custom_file.hThomas Gubler2014-12-061-0/+57
* Disable -Wshadow warnings for system headers - alternatively we could use #pr...Lorenz Meier2014-05-161-0/+3
* 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
* Don't define unused system call numberspatacongo2011-04-041-141/+245
* Kernel build mostly successfulpatacongo2011-04-021-49/+70
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-59/+99
* Add conditional compilation to syscall autogenerationpatacongo2011-04-011-75/+77
* Add syscall directorypatacongo2011-03-302-2/+2
* Moving toward system call infrastructurepatacongo2011-03-291-75/+85
* header file and file header clean-uppatacongo2011-03-281-0/+145
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-0/+1
* Experimental version of waitpid()patacongo2011-03-102-0/+124
* First cut at x86 build environmentpatacongo2011-03-041-1/+1
* Add IGMP user interfacepatacongo2010-07-111-0/+120
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-4/+10