summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of final closepatacongo2008-07-272-9/+16
* fix pipe cleanup logicpatacongo2008-07-274-95/+137
* Fix counting errorpatacongo2008-07-262-3/+9
* Fix FIFO interlock errorspatacongo2008-07-264-51/+197
* typopatacongo2008-07-261-1/+1
* Pipe/FIFO infopatacongo2008-07-261-7/+139
* O_RDONLY open on FIFO blocks until writer openspatacongo2008-07-265-3/+36
* Minor pipe updatespatacongo2008-07-266-48/+48
* Add pipe()patacongo2008-07-2610-410/+897
* updatepatacongo2008-07-221-0/+5
* Add support for O_NONBLOCKpatacongo2008-07-221-4/+25
* *** empty log message ***patacongo2008-07-222-30/+0
* Pipe testpatacongo2008-07-224-0/+409
* Debugging FIFO logicpatacongo2008-07-224-196/+90
* Add mkfifo()patacongo2008-07-209-24/+602
* Remove pthread_mutexattrverifytype.cpatacongo2008-06-053-104/+2
* Add recursive mutex testpatacongo2008-06-057-30/+218
* Fix recursive mutex bugpatacongo2008-06-052-2/+9
* Add commentspatacongo2008-06-031-0/+4
* Put timer_release in a separate filepatacongo2008-06-033-87/+157
* Improved timer life control fixpatacongo2008-06-035-54/+76
* Lower case file namespatacongo2008-06-014-5/+5
* Add RAM disk supportnuttx-3.11patacongo2008-06-0115-206/+465
* sim mount examplepatacongo2008-06-013-0/+469
* examples/ostest can be executed in a looppatacongo2008-06-0110-67/+100
* Fix problem when timer deleted by timer handlerpatacongo2008-06-016-24/+77
* Condition on optimization backwardpatacongo2008-06-013-6/+6
* Fix dependencypatacongo2008-06-011-3/+4
* Sim target no longer uses Linux syscalls; works with Cygwinpatacongo2008-06-0123-453/+442
* Fix several problems with accessing FAT filesystemspatacongo2008-05-314-103/+133
* Eliminate deadlock condition in opendir()patacongo2008-05-316-85/+99
* Fix memory leak: Contained watchdog not being deleted with POSIX timer deletedpatacongo2008-05-316-57/+83
* Comments updatedpatacongo2008-05-311-1/+8
* Comment updatespatacongo2008-05-315-40/+142
* Add support for recursive mutexespatacongo2008-05-3118-92/+615
* Add bug for watchdog leak.patacongo2008-05-181-1/+7
* Prepare for 0.9.10 releasenuttx-3.10patacongo2008-05-153-25/+36
* Fix important task shutdown bugspatacongo2008-05-152-2/+2
* Document compiler errorpatacongo2008-03-241-0/+17
* Fix access to ez80 I/O address spacepatacongo2008-03-2311-99/+334
* Implement irqsave/restorepatacongo2008-03-235-40/+98
* First clean ez80 compile & linkpatacongo2008-03-2310-123/+226
* Add low UART init logicpatacongo2008-03-233-8/+198
* Add timer logicpatacongo2008-03-233-2/+174
* Add timer definitionspatacongo2008-03-231-7/+90
* Do not call open/close_peripheraldevice. That ties in too closely to ZiLOG's...patacongo2008-03-221-7/+0
* Need more flexibility in defining the heap regionpatacongo2008-03-223-23/+182
* First cat at ez80 serial logicpatacongo2008-03-224-13/+901
* More ez80 files compilepatacongo2008-03-186-53/+84
* Added EZ80 filespatacongo2008-03-167-4/+743