summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-1/+1
* There is no more point in indexing /var/db/freebsd-update than there is indes2015-11-132-2/+2
* Add some basic tests that exercise cputime limits with limits(1)ngie2015-11-093-0/+76
* lower again the warnings and remove the pragmas unsupported by gcc 4.2.1bapt2015-11-084-16/+1
* Eliminate some gcc pragmasbapt2015-11-082-17/+7
* Fix build of localedef(1) on arm where wchar_t is an unsigned intbapt2015-11-073-5/+5
* Rewrite the histoty partbapt2015-11-071-8/+13
* Improve localedef(1) manpagebapt2015-11-071-89/+113
* Bump warning levelbapt2015-11-071-1/+1
* Use const where needed instead of using pragmas to work around the warningsbapt2015-11-072-11/+6
* Make bsd declaration staticbapt2015-11-071-1/+1
* Fix an off by one due to bad conversion from avl(3) to tree(3)bapt2015-11-071-3/+2
* Run memset only after having checked the return of mallocbapt2015-11-071-1/+1
* Workaround an issue on i386 to unbreak the build until the real issue is trackedbapt2015-11-071-1/+2
* Fix build on arm64bapt2015-11-071-1/+1
* Add missing headerbapt2015-11-071-0/+1
* Fix typobapt2015-11-071-1/+2
* Merge from head r290483bapt2015-11-0711-82/+122
|\
| * Improve soelim(1) manpagesbapt2015-11-071-14/+19
| * Do not truncate addresses when printing in encoded format.ume2015-11-061-10/+11
| * - Fix alignment for padding link address.ume2015-11-061-2/+2
| * Fix compiling netstat after r290367 by substituting sys/types.h forngie2015-11-061-1/+1
| * Add SUBDIR_PARALLEL.bdrewery2015-11-061-0/+1
| * 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
* | Merge from headbapt2015-11-0145-507/+1223
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud