summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to use stdint/stdbool.hpatacongo2009-12-1811-650/+661
* If msg size==0, disable POSIX msg queuespatacongo2009-12-171-0/+6
* M16C build with stdint.hpatacongo2009-12-173-3/+5
* UDP needed to support resolv_querypatacongo2009-12-171-2/+2
* Fix compile issuespatacongo2009-12-172-2/+4
* Eliminate some warningspatacongo2009-12-172-1/+9
* Remove warningpatacongo2009-12-171-2/+2
* Fixes for clean NX compile/linkpatacongo2009-12-179-6/+23
* updatepatacongo2009-12-171-3/+20
* Missed uint32 type conversionspatacongo2009-12-176-7/+7
* _Bool may be an intrinsic typepatacongo2009-12-171-4/+16
* Fix backward conditional compilationpatacongo2009-12-171-2/+2
* Looks like part of Makefile was accidentally removedpatacongo2009-12-171-1/+6
* Fix race conditions probably caused by multiple, asynchronous make jobspatacongo2009-12-172-1/+9
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Need to include assert.hpatacongo2009-12-171-0/+1
* Remove warningspatacongo2009-12-173-5/+9
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* typopatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-1615-26/+44
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1613-63/+63
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-166-122/+142
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-16172-2710/+2771
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1621-386/+426
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1643-286/+318
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1623-64/+100
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1626-152/+161
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1665-2011/+2048
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1622-51/+49
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1582-533/+506
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1552-349/+348
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-15121-452/+387
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1521-70/+61
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-152-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1535-1329/+1343
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1525-79/+76
* typopatacongo2009-12-151-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1530-193/+202
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1541-1149/+1168
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1515-136/+136
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1546-392/+422
* Switching to C99 stdint.h typespatacongo2009-12-1485-1059/+1403
* Switching to C99 stdbool.h typespatacongo2009-12-1428-111/+150
* Switching to C99 stdint.h typespatacongo2009-12-1457-353/+325
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1462-443/+433
* Switching to C99 stdint.h typespatacongo2009-12-14152-1151/+1328
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1433-388/+505
* Need limits of signed and unsigned pointer-sized integerspatacongo2009-12-1411-24/+36
* Add range of pointer integer typespatacongo2009-12-1315-154/+412
* Add cstdint and cstdboolpatacongo2009-12-132-0/+131