summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* X11 stuff doesn't build correctly on Cygwinpatacongo2009-02-071-2/+9
* Add more NX name space fixupspatacongo2008-12-011-0/+2
* Fixed dependency problem. nutt.rel must always be rebuiltpatacongo2008-12-011-3/+6
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-301-7/+18
* There is at least some X11 output nowpatacongo2008-11-303-47/+63
* Add CONFIG_SIM_WALLTIME optionpatacongo2008-11-302-0/+97
* Add X11 simulated framebufferpatacongo2008-11-303-2/+446
* Standardize framebuffer APIspatacongo2008-11-281-4/+33
* Add DM320 framebuffer driverpatacongo2008-11-261-9/+10
* Distinguish differenc RGB16 typespatacongo2008-11-251-2/+2
* Added framebuffer interfacepatacongo2008-11-232-1/+355
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-2/+4
* Revert part of last changepatacongo2008-11-191-2/+2
* Implement poll/select for socketspatacongo2008-11-181-2/+2
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-0/+2
* Add poll method to serial driverspatacongo2008-11-171-2/+12
* Register /dev/zero toopatacongo2008-11-151-0/+1
* Add a test of ROMFSpatacongo2008-09-111-0/+2
* ROMFS filesystem supportpatacongo2008-09-101-1/+1
* Fix clean targetpatacongo2008-08-291-1/+2
* Add mem command to NSHpatacongo2008-08-291-0/+1
* Fix Linux sim errors/warningpatacongo2008-08-294-5/+15
* Misc NSH enhancementspatacongo2008-08-101-1/+1
* Add RAM disk supportnuttx-3.11patacongo2008-06-012-122/+8
* examples/ostest can be executed in a looppatacongo2008-06-011-0/+1
* Fix dependencypatacongo2008-06-011-3/+4
* Sim target no longer uses Linux syscalls; works with Cygwinpatacongo2008-06-0120-440/+427
* Added lseek()patacongo2008-02-011-3/+3
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-50/+24
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+2
* cosmeticpatacongo2008-01-091-1/+1
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+5
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+5
* Fix compilation errorspatacongo2007-12-111-8/+8
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-111-3/+4
* Debug can now be selectively enabled by subystempatacongo2007-11-236-18/+18
* Add TCP readahead logicpatacongo2007-11-192-4/+4
* Eliminate most uIP globalspatacongo2007-11-081-5/+5
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-1/+1
* Basic TCP send functionalpatacongo2007-11-051-33/+20
* Add DM90x0 driverpatacongo2007-11-022-11/+1
* in progress updatepatacongo2007-10-313-23/+89
* dhcpc debugpatacongo2007-10-313-48/+112
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-10/+9
* Fixes for CYGWINpatacongo2007-09-211-40/+53
* Repair bad checkinpatacongo2007-09-201-5/+129
* Fixed for CYGWIN buildpatacongo2007-09-187-137/+22