summaryrefslogtreecommitdiffstats
path: root/freebsd/usr.bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-26Update to FreeBSD stable/12 2019-08-26Sebastian Huber1-24/+5
Git mirror commit 621e7bafbf6857451f23ba11b0495c7ac69aff89.
2019-06-26Update to FreeBSD stable/12 2019-06-26Sebastian Huber1-1/+0
Git mirror commit aa83598855d14cdbf7aef6b05d0617e90f87ca2f.
2019-06-05Update to FreeBSD stable/12 2019-06-05Sebastian Huber1-5/+24
Git mirror commit 78576620f2689e23144a1cf1bf55106cc6abe2b7.
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber3-52/+46
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber1-4/+7
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber6-5/+17
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber1-262/+223
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber15-26/+51
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber3-4/+16
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber6-111/+9
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber4-102/+122
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
2018-08-28Regenerate program header filesSebastian Huber6-54/+52
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber16-16/+16
The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber11-168/+52
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-03-06NETSTAT(1): Disable unused functionsSebastian Huber1-0/+4
2017-01-17userspace tools: Regenerate headers.Christian Mauderer1-1/+1
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber9-71/+107
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10Update to FreeBSD head 2016-12-10Sebastian Huber3-7/+12
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber1-1/+65
2017-01-10VMSTAT(8): Import from FreeBSDSebastian Huber1-0/+1731
2017-01-10Enable multi-cast routing supportSebastian Huber1-0/+2
2017-01-10NETSTAT(1): Fix name list initializationSebastian Huber1-3/+3
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber34-3340/+4110
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-10-13Remove AppleTalk supportSebastian Huber1-287/+0
Prepare update to FreeBSD 11.
2016-08-04netstat: Don't init vars if they are not defined.Christian Mauderer1-0/+2
The variables are not available, if there is no INET6 defined.
2016-08-02freebsd: Don't use new wrappers for old ports.Christian Mauderer2-0/+18
Some of the commands have been adapted manually. So the wrapper currently don't necessarily work as expected. For example ifconfig calls malloc outside of the program call.
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber3-3/+3
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber4-4/+4
2015-11-18NETSTAT(1): Avoid use of uninitialized memorySebastian Huber4-1/+45
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber1-7/+7
2015-02-13Update to FreeBSD 9.3Sebastian Huber1-9/+23
2015-01-29NETSTAT(1): Disable malloc statsSebastian Huber1-0/+5
2014-09-18netstat: Initialize more global variablesSebastian Huber3-0/+15
2014-09-18netstat: Fix invalid free()Sebastian Huber1-4/+8
2013-12-16BPF(4): Add supportSebastian Huber1-0/+2
2013-11-13commands: Use REQUIRE_ORDER option processingSebastian Huber1-1/+1
2013-11-11Update to FreeBSD 9.2Sebastian Huber12-97/+115
2013-11-11Reduce divergence from FreeBSD sourcesSebastian Huber6-33/+18
2013-11-11Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber14-0/+28
2013-11-04Update to FreeBSD 8.4Sebastian Huber6-194/+344
2013-10-31NETSTAT(1): Initialize global variablesSebastian Huber4-23/+65
Use BSD program lock.
2013-10-31NETSTAT(1): Fix isalpha() and isdigit() usageSebastian Huber1-2/+2
2013-10-31NETSTAT(1): Add const qualifierSebastian Huber2-378/+18
2013-10-31NETSTAT(1): Wrap exit(), etc.Sebastian Huber2-0/+5
2013-10-31Move shell items to separate fileSebastian Huber1-14/+2
2013-10-31Move program control to thread structureSebastian Huber1-15/+6
2013-10-31Simplify getopt() to getopt_r() translationSebastian Huber1-15/+12
2013-10-10Update files to match FreeBSD layoutSebastian Huber15-203/+29
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.
2013-10-10Move files to match FreeBSD layoutSebastian Huber15-0/+8934