summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PING(8): Default to three packetsSebastian Huber2014-09-241-1/+1
| | | | | In the standard RTEMS shell it is not possible to use CTRL-C, to stop the program. So use a default with finite run-time.
* IFCONFIG(8): Default to AF_INET for RTEMSSebastian Huber2014-09-241-0/+4
| | | | Avoid errors due to optional AF_LOCAL.
* ROUTE(8): Fix memory leakSebastian Huber2013-12-201-1/+1
|
* ROUTE(8): Initialize file descriptorSebastian Huber2013-12-201-0/+1
|
* commands: Use REQUIRE_ORDER option processingSebastian Huber2013-11-134-3/+7
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-1115-360/+655
|
* Reduce divergence from FreeBSD sourcesSebastian Huber2013-11-111-2/+1
|
* Move content to <machine/rtems-bsd-user-space.h>Sebastian Huber2013-11-111-7/+0
|
* Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber2013-11-1136-0/+72
|
* Update to FreeBSD 8.4Sebastian Huber2013-11-0413-236/+558
|
* PING6(8): Fix resource leaksSebastian Huber2013-10-311-2/+24
|
* 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
| | | | | There is no point in aiming for long term FreeBSD compatibility here. The issues must be fixed upstream and then move back to the RTEMS port.
* 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
| | | | | | | | | | | | | | | | | | | 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-1045-0/+26729