summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NSH Documentationpatacongo2008-09-042-1/+1360
* Add NSH README filepatacongo2008-09-034-128/+465
* ping() integratedpatacongo2008-09-0310-31/+105
* Fix ICMP and UDP IP checksumspatacongo2008-09-034-10/+12
* Add NSH ping commandpatacongo2008-09-0213-37/+245
* Add uIP access to ICMP protocolpatacongo2008-09-0235-41/+201
* sendto.cpatacongo2008-09-0210-68/+753
* Fix timeout setuppatacongo2008-09-021-4/+18
* Eliminate unused variablepatacongo2008-09-021-11/+2
* Add option to disable background commandspatacongo2008-09-025-23/+45
* Add test and [ commandspatacongo2008-09-028-13/+524
* Fix compile errorpatacongo2008-09-011-3/+1
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-0114-134/+648
* Prep for 0.3.13 releasenuttx-3.13patacongo2008-09-013-58/+89
* Need separate output buffers for each threadpatacongo2008-09-011-76/+30
* Verify UDP supportpatacongo2008-09-016-48/+80
* Add uIP support more multi-threaded socket accesspatacongo2008-09-0123-333/+758
* Fix compilation when pthreads disabledpatacongo2008-08-301-0/+10
* Remove warningpatacongo2008-08-301-2/+0
* Use pthreads instead of tasks in BGpatacongo2008-08-304-174/+355
* Fix environment sharing bugpatacongo2008-08-303-4/+8
* updatepatacongo2008-08-291-1/+6
* Basic telnet NSH on ARM9patacongo2008-08-296-7/+12
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-299-8/+9
* Refactored OSD configurationspatacongo2008-08-298-1739/+25
* uIP configurationpatacongo2008-08-294-0/+597
* udp configurationpatacongo2008-08-294-0/+605
* ostest configurationpatacongo2008-08-294-0/+597
* NSH configurationpatacongo2008-08-294-0/+614
* nettest configurationpatacongo2008-08-294-0/+597
* Fix clean targetpatacongo2008-08-291-1/+2
* Add mem command to NSHpatacongo2008-08-297-2/+29
* Fix Linux sim errors/warningpatacongo2008-08-2910-16/+34
* Added ch and pwd to NSHpatacongo2008-08-2312-264/+593
* Added ch and pwd to NSHpatacongo2008-08-231-0/+2
* fix error in getopt with no argumentspatacongo2008-08-231-3/+3
* Fix error in stat on root directorypatacongo2008-08-231-4/+24
* Add chdir() and getcwd()patacongo2008-08-2211-35/+411
* cat accepts multiple filespatacongo2008-08-224-46/+59
* *** empty log message ***patacongo2008-08-201-0/+1
* Add memory inspect modify commands to NSHpatacongo2008-08-206-2/+293
* exec'ed function returns a value for 0patacongo2008-08-191-3/+6
* Support nested if-then[-else]-fipatacongo2008-08-193-39/+109
* Misc. if-then-else-fi fixespatacongo2008-08-182-17/+33
* NSH now supports commentspatacongo2008-08-173-36/+50
* backout un-necessary main_t castspatacongo2008-08-171-2/+2
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-1710-151/+424
* Fix error in FAT FS when file opened for O_APPENDpatacongo2008-08-174-20/+44
* Allow in all loctionspatacongo2008-08-173-45/+58
* Fix bad assert in opendirpatacongo2008-08-171-3/+3