aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* xlint: update.Pedro F. Giffuni2015-03-2318-356/+868
* Describe the behavior when both -f and a message are given. Pointed out byWarren Block2015-03-221-1/+2
* bsdgrep: fix regression in the -f option since r268799Pedro F. Giffuni2015-03-211-1/+1
* Improve the mt(1) rblim display.Kenneth D. Merry2015-03-181-3/+10
* Fix a couple of problems in the sa(4) media type reports.Kenneth D. Merry2015-03-181-2/+2
* Allowus to exclude a.out support from ldd and use it with arm64 as it won'tAndrew Turner2015-03-181-1/+10
* xlint: add arm64 #defineEd Maste2015-03-181-0/+3
* Add arm64 xlint support.Ed Maste2015-03-171-0/+50
* Remove bad and useless LINKSBaptiste Daroussin2015-03-151-1/+0
* unzip: Don't subvert vfs.timestamp_precision when setting atime to now.Jilles Tjoelker2015-03-151-15/+13
* Regenerated llvm/clang manpages.Dimitry Andric2015-03-1415-45/+44
* Merge ^/head r279893 through r279984.Dimitry Andric2015-03-142-14/+3
|\
| * TARGET_* shouldn't be used here. Use MACHINE_* instead.Warner Losh2015-03-121-11/+3
| * These local variables are unused. gc them.Warner Losh2015-03-121-3/+0
* | Merge ^/head r279759 through r279892.Dimitry Andric2015-03-1110-30/+173
|\|
| * Fix a typo and update the date in the man page.Scott Long2015-03-112-2/+2
| * Add OpenBSD copyright for reallocarrayBaptiste Daroussin2015-03-101-17/+35
| * Implement basic cpuset reporting in procstat via the -S flag.Scott Long2015-03-105-6/+130
| * Call xo_finish(3) before exiting in usage().Mark Johnston2015-03-091-0/+1
| * touch(1): Xref utimensat(2) instead of utimes(2).Jilles Tjoelker2015-03-081-2/+2
| * Ouch, I've misread the original text.Dmitry Morozovsky2015-03-081-1/+1
| * Correct wordings a bit.Dmitry Morozovsky2015-03-081-2/+2
| * env: Fix crash when -S string is not empty but no operand follows.Jilles Tjoelker2015-03-081-2/+2
* | Merging ^/head r279596 through r279758.Dimitry Andric2015-03-077-291/+220
|\|
| * rlogin(1): initialize term variable.Pedro F. Giffuni2015-03-051-1/+1
| * r* commands are not precious anymoreBaptiste Daroussin2015-03-042-2/+0
| * Rework calendar(1) parserBaptiste Daroussin2015-03-044-288/+219
* | Merge ^/head r279313 through r279595.Dimitry Andric2015-03-044-5/+6
|\|
| * Fix typo in dropped-packets attribute (missing s).Marcel Moolenaar2015-03-041-1/+1
| * Add density code for DAT-72, and notes on DAT-160.Kenneth D. Merry2015-03-031-2/+4
| * Update mandoc to cvs snaphot from 20150302Baptiste Daroussin2015-03-021-1/+1
| * sh: Fix compiler warnings related to duplicate or missing declarations.Jilles Tjoelker2015-03-011-1/+0
* | Merge ^/head r279163 through r279308.Dimitry Andric2015-02-269-424/+1840
|\|
| * Update to upstream version 2.10Hans Petter Selasky2015-02-254-241/+486
| * Explicitly crypt_set_format("des") and bail out if weXin LI2015-02-251-0/+5
| * Fix "netstat -hdw 1" output.Marcel Moolenaar2015-02-251-4/+0
| * Fix several problems found by Coverity.Kenneth D. Merry2015-02-251-3/+24
| * Significant upgrades to sa(4) and mt(1).Kenneth D. Merry2015-02-233-179/+1328
* | Merge ^/head r279023 through r279162.Dimitry Andric2015-02-2223-1456/+2634
|\|
| * Add the -c option for specifying the capacity of the disk image. WhenMarcel Moolenaar2015-02-223-15/+64
| * Don't require a scheme if no partitions are given. Change the codeMarcel Moolenaar2015-02-222-10/+13
| * In scheme_write(), don't overwrite the end parameter with theMarcel Moolenaar2015-02-221-1/+0
| * Remove extraneous parenthesis in assignment.Marcel Moolenaar2015-02-221-1/+1
| * Document that netstat(1) supports libxo(3).Marcel Moolenaar2015-02-221-1/+15
| * Convert netstat to use libxo.Marcel Moolenaar2015-02-2118-1428/+2541
* | Merging ^/head r278916 through r279022.Dimitry Andric2015-02-193-71/+4
|\|
| * Burn bridges to FreeBSD 7.x IGMP stats.Gleb Smirnoff2015-02-191-62/+0
| * ministat(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-4/+2
| * du(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-5/+2
* | Merge ^/head r278756 through r278915.Dimitry Andric2015-02-176-53/+44
|\|