summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_ifconfig.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use memset instead of bzero.Ralf Corsepius2008-08-211-4/+4
|
* 2008-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-191-0/+243
* libmisc/Makefile.am, libmisc/shell/main_wkspaceinfo.c, libmisc/shell/shell.c, libmisc/shell/shellconfig.h: Add route and ifconfig commands. The code for these was previously in the networking guide. Disable NFS filesystem mount until that code is in cpukit. * libmisc/shell/main_ifconfig.c, libmisc/shell/main_route.c: New files.