aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add some basic tests that exercise cputime limits with limits(1)Enji Cooper2015-11-093-0/+76
* lower again the warnings and remove the pragmas unsupported by gcc 4.2.1Baptiste Daroussin2015-11-084-16/+1
* Eliminate some gcc pragmasBaptiste Daroussin2015-11-082-17/+7
* Fix build of localedef(1) on arm where wchar_t is an unsigned intBaptiste Daroussin2015-11-073-5/+5
* Rewrite the histoty partBaptiste Daroussin2015-11-071-8/+13
* Improve localedef(1) manpageBaptiste Daroussin2015-11-071-89/+113
* Bump warning levelBaptiste Daroussin2015-11-071-1/+1
* Use const where needed instead of using pragmas to work around the warningsBaptiste Daroussin2015-11-072-11/+6
* Make bsd declaration staticBaptiste Daroussin2015-11-071-1/+1
* Fix an off by one due to bad conversion from avl(3) to tree(3)Baptiste Daroussin2015-11-071-3/+2
* Run memset only after having checked the return of mallocBaptiste Daroussin2015-11-071-1/+1
* Workaround an issue on i386 to unbreak the build until the real issue is trackedBaptiste Daroussin2015-11-071-1/+2
* Fix build on arm64Baptiste Daroussin2015-11-071-1/+1
* Add missing headerBaptiste Daroussin2015-11-071-0/+1
* Fix typoBaptiste Daroussin2015-11-071-1/+2
* Merge from head r290483Baptiste Daroussin2015-11-0711-82/+122
|\
| * Improve soelim(1) manpagesBaptiste Daroussin2015-11-071-14/+19
| * Do not truncate addresses when printing in encoded format.Hajimu UMEMOTO2015-11-061-10/+11
| * - Fix alignment for padding link address.Hajimu UMEMOTO2015-11-061-2/+2
| * Fix compiling netstat after r290367 by substituting sys/types.h forEnji Cooper2015-11-061-1/+1
| * Add SUBDIR_PARALLEL.Bryan Drewery2015-11-061-0/+1
| * Make rctl(8) use more reasonable buffer size for retrieving the rules.Edward Tomasz Napierala2015-11-051-1/+1
| * Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional.Edward Tomasz Napierala2015-11-051-5/+5
| * Give enough room for addresses when -W option is specified.Hajimu UMEMOTO2015-11-051-11/+25
| * Fix alignment of `Drop' header.Hajimu UMEMOTO2015-11-051-1/+1
| * Use returned network name from getnetbyaddr() correctly.Hajimu UMEMOTO2015-11-051-6/+5
| * Revert previous workaround. This problem was fixedHajimu UMEMOTO2015-11-051-4/+0
| * Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),Hajimu UMEMOTO2015-11-041-0/+4
| * Fix alignment of AF_LINK address.Hajimu UMEMOTO2015-11-041-2/+1
| * Simplify r290367 using asterisk for a field widthHajimu UMEMOTO2015-11-041-8/+3
| * Unify AF_INET case and AF_INET6 case.Hajimu UMEMOTO2015-11-041-15/+1
| * Change to not truncate an interface name when -W optionHajimu UMEMOTO2015-11-041-11/+24
| * Mask an IPv6 network address.Hajimu UMEMOTO2015-11-041-1/+8
| * Restore an interface name field to left align.Hajimu UMEMOTO2015-11-041-2/+2
| * Rename libohash to libopenbsd.Craig Rodrigues2015-11-044-6/+6
| * Check for (old|new)size + 1 overflows off_t.Andrey A. Chernov2015-11-031-2/+4
| * Use meaningful errno for ssize_t overflow in read().Andrey A. Chernov2015-11-031-4/+22
* | Merge from headBaptiste Daroussin2015-11-0145-505/+1221
|\|
| * Make truss work for CloudABI processes on aarch64.Ed Schouten2015-10-305-85/+247
| * Check archive_entry_new() result.Bryan Drewery2015-10-291-0/+9
| * Use more appropriate ${SHAREDIR} rather than /usr/share.Bryan Drewery2015-10-271-1/+1
| * Update NetBSD RCS IDs to reflect the changes being upstreamed.Xin LI2015-10-272-2/+2
| * In gunzip(1), treat trailing garbage as a warning and not an error. ThisXin LI2015-10-262-3/+10
| * Update some obsolete information in the HACKING document.David Chisnall2015-10-261-11/+9
| * Ensure that dtc is built in C++11 mode.David Chisnall2015-10-261-0/+2
| * Lots of improvements to the BSD-licensed dtcDavid Chisnall2015-10-2510-352/+511
| * timeout(1): fix the acceptable range values for parse_signal()Baptiste Daroussin2015-10-241-1/+1
| * Fix some mdoc(7) issuesBaptiste Daroussin2015-10-241-17/+16
| * Bump date. Missed in r289873.Michael Tuexen2015-10-241-1/+1
| * Add support to systat to display SCTP statistics.Michael Tuexen2015-10-245-1/+374