summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* mkimg: bump version to 20151211 after r292082emaste2016-06-171-1/+1
* Add clang-format under WITH_CLANG_EXTRAS.bdrewery2016-06-173-0/+56
* ar: enable reproducible output by default when invoked as 'ar -s'emaste2016-06-162-3/+9
* WITH_META_MODE: Fix rebuilding maketab outside of build-tools.bdrewery2016-06-141-2/+4
* Add myself (mahrens) to calendar.freebsdmahrens2016-06-131-0/+1
* Change my given name from "Garrett" to "Ngie"ngie2016-06-131-1/+1
* install: When preserving timestamps, also copy the nanoseconds part.jilles2016-06-092-17/+20
* Add support for truss'ing Linux/x86_64 binaries under amd64.jhb2016-06-092-0/+105
* Merge bmake-20160606sjg2016-06-082-4/+7
* Fix a (false positive?) Argument cannot be negative coverity defect.truckman2016-06-081-5/+2
* indent(1): Fix typo.pfg2016-06-061-1/+1
* Use the in-tree sys/elf_common.hbdrewery2016-06-051-0/+13
* Import bmake-20160604sjg2016-06-051-2/+2
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-051-0/+4
* Document getent(1)'s ability to enumerate netgroup members.markj2016-06-042-2/+4
* DIRDEPS_BUILD: Connect new directories and update dependencies.bdrewery2016-06-033-0/+61
* Fix two types which resulted in setting the address long wrongtuexen2016-06-021-2/+2
* sed(1): Fix a mismatch and sync with the OpenBSD's commit.pfg2016-06-011-5/+6
* mkimg: Indicate that input file pages are unlikely to be reused.markj2016-06-011-0/+3
* Add "iscsictl -e". Among other things, it makes it possible to performtrasz2016-05-316-10/+94
* Make iscsictl(8) error messages more consistent.trasz2016-05-311-24/+22
* Fix with external GCC after r300886.bdrewery2016-05-291-1/+10
* Do libxo cleanup even in case of errors.trasz2016-05-261-2/+3
* Make iscsictl(8) actually report non-zero status on errors. The "failed"trasz2016-05-261-1/+1
* Make code compile when basename() is POSIX compliant.ed2016-05-261-1/+6
* Avoid buffer overflow when copying the input file name and appending .dat.truckman2016-05-261-3/+9
* sed: convert sed to use REG_STARTEND more explicitly.pfg2016-05-251-16/+22
* Send whois queries for gov.uk names to JANET.fanf2016-05-251-0/+1
* Fix humanized decoding of struct stat with respect to .st_mtimngie2016-05-221-1/+1
* Add the density code for LTO-7 to libmt and the mt(1) man page.ken2016-05-201-1/+2
* Merge bmake-20160512sjg2016-05-201-2/+2
* Make code compile when basename() is POSIX compliant.ed2016-05-191-2/+2
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* swprintf() and apparently wcsftime() want the their output buffer sizetruckman2016-05-171-3/+3
* Use != 0 to be clearsjg2016-05-171-1/+1
* Allow -f - to read from stdin.sjg2016-05-171-2/+3
* Fix off by one error that overflowed the rep_len array when doingtruckman2016-05-161-1/+1
* Increase size of argv[] array to avoid running off the end.truckman2016-05-161-1/+1
* install: Revert utimensat usage (r299850).jilles2016-05-162-20/+17
* Use NULL instead of 0 for pointers.araujo2016-05-163-6/+6
* install: When preserving timestamps, also copy the nanoseconds part.jilles2016-05-152-17/+20
* Always return either a dynamically allocated string or NULL fromtruckman2016-05-131-2/+2
* Instead of ignoring the EEXIST from link(), unconditionally unlinktruckman2016-05-131-2/+4
* Simplify some overly complex code so that both humans and Coveritytruckman2016-05-131-5/+6
* If fchdir() fails, call err() instead of warn().truckman2016-05-121-1/+1
* Avoid Coverity NUL termination warning about strncpy() by usingtruckman2016-05-121-3/+8
* MFV r299425:mm2016-05-128-4/+173
* Use strlcpy() instead of strncpy() when copying date and subjtruckman2016-05-121-3/+3
* Use strlcpy() instead of strncpy() when copying the encoding valuetruckman2016-05-121-1/+1
* rpcgen(1): Tag crash() routine as __dead2 for static analyzerscem2016-05-122-2/+2
OpenPOWER on IntegriCloud