aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* patch(1): Exit successfully if we're fed a 0-length patchKyle Evans2019-03-013-1/+6
* truss: Add support for fsync(2) and fdatasync(2).Thomas Munro2019-02-281-0/+4
* proccontrol(1) man page.Konstantin Belousov2019-02-262-1/+123
* Fix handling of rights on stdio streams, take two.Mark Johnston2019-02-254-43/+38
* svn: support building with WITH_PIEEd Maste2019-02-2112-159/+160
* Fix more AddressSanitizer violations in usr.bin/topDimitry Andric2019-02-201-30/+24
* calendar: use iconv to respect the output encodingBaptiste Daroussin2019-02-205-15/+143
* Minor cleanup for mkuzip(8) man page.Konstantin Belousov2019-02-191-33/+33
* kdump: expand comment on reasons for CAPFAIL_LOOKUPEd Maste2019-02-181-1/+1
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-152-0/+4
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-2/+30
* Fix the first couple of AddressSanitizer violations in usr.bin/top.Dimitry Andric2019-02-101-4/+18
* Fix multiple warnings in usr.bin/top about variables shadowing globalDimitry Andric2019-02-103-10/+6
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-107-17/+12
* Add myself to committers-src.dot and calendar.freebsdJohannes Lundberg2019-02-091-0/+1
* Add myself to committers-ports.dot and calendar.freebsdKai Knoblich2019-02-081-0/+1
* newkey(8): fix 'tmpname' memory leak (always) and input file descriptor leakAndriy Voskoboinyk2019-02-081-4/+12
* ipcs(1): drop obsolete error checkingAndriy Voskoboinyk2019-02-071-21/+6
* vtfontcvt: whitespace cleanupEd Maste2019-02-061-8/+8
* Shar files may be seen as binary by grep.Bryan Drewery2019-01-311-2/+2
* elfdump: use designated array initialization for note typesEd Maste2019-01-311-3/+7
* elfdump: fix build after r343610Ed Maste2019-01-311-0/+2
* elfdump: include note type namesEd Maste2019-01-311-1/+11
* elfdump: whitespace fixup in advance of other changesEd Maste2019-01-311-4/+4
* install(1): Fix relative path calculation with partial common dest/srcKyle Evans2019-01-312-2/+37
* calendar(1): Fix Aschermittwoch date for Austrian calendarOleksandr Tymoshenko2019-01-291-1/+1
* A few corrections and clarifications to r343406.Benedict Reuschling2019-01-281-10/+17
* Fix whiteout support in find(1)Oleksandr Tymoshenko2019-01-281-1/+3
* Silence Clang Scan warnings regarding the use of strcp().Stefan Eßer2019-01-241-9/+7
* Add ZFS usage tips to freebsd-tips.Benedict Reuschling2019-01-241-4/+236
* Remove extraneous setutxent() calls in write(1).Mark Johnston2019-01-231-2/+0
* Fix systat's :only command parser for the multiple arguments caseOleksandr Tymoshenko2019-01-231-2/+2
* Correct a typo: was -> way.Glen Barber2019-01-211-1/+1
* Fix cmp(1) tests for "special" mode.Mark Johnston2019-01-211-5/+4
* Revert r343117.Mark Johnston2019-01-211-7/+16
* Fix inconsistency in return values introduced by r343222Oleksandr Tymoshenko2019-01-201-1/+1
* Fix crash in systat(4) when certain commands are called without argumentsOleksandr Tymoshenko2019-01-201-0/+10
* Fix top(1) long options handlingJustin Hibbits2019-01-181-1/+2
* Use a private definition of osockaddr rather then relying on typeBrooks Davis2019-01-182-10/+2
* Fix descriptor/memory leak in compress(1) codeOleksandr Tymoshenko2019-01-181-0/+2
* Fix handling of rights on stdio streams.Mark Johnston2019-01-171-16/+7
* Fix indentation in ruptime command output for hosts in the "down" state.Yoshihiro Takahashi2019-01-121-1/+1
* Sync with OpenBSD.Yoshihiro Takahashi2019-01-121-2/+3
* Add Linux compatibility support for `SC_NPROCESSORS_{CONF,ONLN}` as `_SC_NPRO...Enji Cooper2019-01-111-0/+2
* Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans2019-01-091-1/+1
* Correct documentation year.Xin LI2019-01-071-1/+1
* Port NetBSD improvements:Xin LI2019-01-074-9/+1021
* getconf(1): Minor mdoc fixJilles Tjoelker2019-01-061-1/+1
* Remove unneeded assert.h (there is no assertion in this file).Xin LI2019-01-061-1/+0
* Remove unneeded headers.Xin LI2019-01-0614-24/+2