aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-134-2/+103
* Fix most of the warnings in kdump(1).John Baldwin2014-10-131-20/+27
* Integrate usr.bin/gzip/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+16
* Integrate usr.bin/grep/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+45
* Integrate usr.bin/cut/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+27
* Integrate usr.bin/dirname/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
* Integrate usr.bin/cmp/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
* Integrate usr.sbin/basename/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
* Correct scale factor for T terabyte suffixEd Maste2014-10-081-1/+1
* don't reinvent the wheel: rely on basename(3)Eitan Adler2014-10-081-16/+2
* Update baseline files for EBR, MBR and PC98 now that mkimg fills inMarcel Moolenaar2014-10-0336-1229/+1227
* Add mkimg_chs() for those schemes that need the LBA broken down intoMarcel Moolenaar2014-10-036-21/+58
* Make sure to not skip any argument when converting from deprecatedBaptiste Daroussin2014-10-021-1/+1
* Improve performance of mking(1) by keeping a list of "chunks" in memory,Marcel Moolenaar2014-10-012-94/+586
* Suffix the cookie constants with ULL to silence warnings from compilersMarcel Moolenaar2014-10-011-2/+2
* Sigh, remove a line that needs to be removed along with previous commit.Xin LI2014-09-291-1/+0
* When setting environment variables in the atrun script, use theXin LI2014-09-291-1/+1
* Fix integer truncation in affecting systat -ifstatRyan Stone2014-09-291-10/+10
* Update the usage message and the man page to account for the new longMarcel Moolenaar2014-09-273-10/+40
* Add 3 long options for getting information about mkimg itself:Marcel Moolenaar2014-09-272-13/+90
* Replace the macros used in the previous man(1) commit with literal text,Allan Jude2014-09-261-9/+9
* Update man(1) to list the different sections of the manualAllan Jude2014-09-251-1/+31
* bsdgrep: Work-around for segmentation fault.Pedro F. Giffuni2014-09-251-1/+1
* Add baseline files for QCOW2.Marcel Moolenaar2014-09-2429-1/+625
* Finish QCOW version 2 and stop making it conditional.Marcel Moolenaar2014-09-241-44/+66
* Add myself (jch) to calendar.freebsd and committers-src.dotJulien Charbon2014-09-241-0/+1
* Update the baseline for QCOW version 1. A bug was found that renderedMarcel Moolenaar2014-09-2428-1466/+3456
* Fix the creation of the L2 cluster table for version 1. The blkofsMarcel Moolenaar2014-09-241-44/+77
* Clean the generated baseline files by adding them to CLEANFILES.Marcel Moolenaar2014-09-241-0/+2
* install: re-check failed mkdir for EEXISTMateusz Guzik2014-09-231-5/+10
* Rename the tests to something more meaningful. I spent way too longMarcel Moolenaar2014-09-221-5/+2
* Don't update the baseline file when the result of the test is identicalMarcel Moolenaar2014-09-221-5/+30
* Don't echo '# $FreeBSD$' as the first line into the .uu file. KeywordMarcel Moolenaar2014-09-221-1/+2
* Update the unit tests to include the QCOW (version 1) format.Marcel Moolenaar2014-09-2229-1/+1579
* Add support for QCOW version 1. Version 2 is partially implemented.Marcel Moolenaar2014-09-222-0/+315
* Add unit tests for mkimg(1):Marcel Moolenaar2014-09-20115-0/+3757
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-1910-54/+54
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* Fix a typo.Mark Johnston2014-09-161-1/+1
* Add the new iscsi(4) man pageAllan Jude2014-09-131-2/+3
* Add support for adding empty partition entries. I.e. skip partitionMarcel Moolenaar2014-09-122-1/+29
* Be compatible with boot code that starts right after the disk label inMarcel Moolenaar2014-09-121-1/+4
* Fix checksum calculation:Marcel Moolenaar2014-09-121-4/+7
* Fix typo.Edward Tomasz Napierala2014-09-111-2/+2
* Fix header output when -P is specified and (ncpus - 1) != maxid.Hiroki Sato2014-09-101-6/+10
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-1/+1
* Stop accessing the saved stack pointer by looking past the end of theAndrew Turner2014-09-101-1/+1
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-091-1/+1
* Add the reverse part to rule #9. Also change its description in theAndrey V. Elsukov2014-09-011-1/+1
* Clarify that the -c argument clears the list of tracepoints specified byJohn Baldwin2014-08-261-4/+6