summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ifconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD 8.4Sebastian Huber2013-11-045-7/+92
|
* IFCONFIG(8): Avoid write to const stringSebastian Huber2013-10-311-4/+14
|
* IFCONFIG(8): Wrap exit()Sebastian Huber2013-10-312-0/+6
|
* IFCONFIG(8): Fix some resource leaksSebastian Huber2013-10-315-4/+54
|
* IFCONFIG(8): Initialize global variables in ctorsSebastian Huber2013-10-3118-10/+180
|
* IFCONFIG(8): Fix isdigit() and isprint() usageSebastian Huber2013-10-313-4/+4
|
* IFCONFIG(8): Add const qualifierSebastian Huber2013-10-315-61/+61
|
* IFCONFIG(8): Avoid JAIL(3)Sebastian Huber2013-10-311-7/+4
|
* IFCONFIG(8): Workaround for struct option confictSebastian Huber2013-10-315-43/+2
|
* Move shell items to separate fileSebastian Huber2013-10-311-14/+2
|
* Move program control to thread structureSebastian Huber2013-10-311-23/+15
|
* Simplify getopt() to getopt_r() translationSebastian Huber2013-10-311-15/+12
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-1020-137/+21
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-1020-0/+11372