summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-0/+1
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-2/+6
* Add basic structure to support multiple network interfacespatacongo2007-09-151-30/+31
* Fix tapdevpatacongo2007-09-143-15/+24
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
* Refactoring to provide socket support for UDPpatacongo2007-09-021-1/+1
* Implements basic TCP connection logicpatacongo2007-09-022-2/+2
* Adding socket(), bind() logicpatacongo2007-09-011-2/+2
* Added support for socket descriptorspatacongo2007-09-015-10/+10
* smtp now compilespatacongo2007-08-302-14/+12
* Can't call system open(), read(), etc.patacongo2007-08-281-21/+96
* Corrects UIP driver buildpatacongo2007-08-284-143/+231
* Adding uIP 1.0patacongo2007-08-266-2/+350
* Add stat()patacongo2007-05-271-1/+0
* typospatacongo2007-05-261-1/+2
* Add FAT rmdir and unlinkpatacongo2007-05-211-1/+5
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* Support for open of FAT fspatacongo2007-05-192-130/+100
* Improved test FAT filepatacongo2007-05-141-32/+50
* Initial mount integrationpatacongo2007-05-131-2/+2
* Misc. changes to support FAT32 fileysystempatacongo2007-05-131-16/+15
* driver private data should be retained in inode, not filepatacongo2007-05-121-32/+33
* simulated block device now contains a VFAT formated disk imagepatacongo2007-05-124-10/+400
* Add simulated block devicepatacongo2007-05-095-4/+208
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-291-1/+13
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-233-325/+0
* Added support for POSIX timerspatacongo2007-03-211-0/+6
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
* Fix typospatacongo2007-03-192-2/+2
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-1/+1
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-112-1/+5
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-101-0/+74
* Working with c5471 interruptspatacongo2007-03-071-2/+2
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-0/+8
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-0/+5
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+3
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-0/+5
* Still working toward clean 8051 linkpatacongo2007-02-283-12/+30