summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* PING6(8): Add RTEMS supportSebastian Huber2013-10-311-11/+47
* PING6(8): Delete unused variableSebastian Huber2013-10-311-1/+0
* PING6(8): Fix isxdigit() usageSebastian Huber2013-10-311-1/+1
* PING6(8): Delete unused variableSebastian Huber2013-10-311-2/+1
* PING6(8): Add const qualifierSebastian Huber2013-10-311-4/+4
* PING6(8): Use local scope for functionsSebastian Huber2013-10-311-33/+34
* PING6(8): Use local scope for global variablesSebastian Huber2013-10-311-37/+37
* ROUTE(8): Add and use contextSebastian Huber2013-10-311-3/+4
* PING(8): Fix initialization and cleanupSebastian Huber2013-10-311-0/+16
* PING(8): Delete unused variableSebastian Huber2013-10-311-1/+0
* PING(8): Add const qualifierSebastian Huber2013-10-311-7/+4
* PING(8): Use local scope for global variablesSebastian Huber2013-10-311-42/+42
* PING(8): Use BSD program lockSebastian Huber2013-10-311-4/+11
* PING(8): Avoid large buffers on the stackSebastian Huber2013-10-311-0/+10
* PING(8): Fix isxdigit() usageSebastian Huber2013-10-311-1/+1
* PING(8): Do not use signalsSebastian Huber2013-10-311-11/+12
* 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
* ROUTE(8): Adjust port to RTEMSSebastian Huber2013-10-311-5/+48
* ROUTE(8): Free dynamic memorySebastian Huber2013-10-311-2/+4
* ROUTE(8): Add and use contextSebastian Huber2013-10-311-270/+298
* Move shell items to separate fileSebastian Huber2013-10-313-42/+6
* Move program control to thread structureSebastian Huber2013-10-313-75/+50
* Simplify getopt() to getopt_r() translationSebastian Huber2013-10-314-62/+50
* Update files to match FreeBSD layoutSebastian Huber2013-10-1028-188/+34
* Move files to match FreeBSD layoutSebastian Huber2013-10-1045-0/+26729