aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use S_ISREG instead of manual & (also it's better to compare theXin LI2017-01-191-1/+1
* rpcgen(1): Check getrlimit() return for generated code.Pedro F. Giffuni2017-01-121-2/+7
* rpcgen(1): Avoid unused variable warning on generated code.Pedro F. Giffuni2017-01-111-1/+2
* Remove obsolete path from fortune(6). This was inadvertantly left overColin Percival2017-01-111-1/+0
* Fix build of usr.bin/tail with GCCAlan Somers2017-01-111-7/+11
* Fix memory leaks during "tail -r" of an irregular fileAlan Somers2017-01-104-77/+309
* Add my birthday to calendar.freebsdLarry Rosenman2017-01-101-0/+1
* Rewrite CTL statistics in more simple and scalable way.Alexander Motin2017-01-092-235/+212
* Fix rstat: symbol not in namelist from netstatSteven Hartland2017-01-091-3/+3
* Fix typo.Xin LI2017-01-091-1/+1
* Style fixesEnji Cooper2017-01-091-4/+4
* style(9) fixAllan Jude2017-01-071-1/+2
* Capsicum: add capability mode to users binaryAllan Jude2017-01-071-0/+7
* Fix file descriptor leaks in cmp(1)Alan Somers2017-01-073-0/+70
* Link llvm-ar to llvm-ranlib, if WITH_CLANG_EXTRAS is enabled. WhenDimitry Andric2017-01-061-0/+2
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-062-5/+6
* When displaying netstat details with libxo in JSONHajimu UMEMOTO2017-01-051-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-058-70/+101
* Misc Coverity fixes for tail(1)Alan Somers2017-01-041-1/+8
* Remove dead code in rpc_parse.cAlan Somers2017-01-041-10/+0
* Delete dead code in chat(8)Alan Somers2017-01-041-8/+1
* Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-041-1/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-031-1/+1
* indent(1): add a piece missed in r311138.Piotr Pawel Stefaniak2017-01-021-0/+1
* indent(1): add option -P for loading user-provided files as profilesPiotr Pawel Stefaniak2017-01-024-5/+15
* patch(1): replace strnlen() with a simpler strlen().Pedro F. Giffuni2017-01-021-2/+2
* Revert r311106:Pedro F. Giffuni2017-01-023-12/+14
* patch(1): extend the maximum length of a line from USHRT_MAX to UINT_MAX.Pedro F. Giffuni2017-01-023-14/+12
* Remove extra entries from the option enumBaptiste Daroussin2016-12-301-19/+0
* Make sdiff --left-column work as expectedBaptiste Daroussin2016-12-301-2/+1
* indent(1): Avoid out of bounds access of array ps.paren_indentsPiotr Pawel Stefaniak2016-12-301-1/+6
* Reapply 310775, now it also builds correctly if lldb is disabled:Dimitry Andric2016-12-301-1/+2
* Revert r310775 for now, until we can figure out why it does not seem toDimitry Andric2016-12-291-2/+1
* Move llvm-objdump from CLANG_EXTRAS to installed by defaultDimitry Andric2016-12-291-1/+2
* - Use correct offsets into the keys set array. As the elements of thisMarius Strobl2016-12-283-11/+32
* Print hostcache usage counts with TCP statistics.Marcelo Araujo2016-12-281-0/+6
* Fix gcc build.Hiroki Sato2016-12-241-0/+1
* mdoc fixes.Hiroki Sato2016-12-231-5/+9
* - Add -S option to specify the source address/port for UDP communication.Hiroki Sato2016-12-222-60/+201
* Merge bmake-20161212Simon J. Gerraty2016-12-191-3/+6
|\
* | ident(1): CapsicumifyConrad Meyer2016-12-161-6/+43
* | iconv(1): CapsicumifyConrad Meyer2016-12-161-17/+39
* | hexdump(1): First cut capsicumificationConrad Meyer2016-12-162-0/+27
* | ktrdump(8): CapsicumifyConrad Meyer2016-12-161-0/+32
* | ministat(1): CapsicumifyConrad Meyer2016-12-161-24/+39
* | Capsicumify last(1)Conrad Meyer2016-12-161-3/+16
* | Export the whole thread name in kinfo_procEric van Gyzen2016-12-076-21/+38
* | locale: fix the powerpc buildEric van Gyzen2016-12-061-0/+2
* | Rework syscall structure lookups.John Baldwin2016-12-0619-46/+141
* | Fix error in the example sectionSevan Janiyan2016-12-051-8/+11