summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-2/+3
* Add shared memory definitions, types, prototypesGregory Nutt2014-09-221-0/+7
* 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
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-011-1/+1
* 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-131-1/+3
* Define NULL to be (0) for C++patacongo2012-08-121-3/+6
* Header file clean-uppatacongo2012-07-171-1/+1
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+6
* 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-201-3/+11
* Add rtc.h header filepatacongo2011-04-121-0/+4
* Experimental version of waitpid()patacongo2011-03-101-0/+6
* First cut at x86 build environmentpatacongo2011-03-041-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-4/+10
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-22/+22
* 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
* Easing in binfmt supportpatacongo2009-06-171-1/+1
* cosmetpatacongo2009-02-151-1/+1
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-011-0/+1
* 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
* Basic infrastructure for socket() and bind()patacongo2007-08-281-1/+4
* Add stat()patacongo2007-05-271-15/+20
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-28/+0
* Progress toward clean SDCC compilationpatacongo2007-02-211-6/+14
* Eliminating SDCC compilation errorspatacongo2007-02-211-0/+1
* Eliminating GCC dependenciespatacongo2007-02-201-0/+7
* NuttX RTOSpatacongo2007-02-171-0/+143