summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.2.8 releasenuttx-2.8patacongo2007-07-023-32/+30
* add set and unsetpatacongo2007-07-017-34/+172
* Add rm and rmdir commandspatacongo2007-07-011-1/+1
* Add rm and rmdir commandsChangeLogpatacongo2007-07-014-4/+36
* Added cp commandpatacongo2007-07-018-33/+217
* Add dirname and basenamepatacongo2007-07-011-0/+66
* Add basename, dirname, strrchrpatacongo2007-07-014-3/+364
* Break into several filespatacongo2007-07-015-588/+823
* document environment variablespatacongo2007-06-303-87/+273
* Add environment variable test; fix several detected bugspatacongo2007-06-304-5/+9
* Add a test of environment variablespatacongo2007-06-301-0/+97
* Fixed several more realloc errorspatacongo2007-06-301-11/+23
* Fix error in realloc when memory is extended downwardpatacongo2007-06-303-36/+44
* Add environment variable functionpatacongo2007-06-3012-3/+860
* eliminated a warningpatacongo2007-06-301-0/+2
* script debug was left onpatacongo2007-06-301-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-3022-5/+810
* +2 not ++ twicepatacongo2007-06-111-2/+1
* EINTR is not an errorpatacongo2007-06-111-5/+18
* NSH: Add cat; add -l, -s, -R to lspatacongo2007-06-103-80/+407
* Add mount, umount, and mkdir commandspatacongo2007-06-101-78/+207
* Add getoptpatacongo2007-06-105-2/+281
* Correct opendir semaphore hanlding -- was causing deadlockpatacongo2007-06-103-7/+13
* Force directory name to be nuttx-xx.yy.zzpatacongo2007-06-104-7/+23
* Need to ignore Make.dep .dependpatacongo2007-06-100-0/+0
* Fixed a problem with arch/arm/src dependenciespatacongo2007-06-105-17/+85
* Under Cygwin, executable has a different namepatacongo2007-06-091-1/+1
* Oops ChangeLog not updated in last releasepatacongo2007-06-091-1/+3
* Prepare for release 0.2.7nuttx-2.7patacongo2007-06-092-22/+24
* Don't call usleep if signals are disabledpatacongo2007-06-093-0/+8
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-095-13/+27
* No longer uses _GNU_SOURCE-specific asprintf()patacongo2007-06-093-6/+16
* Simply conditional build; fix conditional compilationpatacongo2007-06-0955-199/+87
* Add support for custom system timer frequencypatacongo2007-06-0914-17/+97
* updatespatacongo2007-06-072-0/+16
* Don't call fflush if streams are disabledpatacongo2007-06-071-0/+14
* Error in memcpy arguments for SDCC platformspatacongo2007-06-071-1/+1
* Function incorrectly namedpatacongo2007-06-071-1/+1
* Fixed nsec calculationpatacongo2007-06-071-1/+1
* Removed redundant interrupt disablepatacongo2007-06-071-4/+0
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* bash if should end with 'fi' not 'if'patacongo2007-06-061-1/+1
* file extension should be .gz not .bz2patacongo2007-06-061-1/+1
* updatedpatacongo2007-06-061-1/+6
* Add a test of statfspatacongo2007-05-301-0/+50
* allocation unit is cluster, not sectorpatacongo2007-05-291-2/+2
* Added statfs()patacongo2007-05-299-8/+182
* Remove duplicate definition of struct statfspatacongo2007-05-273-17/+174
* Added fat_getattrib.c and fat_setattrib.cpatacongo2007-05-2710-13/+484
* Fix reference count problempatacongo2007-05-277-17/+73