summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typospatacongo2007-03-192-2/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-1/+1
* Working with c5471 interruptspatacongo2007-03-071-2/+2
* Still working toward clean 8051 linkpatacongo2007-02-281-8/+7
* Fix link problemspatacongo2007-02-281-0/+3
* Working toward successful link using aslinkpatacongo2007-02-271-16/+32
* Progress toward clean SDCC compilationpatacongo2007-02-214-14/+19
* NuttX RTOSpatacongo2007-02-1719-0/+2029