summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation/NuttxUserGuide.html
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Move file-system header files to include/nuttx/fspatacongo1-1/+1
2012-02-18Correct and error in recv() and recvfrom() return valuepatacongo1-4/+4
2012-01-31Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo1-1/+1
2011-12-05Fix banding on the R61580 LCDpatacongo1-42/+67
2011-11-29wchar_t is a C++ built in and should not (always) be definedpatacongo1-4/+7
2011-07-19Add sem_timedwait()patacongo1-281/+351
2011-05-08Complets ram mapping logicpatacongo1-46/+152
2010-10-27Add strnlen()patacongo1-0/+1
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-23/+23
2009-12-13types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo1-17/+16
2009-07-18Document string operationspatacongo1-58/+126
2009-07-12Add gmtime and localtimepatacongo1-19/+67
2009-07-11Add gettimeofday()patacongo1-0/+28
2009-07-11Add reference to NXFLAT interfacepatacongo1-1/+6
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-3/+3
2009-05-22updatepatacongo1-3/+6
2009-05-09fix typospatacongo1-56/+56
2009-03-14Finishes initial verification of priority inheritance logicpatacongo1-3/+75
2009-03-08Add support for priority inheritancepatacongo1-4/+6
2008-11-20Add support for TCP/IP connection backlogpatacongo1-0/+8
2008-11-19Add entries to indexpatacongo1-2/+5
2008-11-19Add configuration settings necessary to use poll()patacongo1-0/+19
2008-11-18Add poll() and select()patacongo1-10/+115
2008-11-16Poll API may be disabledpatacongo1-1/+1
2008-09-12Added mmap()/XIP test to ROMFS testpatacongo1-88/+380
2008-09-04update NSH docspatacongo1-1/+1
2008-09-01Fix fseek/ftell; add fsetpos/fgetpospatacongo1-5/+70
2008-08-22Add chdir() and getcwd()patacongo1-3/+6
2008-08-13Fix read()/write() prototypepatacongo1-8/+8
2008-08-10Added test for mkfatfspatacongo1-26/+70
2008-07-26typopatacongo1-1/+1
2008-07-26Pipe/FIFO infopatacongo1-7/+139
2008-07-20Add mkfifo()patacongo1-1/+2
2008-05-31Comment updatespatacongo1-9/+71
2008-05-31Add support for recursive mutexespatacongo1-57/+145
2008-02-03Update errno discussionpatacongo1-55/+73
2008-01-10Passing union parms as const upsets ZDS-II compilerpatacongo1-1/+1
2007-12-10Release 0.3.4patacongo1-8/+55
2007-09-23Add framework for listen() and connect() -- still missing logicpatacongo1-14/+133
2007-09-08Documentation updatepatacongo1-13/+525
2007-06-30document environment variablespatacongo1-86/+270
2007-05-27Remove duplicate definition of struct statfspatacongo1-6/+6
2007-03-29Added mq_timedsend() and mq_timedreceive()patacongo1-9/+180
2007-03-28Update mq_send() and mq_receive() descriptionpatacongo1-301/+349
2007-03-27updatespatacongo1-2250/+2284
2007-03-24updatespatacongo1-102/+280
2007-03-23Add new pthread_* APIspatacongo1-67/+563
2007-03-21ioctl should be prototyped in sys/ioctl.hpatacongo1-13/+17
2007-03-21Added support for POSIX timerspatacongo1-4/+70
2007-03-21Add the framework to support POSIX timerspatacongo1-188/+703