summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Standardizing ioctlspatacongo2008-09-124-42/+51
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-011-0/+1
* Add mkfifo()patacongo2008-07-201-13/+14
* Add float types needed by pcode runtimepatacongo2008-01-061-0/+3
* More SDCC compilation fixespatacongo2007-12-301-15/+20
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-281-1/+1
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-0/+3
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-0/+10
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-10/+10
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-1/+1
* Implemented several options in set/getsockoptspatacongo2007-09-081-9/+10
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-19/+23
* Add socket optionspatacongo2007-09-051-0/+38