summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* TARGET_* shouldn't be used here. Use MACHINE_* instead.imp2015-03-121-11/+3
* These local variables are unused. gc them.imp2015-03-121-3/+0
* Fix a typo and update the date in the man page.scottl2015-03-112-2/+2
* Add OpenBSD copyright for reallocarraybapt2015-03-101-17/+35
* Implement basic cpuset reporting in procstat via the -S flag.scottl2015-03-105-6/+130
* Call xo_finish(3) before exiting in usage().markj2015-03-091-0/+1
* touch(1): Xref utimensat(2) instead of utimes(2).jilles2015-03-081-2/+2
* Ouch, I've misread the original text.marck2015-03-081-1/+1
* Correct wordings a bit.marck2015-03-081-2/+2
* env: Fix crash when -S string is not empty but no operand follows.jilles2015-03-081-2/+2
* rlogin(1): initialize term variable.pfg2015-03-051-1/+1
* r* commands are not precious anymorebapt2015-03-042-2/+0
* Rework calendar(1) parserbapt2015-03-044-288/+219
* Fix typo in dropped-packets attribute (missing s).marcel2015-03-041-1/+1
* Add density code for DAT-72, and notes on DAT-160.ken2015-03-031-2/+4
* Update mandoc to cvs snaphot from 20150302bapt2015-03-021-1/+1
* sh: Fix compiler warnings related to duplicate or missing declarations.jilles2015-03-011-1/+0
* Update to upstream version 2.10hselasky2015-02-254-241/+486
* Explicitly crypt_set_format("des") and bail out if wedelphij2015-02-251-0/+5
* Fix "netstat -hdw 1" output.marcel2015-02-251-4/+0
* Fix several problems found by Coverity.ken2015-02-251-3/+24
* Significant upgrades to sa(4) and mt(1).ken2015-02-233-179/+1328
* Add the -c option for specifying the capacity of the disk image. Whenmarcel2015-02-223-15/+64
* Don't require a scheme if no partitions are given. Change the codemarcel2015-02-222-10/+13
* In scheme_write(), don't overwrite the end parameter with themarcel2015-02-221-1/+0
* Remove extraneous parenthesis in assignment.marcel2015-02-221-1/+1
* Document that netstat(1) supports libxo(3).marcel2015-02-221-1/+15
* Convert netstat to use libxo.marcel2015-02-2118-1428/+2541
* Burn bridges to FreeBSD 7.x IGMP stats.glebius2015-02-191-62/+0
* ministat(1): replace malloc + memset with calloc.pfg2015-02-171-4/+2
* du(1): replace malloc + memset with calloc.pfg2015-02-171-5/+2
* compress,gzip,xz: Preserve timestamps with nanosecond precision.jilles2015-02-172-10/+11
* kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.pluknet2015-02-161-1/+1
* touch: Fix some subtle bugs related to NULL times fallback:jilles2015-02-151-28/+11
* timeout: handle zombie grandchildrenemaste2015-02-151-13/+19
* Include OBJT_PHYS VM objects in ELF core dumps. In particular thisjhb2015-02-141-1/+2
* Revert r278642bapt2015-02-131-1/+11
* Partially revert 278642bapt2015-02-131-1/+12
* Use PRECIOUSPROG instead of custom code to handle schgbapt2015-02-122-23/+2
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-123-7/+4
* Reduce number of lines to set ORGANIZATION_NAME ingjb2015-02-121-6/+1
* Ensure ORGANIZATION_NAME is quoted when ORGANIZATIONgjb2015-02-111-1/+6
* Close the file list before opening the container that holds themarcel2015-02-111-1/+3
* Add xo_finish() to w.c in case it's invoked as uptimegrembo2015-02-101-1/+3
* Merge xz 5.2.0.rpaulo2015-02-091-0/+1
* Fix couple issues in ctlstat header printing.mav2015-02-071-3/+4
* Change ktrdump to use the more standard -M/-N flags to specify the pathjhb2015-02-062-14/+16
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)trasz2015-02-055-3/+21
* Add MK_FILE to control whether or not to build file(1), libmagic(3), etcngie2015-02-041-1/+4
* Add the following options to enable/disable several features in the base systemngie2015-02-041-3/+12
OpenPOWER on IntegriCloud