aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+76
* 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
* Add svnlite.1 to CLEANFILES.Glen Barber2014-08-261-0/+1
* Add host.1 to CLEANFILES.Glen Barber2014-08-261-0/+1
* Missed comma.Sergey Kandaurov2014-08-261-1/+1
* More man pages that need to know about vt in addition to syscons.Stefan Eßer2014-08-261-0/+3
* Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"Enji Cooper2014-08-263-6/+6
* Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependencyEnji Cooper2014-08-232-1/+2
* Suppress warnings when retrieving protocol stats from interfaces thatMark Johnston2014-08-221-6/+6
* elfdump: Remove extraneous _SUNW_ in reported DT_ namesEd Maste2014-08-211-5/+5
* Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-08-211-1/+1
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-211-1/+3
* Always check the limits of array index variables before using them.Pedro F. Giffuni2014-08-211-1/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-1916-32/+0