aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Do libxo cleanup even in case of errors.Edward Tomasz Napierala2016-05-261-2/+3
* Make iscsictl(8) actually report non-zero status on errors. The "failed"Edward Tomasz Napierala2016-05-261-1/+1
* Make code compile when basename() is POSIX compliant.Ed Schouten2016-05-261-1/+6
* Avoid buffer overflow when copying the input file name and appending .dat.Don Lewis2016-05-261-3/+9
* sed: convert sed to use REG_STARTEND more explicitly.Pedro F. Giffuni2016-05-251-16/+22
* Send whois queries for gov.uk names to JANET.Tony Finch2016-05-251-0/+1
* Fix humanized decoding of struct stat with respect to .st_mtimEnji Cooper2016-05-221-1/+1
* Add the density code for LTO-7 to libmt and the mt(1) man page.Kenneth D. Merry2016-05-201-1/+2
* Merge bmake-20160512Simon J. Gerraty2016-05-201-2/+2
|\
* | Make code compile when basename() is POSIX compliant.Ed Schouten2016-05-191-2/+2
* | Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* | swprintf() and apparently wcsftime() want the their output buffer sizeDon Lewis2016-05-171-3/+3
* | Use != 0 to be clearSimon J. Gerraty2016-05-171-1/+1
* | Allow -f - to read from stdin.Simon J. Gerraty2016-05-171-2/+3
* | Fix off by one error that overflowed the rep_len array when doingDon Lewis2016-05-161-1/+1
* | Increase size of argv[] array to avoid running off the end.Don Lewis2016-05-161-1/+1
* | install: Revert utimensat usage (r299850).Jilles Tjoelker2016-05-162-20/+17
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-05-163-6/+6
* | install: When preserving timestamps, also copy the nanoseconds part.Jilles Tjoelker2016-05-152-17/+20
* | Always return either a dynamically allocated string or NULL fromDon Lewis2016-05-131-2/+2
* | Instead of ignoring the EEXIST from link(), unconditionally unlinkDon Lewis2016-05-131-2/+4
* | Simplify some overly complex code so that both humans and CoverityDon Lewis2016-05-131-5/+6
* | If fchdir() fails, call err() instead of warn().Don Lewis2016-05-121-1/+1
* | Avoid Coverity NUL termination warning about strncpy() by usingDon Lewis2016-05-121-3/+8
* | MFV r299425:Martin Matuska2016-05-128-4/+173
* | Use strlcpy() instead of strncpy() when copying date and subjDon Lewis2016-05-121-3/+3
* | Use strlcpy() instead of strncpy() when copying the encoding valueDon Lewis2016-05-121-1/+1
* | rpcgen(1): Tag crash() routine as __dead2 for static analyzersConrad Meyer2016-05-122-2/+2
* | chat(8): use NULL instead of zero for initializing a pointer.Pedro F. Giffuni2016-05-121-1/+1
* | random(6): Fix double-closeConrad Meyer2016-05-111-2/+5
* | whois(1): Fix potential double-close and logic mistakesConrad Meyer2016-05-111-3/+9
* | whois(1): Pull out async multiple host connection code into a routineConrad Meyer2016-05-111-12/+22
* | Fix buffer overrun in gcore(1) NT_PRPSINFOConrad Meyer2016-05-111-2/+2
* | sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer2016-05-101-1/+2
* | sed.1: Correction for the case insensitive case.Pedro F. Giffuni2016-05-101-2/+2
* | Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-5/+5
* | Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-102-8/+8
* | Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-107-18/+18
* | Revert r299279:Pedro F. Giffuni2016-05-101-1/+6
* | DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-092-2/+2
* | Rationalize license numberingBaptiste Daroussin2016-05-092-2/+2
* | Some style(9) fixesBaptiste Daroussin2016-05-091-11/+7
* | Add myself (woodsb02) to the calendar.freebsd fileBen Woods2016-05-091-0/+1
* | Simplify redundant malloc'ing in sed -e.Pedro F. Giffuni2016-05-091-6/+1
* | install: Add some tests.Jilles Tjoelker2016-05-083-0/+349
* | Only one program is build in usr.bin/sdiff use the right includeBaptiste Daroussin2016-05-071-1/+1
* | Revert r299218 VISUAL is actually a perfecly valid env to specify an editorBaptiste Daroussin2016-05-072-3/+20
* | Only use EDITOR as a variable to specify which text editor to useBaptiste Daroussin2016-05-072-20/+3
* | Directly call the editor if needed instead of spawning /bin/shBaptiste Daroussin2016-05-071-8/+4
* | Replace fparseln(3) with getline(3)Baptiste Daroussin2016-05-072-9/+11