summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/network/if_sim.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libnetworking: Use system eventsSebastian Huber2012-11-021-1/+1
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-241-3/+3
| | | | * network/if_sim.c: Do not use printf() except for printing statistics.
* Whitespace removal.Ralf Corsepius2009-11-301-2/+2
|
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-111-0/+505
* Makefile.am, bsp.h, network/if_sim.c, network/README: added driver for NIC emulation.