summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switching to C99 stdint.h typespatacongo2009-12-148-22/+24
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-142-27/+28
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-12/+43
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-0/+9
* Add gettimeofday()patacongo2009-07-111-0/+75
* Easing in binfmt supportpatacongo2009-06-171-1/+1
* cosmetpatacongo2009-02-151-1/+1
* Add select()patacongo2008-11-171-0/+119
* Add mmap() APIpatacongo2008-09-121-0/+108