aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate fully RFC3164 compliant messages, with timestamp and hostname.Gleb Smirnoff2017-12-052-13/+42
* For now, disconnect usr.bin/sponge from the build, to unbreak worldDimitry Andric2017-12-051-1/+0
* Use strlcpy().Xin LI2017-12-051-2/+2
* Create links for xzdiff.Xin LI2017-12-051-0/+2
* sponge(1): fix my testsEitan Adler2017-12-053-4/+5
* dc(1): fix input of non-decimal fractional numbersAlan Somers2017-12-058-33/+199
* sponge(1) Minor commit for commit logEitan Adler2017-12-051-0/+1
* sponge(1): initial commitEitan Adler2017-12-057-0/+349
* Only skip looking for manpages if both man directory and cat directoryBaptiste Daroussin2017-12-041-1/+1
* In case man(1) found a catpage to display skip looking ".so" which is manpageBaptiste Daroussin2017-12-041-0/+3
* grep test: Fix copyright noticeKyle Evans2017-12-031-11/+11
* Reap dead codeAlan Somers2017-12-021-6/+1
* vmstat: fix style(9) violations and bump WARNS.Konstantin Belousov2017-12-012-263/+218
* fmt(1): Fix usage of Nm macroEitan Adler2017-12-011-2/+2
* Revert license change.Eitan Adler2017-12-014-8/+24
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+3
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* Finish cleaning up license :\Eitan Adler2017-11-301-1/+0
* Remove advertising clause from pr(1)Eitan Adler2017-11-304-23/+8
* Remove unused include.Xin LI2017-11-291-1/+0
* Replace a reference to a license in another file with the license text.John Baldwin2017-11-291-5/+35
* Add basic tests for ctfconvert(1), fold(1) and rs(1)Alan Somers2017-11-276-0/+380
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27179-46/+415
* Make ctlstat -n option work reasonably for sparse LUN list.Alexander Motin2017-11-271-28/+21
* add myself as ports committer, mentor jrm + swillsDave Cottlehuber2017-11-271-0/+1
* .Xr pmcstat(8) from kgmon(8) and gprof(1).Edward Tomasz Napierala2017-11-271-2/+3
* Set errno to EFTYPE instead of EINVAL to be more consistent with theXin LI2017-11-251-1/+1
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-254-77/+199
* vmstat: use 64-bit counters from struct vmtotal.Konstantin Belousov2017-11-231-6/+6
* Use C standard spelling uint64_t for u_int64_t.Konstantin Belousov2017-11-231-3/+3