summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* fix spelling of offset since that is what is used in the body...jmg2014-10-301-3/+3
* Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-291-0/+1
* Add regression tests for the timeout(1) utilitybapt2014-10-283-0/+228
* Improve compatibility with GNU timeoutbapt2014-10-282-8/+27
* Replace update from -r271410 accidentally lost in -r273575.mckusick2014-10-261-3/+3
* The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-241-0/+1
* Fix formatting of vmstat (1) so that it looks cleaner on standard 80mckusick2014-10-241-23/+37
* Hook xo(1) to the build -- it's like echo, but uses libxo tomarcel2014-10-232-0/+17
* Change the code to use the openpty(3) API which uses the pts(4) driveremax2014-10-233-89/+44
* Sync with NetBSD.delphij2014-10-235-17/+41
* Whitespace fixes.trasz2014-10-222-2/+2
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).jhb2014-10-181-2/+2
* Fix to col when printing half-line feeds w/ -f option...jmg2014-10-171-1/+1
* Decode the arguments passed to _umtx_op(). In particular, decode thejhb2014-10-134-2/+103
* Fix most of the warnings in kdump(1).jhb2014-10-131-20/+27
* Integrate usr.bin/gzip/tests from NetBSD into atf/kyuangie2014-10-092-0/+16
* Integrate usr.bin/grep/tests from NetBSD into atf/kyuangie2014-10-092-0/+45
* Integrate usr.bin/cut/tests from NetBSD into atf/kyuangie2014-10-092-0/+27
* Integrate usr.bin/dirname/tests from NetBSD into atf/kyuangie2014-10-092-0/+18
* Integrate usr.bin/cmp/tests from NetBSD into atf/kyuangie2014-10-092-0/+18
* Integrate usr.sbin/basename/tests from NetBSD into atf/kyuangie2014-10-092-0/+18
* Correct scale factor for T terabyte suffixemaste2014-10-081-1/+1
* don't reinvent the wheel: rely on basename(3)eadler2014-10-081-16/+2
* Update baseline files for EBR, MBR and PC98 now that mkimg fills inmarcel2014-10-0336-1229/+1227
* Add mkimg_chs() for those schemes that need the LBA broken down intomarcel2014-10-036-21/+58
* Make sure to not skip any argument when converting from deprecatedbapt2014-10-021-1/+1
* Improve performance of mking(1) by keeping a list of "chunks" in memory,marcel2014-10-012-94/+586
* Suffix the cookie constants with ULL to silence warnings from compilersmarcel2014-10-011-2/+2
* Sigh, remove a line that needs to be removed along with previous commit.delphij2014-09-291-1/+0
* When setting environment variables in the atrun script, use thedelphij2014-09-291-1/+1
* Fix integer truncation in affecting systat -ifstatrstone2014-09-291-10/+10
* Update the usage message and the man page to account for the new longmarcel2014-09-273-10/+40
* Add 3 long options for getting information about mkimg itself:marcel2014-09-272-13/+90
* Replace the macros used in the previous man(1) commit with literal text,allanjude2014-09-261-9/+9
* Update man(1) to list the different sections of the manualallanjude2014-09-251-1/+31
* bsdgrep: Work-around for segmentation fault.pfg2014-09-251-1/+1
* Add baseline files for QCOW2.marcel2014-09-2429-1/+625
* Finish QCOW version 2 and stop making it conditional.marcel2014-09-241-44/+66
* Add myself (jch) to calendar.freebsd and committers-src.dotjch2014-09-241-0/+1
* Update the baseline for QCOW version 1. A bug was found that renderedmarcel2014-09-2428-1466/+3456
* Fix the creation of the L2 cluster table for version 1. The blkofsmarcel2014-09-241-44/+77
* Clean the generated baseline files by adding them to CLEANFILES.marcel2014-09-241-0/+2
* install: re-check failed mkdir for EEXISTmjg2014-09-231-5/+10
* Rename the tests to something more meaningful. I spent way too longmarcel2014-09-221-5/+2
* Don't update the baseline file when the result of the test is identicalmarcel2014-09-221-5/+30
* Don't echo '# $FreeBSD$' as the first line into the .uu file. Keywordmarcel2014-09-221-1/+2
* Update the unit tests to include the QCOW (version 1) format.marcel2014-09-2229-1/+1579
* Add support for QCOW version 1. Version 2 is partially implemented.marcel2014-09-222-0/+315
* Add unit tests for mkimg(1):marcel2014-09-20115-0/+3757
OpenPOWER on IntegriCloud