summaryrefslogtreecommitdiffstats
path: root/freebsd/usr.sbin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import wpa from FreeBSDSichen Zhao2017-11-103-0/+513
|
* tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber2017-10-111-97/+178
| | | | | | Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | 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.
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-60/+56
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* ARP(8): Port to RTEMSSebastian Huber2017-01-104-1/+75
|
* ARP(8): Import from FreeBSDSebastian Huber2017-01-101-0/+884
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-0/+328
- Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.