summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Add fileno()patacongo2009-07-138-6/+241
* Add THTTPD configurationpatacongo2009-07-134-0/+994
* Add NXFLAT CGI programspatacongo2009-07-139-43/+1574
* Add tdate_parse.cpatacongo2009-07-123-4/+323
* Add fdwatch.c and timers.cpatacongo2009-07-126-44/+821
* libthttpd.c now longer used fork() and execve()patacongo2009-07-125-421/+600
* Added exec()patacongo2009-07-125-9/+166
* Add libhttpd.cpatacongo2009-07-126-101/+4564
* Add strftimepatacongo2009-07-129-62/+654
* Add gmtime and localtimepatacongo2009-07-129-22/+172
* Add framework for thttpdpatacongo2009-07-1110-3/+1982
* Add gettimeofday()patacongo2009-07-116-1/+220
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-1113-137/+524
* Added some pattern matching logicpatacongo2009-07-115-7/+240
* Add reference to NXFLAT interfacepatacongo2009-07-111-1/+6
* Document binary loadr APIspatacongo2009-06-272-19/+186
* Prep for 0.4.9nuttx-4.9patacongo2009-06-266-76/+666
* Fixes for clean ez80 compilationpatacongo2009-06-263-6/+17
* Completes initial shaky integrationpatacongo2009-06-262-6/+15
* integrating NXFLATpatacongo2009-06-265-28/+60
* updatepatacongo2009-06-261-8/+21
* function pointers in modules must have global scopepatacongo2009-06-265-8/+38
* There is no envp argument in main()patacongo2009-06-2611-22/+11
* NXFLAT doesn't set bit 0 in the entry point addresspatacongo2009-06-261-0/+10
* updatepatacongo2009-06-251-0/+3
* ChangeLogpatacongo2009-06-251-1/+4
* Fix a stack setup errorpatacongo2009-06-251-2/+2
* ROMFS was in RAMpatacongo2009-06-252-6/+12
* Mostly cosmetic integration changespatacongo2009-06-255-39/+52
* Consolidate buffer dumping functionspatacongo2009-06-251-0/+123
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-2596-368/+286
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitpatacongo2009-06-255-7/+12
* Fix messaging logic for case of debu disabledpatacongo2009-06-251-5/+16
* Initial NXFLAT debug fixespatacongo2009-06-258-43/+101
* Fix a bug in initial XIP offsetpatacongo2009-06-245-17/+119
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-248-29/+119
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
* updatepatacongo2009-06-241-1/+2
* Fix .PHONY targetspatacongo2009-06-231-1/+1
* Add another NXFLAT test casepatacongo2009-06-235-2/+332
* Still waffling on relocation typespatacongo2009-06-232-7/+70
* Remove import symbols from relo tablepatacongo2009-06-232-22/+9
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Back-out one relocation typepatacongo2009-06-224-66/+6
* New relocation typespatacongo2009-06-2210-158/+398
* Symbol table is orderedpatacongo2009-06-213-7/+40
* Add logic to mount ROMFS filesystempatacongo2009-06-213-4/+40
* Finishes first cut of examples/nxflatpatacongo2009-06-214-15/+131
* Flesh out examples/nxflat build environmentpatacongo2009-06-2132-156/+361