aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Reflect actual NetBSD revision we already have.Xin LI2017-02-061-1/+1
* Restore r312404:Xin LI2017-02-051-1/+1
* Update byacc regression tests to match 20170201.Jung-uk Kim2017-02-021-0/+8
* Update MACHINE/MACHINE_ARCH examples to use arm64/aarch64 instead of i386/pc98Enji Cooper2017-01-291-5/+5
* Revert crap accidentally committedBaptiste Daroussin2017-01-286-104/+19
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-286-19/+104
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-2827-1222/+3
* Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste2017-01-271-1/+1
* Improve wording when describing -mmin.Sevan Janiyan2017-01-241-1/+2
* Add RISC-V support for truss(1)Li-Wen Hsu2017-01-241-0/+106
* Don't reference NULL pointer.Xin LI2017-01-241-1/+3
* sort - Don't live-loop threads.Pedro F. Giffuni2017-01-231-24/+28
* Always initialize 'c'.Xin LI2017-01-231-1/+1
* When creating record file, use umask 077 instead of the default.Xin LI2017-01-231-1/+6
* Move values displayed by "iscsictl -v" one character to the right,Edward Tomasz Napierala2017-01-221-25/+25
* Import mandoc cvs snapshot 20170121 (pre 1.14)Baptiste Daroussin2017-01-212-13/+16
* Remove some unused code.Alexander Motin2017-01-202-30/+0
* Add some basic -s flag testcases for cut(1)Enji Cooper2017-01-202-0/+52
* Add testcases for -i with hardlinks and symlinksEnji Cooper2017-01-202-0/+62
* Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD testEnji Cooper2017-01-201-0/+5
* Revert r312404 as we need to do an exp-run and fix existing ports thatXin LI2017-01-201-1/+1
* 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