summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make rctl(8) use more reasonable buffer size for retrieving the rules.trasz2015-11-051-1/+1
* Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional.trasz2015-11-051-5/+5
* Give enough room for addresses when -W option is specified.ume2015-11-051-11/+25
* Fix alignment of `Drop' header.ume2015-11-051-1/+1
* Use returned network name from getnetbyaddr() correctly.ume2015-11-051-6/+5
* Revert previous workaround. This problem was fixedume2015-11-051-4/+0
* Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),ume2015-11-041-0/+4
* Fix alignment of AF_LINK address.ume2015-11-041-2/+1
* Simplify r290367 using asterisk for a field widthume2015-11-041-8/+3
* Unify AF_INET case and AF_INET6 case.ume2015-11-041-15/+1
* Change to not truncate an interface name when -W optionume2015-11-041-11/+24
* Mask an IPv6 network address.ume2015-11-041-1/+8
* Restore an interface name field to left align.ume2015-11-041-2/+2
* Rename libohash to libopenbsd.rodrigc2015-11-044-6/+6
* Check for (old|new)size + 1 overflows off_t.ache2015-11-031-2/+4
* Use meaningful errno for ssize_t overflow in read().ache2015-11-031-4/+22
* Make truss work for CloudABI processes on aarch64.ed2015-10-305-85/+247
* Check archive_entry_new() result.bdrewery2015-10-291-0/+9
* Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-1/+1
* Update NetBSD RCS IDs to reflect the changes being upstreamed.delphij2015-10-272-2/+2
* In gunzip(1), treat trailing garbage as a warning and not an error. Thisdelphij2015-10-262-3/+10
* Update some obsolete information in the HACKING document.theraven2015-10-261-13/+11
* Ensure that dtc is built in C++11 mode.theraven2015-10-261-0/+2
* Lots of improvements to the BSD-licensed dtctheraven2015-10-2510-352/+511
* timeout(1): fix the acceptable range values for parse_signal()bapt2015-10-241-1/+1
* Fix some mdoc(7) issuesbapt2015-10-241-17/+16
* Bump date. Missed in r289873.tuexen2015-10-241-1/+1
* Add support to systat to display SCTP statistics.tuexen2015-10-245-1/+374
* Replace gcc reference with 'cc' and document the default ${CC}.bdrewery2015-10-241-3/+7
* Merge bmake 20151020sjg2015-10-231-2/+3
* dtc needs to be installed if MK_GPL_DTC is not set, which doesn't fit into thebdrewery2015-10-231-1/+3
* dpv(1) merged to stable/10 before release/10.2.0dteske2015-10-231-3/+3
* -C and -c allow at most one input file. Ensure this is the case when thegabor2015-10-221-5/+5
* Fix a ton of speelling errorseadler2015-10-2113-22/+22
* getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG.bapt2015-10-191-1/+1
* Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-183-3/+3
* Remove write-only variable.trasz2015-10-171-2/+0
* Add -w flag to iscsictl(8) utility, to make it wait for successfulltrasz2015-10-172-7/+89
* Add support for ARM EABI.jkim2015-10-161-1/+12
* mkimg: support fat16b partitions (MBR type 06h)emaste2015-10-154-0/+10
* Simplify syscall generation and ABI source file handling for the build.bdrewery2015-10-1320-202/+233
* Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tongie2015-10-127-148/+274
|\
| * Revert r289133; retry the mergengie2015-10-114-0/+336
| * MFhead @ r289132ngie2015-10-114-336/+0
| * MFhead @ r289100ngie2015-10-1012-173/+688
| |\
| * | Integrate the rest of the pieces from libarchive into thengie2015-10-077-144/+275
| * | MFhead @ r288954ngie2015-10-061-207/+214
| * | MFhead @ r288943ngie2015-10-0639-79/+514
| |\ \
| * | | ------------------------------------------------------------------------ngie2015-10-0628-84/+20
* | | | Update from svn-1.8.14 to 1.9.2.peter2015-10-1225-47/+293
OpenPOWER on IntegriCloud