aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* awk(1): Add necessary bits for connecting tests, but leave disconnectedKyle Evans2018-01-112-0/+39
* lld: introduce basic man pageEd Maste2018-01-102-1/+366
* morse(6): update documentationEitan Adler2018-01-061-3/+3
* Unbreak build after r327614Li-Wen Hsu2018-01-061-1/+1
* morse(6): minor nitsEitan Adler2018-01-061-2/+4
* morse(6): implement support for decoding morse codeEitan Adler2018-01-062-33/+119
* units(1): add missing ':' for two short argumentsEitan Adler2018-01-051-1/+1
* hexdump(1): Speed up -s flag on devicesKyle Evans2018-01-051-11/+35
* find: Speed up tests by using touch -d instead of sleep for timestampsJilles Tjoelker2018-01-041-4/+3
* morse(6): fix two typodEitan Adler2018-01-032-2/+2
* morse(6): add a few missing charactersEitan Adler2018-01-031-4/+4
* NLS data and tz can be cached using caspicum helpers.Mariusz Zaborski2018-01-031-29/+3
* find: Link tests to the buildJilles Tjoelker2017-12-311-2/+4
* man(1): document exit codeEitan Adler2017-12-311-0/+2
* find(1): Fix -newer and -samefile to conform to POSIX[0]Conrad Meyer2017-12-294-2/+93
* Free mp on a couple of error paths.Warner Losh2017-12-281-2/+6
* Close the fp rather than the fd since we fdopen the fd so we don'tWarner Losh2017-12-281-1/+1
* Close cpfrom in an error case.Warner Losh2017-12-281-0/+1
* Free data after we're done with it.Warner Losh2017-12-281-0/+5
* Free inb on error return.Warner Losh2017-12-281-0/+1
* Free some variables before they go out of scope.Warner Losh2017-12-281-1/+5
* Plug two resource leaks.Warner Losh2017-12-282-0/+2
* Replace send-mail with the more standarized sendmail, we do not createXin LI2017-12-271-1/+1
* Don't initialize lastlong before assigning it.Xin LI2017-12-271-1/+0
* userland: Fix several typos and minor errorsEitan Adler2017-12-273-3/+3
* calendar: add missing header fileEitan Adler2017-12-231-0/+1
* ldd: avoid statically linked executables in exampleEitan Adler2017-12-231-1/+1
* patch: further cleanup to git-style diffs.Pedro F. Giffuni2017-12-211-2/+4
* patch: rejname[] is also -r option buffer, and should be PATH_MAX.Pedro F. Giffuni2017-12-211-1/+1
* Make truss work for CloudABI executables on i386.Ed Schouten2017-12-212-0/+99
* Make truss(8) work for 32-bit CloudABI executables on ARM64.Ed Schouten2017-12-202-0/+113
* Make truss(8) work for i686-unknown-cloudabi binaries on FreeBSD/amd64.Ed Schouten2017-12-162-0/+113
* Re-add spaces lost in r326436.Mark Johnston2017-12-141-4/+4
* Replace homemade equivalent of tolower(3) by towlower(3)Baptiste Daroussin2017-12-131-60/+15
* find(1): remove unused variableEitan Adler2017-12-132-2/+1
* Close the correct file descriptor.Xin LI2017-12-121-1/+1
* gzip(1): Remove duplicate close()Conrad Meyer2017-12-121-1/+0
* Remove hard coded number of lun definitionBaptiste Daroussin2017-12-111-11/+17
* wc(1): Restore regular file char count fast pathConrad Meyer2017-12-101-44/+41
* wc(1): Extend non-controversial optimizations to '-c' modeConrad Meyer2017-12-091-50/+51
* at(1): annotate some intended switch-case fallthroughsAlan Somers2017-12-081-0/+3
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-085-2/+12
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-2/+0
* dc(1): fix modulo operations with fractional inputsAlan Somers2017-12-075-15/+179
* sdiff(1) can now be built defaults warning levelBaptiste Daroussin2017-12-061-1/+0
* Rename variables confusing gcc 4.2.1Baptiste Daroussin2017-12-061-6/+6
* Fix -Wincompatible-pointer-types-discards-qualifiers warningsBaptiste Daroussin2017-12-061-4/+6
* Fix crash with a dotless hostname.Gleb Smirnoff2017-12-061-1/+1
* sponge(1): revertEitan Adler2017-12-068-352/+0
* Fix build after r326554; reconnect sponge to build again.Cy Schubert2017-12-052-1/+3