summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-1910-54/+54
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-1/+1
* Fix a typo.markj2014-09-161-1/+1
* Add the new iscsi(4) man pageallanjude2014-09-131-2/+3
* Add support for adding empty partition entries. I.e. skip partitionmarcel2014-09-122-1/+29
* Be compatible with boot code that starts right after the disk label inmarcel2014-09-121-1/+4
* Fix checksum calculation:marcel2014-09-121-4/+7
* Fix typo.trasz2014-09-111-2/+2
* Fix header output when -P is specified and (ncpus - 1) != maxid.hrs2014-09-101-6/+10
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-101-1/+1
* Stop accessing the saved stack pointer by looking past the end of theandrew2014-09-101-1/+1
* Add the ability to set `prefer_source' flag to an IPv6 address.ae2014-09-091-1/+1
* Add the reverse part to rule #9. Also change its description in theae2014-09-011-1/+1
* Clarify that the -c argument clears the list of tracepoints specified byjhb2014-08-261-4/+6
* Add svnlite.1 to CLEANFILES.gjb2014-08-261-0/+1
* Add host.1 to CLEANFILES.gjb2014-08-261-0/+1
* Missed comma.pluknet2014-08-261-1/+1
* More man pages that need to know about vt in addition to syscons.se2014-08-261-0/+3
* Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"ngie2014-08-263-6/+6
* Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependencyngie2014-08-232-1/+2
* Suppress warnings when retrieving protocol stats from interfaces thatmarkj2014-08-221-6/+6
* elfdump: Remove extraneous _SUNW_ in reported DT_ namesemaste2014-08-211-5/+5
* Rename DT_FEATURE_1 to DT_FEATUREemaste2014-08-211-1/+1
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
* Always check the limits of array index variables before using them.pfg2014-08-211-1/+1
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-1916-32/+0
OpenPOWER on IntegriCloud