aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* csplit: Fix check of fputs() return value, making csplit work again.Jilles Tjoelker2017-05-021-3/+3
* Use MAN=<empty> rather than MK_MAN=no to not install a manpage.Brooks Davis2017-05-021-1/+1
* bsdgrep: avoid use of magic number for REG_NOSPECEd Maste2017-05-021-2/+7
* bsdgrep: fix escape map building for multibyte stringsEd Maste2017-05-021-6/+33
* bsdgrep: fix -w flag matching with an empty patternEd Maste2017-05-025-181/+252
* bsdgrep: correct test sense from r317700Ed Maste2017-05-021-1/+1
* bsdgrep: use calloc where appropriate in grep's tre-fastmatchEd Maste2017-05-021-3/+3
* bsdgrep: correct nls usage data after r317049Ed Maste2017-05-0211-11/+11
* bsdgrep: Add GNU compatible version string indicatorEd Maste2017-05-0213-1/+17
* bsdgrep: fix -w -v matching improperly with certain patternsEd Maste2017-05-021-3/+24
* Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'Bryan Drewery2017-05-011-0/+6
* printf: Output formatted data directly, instead of via asprintf.Jilles Tjoelker2017-04-291-10/+6
* Fix some cases where an index was used before its limits check.Pedro F. Giffuni2017-04-291-3/+3
* Remove NATM configuration bits and assorted NATM and ATM remnants.Brooks Davis2017-04-251-2/+0
* Clean up Makefile.Brooks Davis2017-04-241-9/+5
* Fix the following warning from gcc 4.2 in usr.bin/diff:Dimitry Andric2017-04-241-6/+7
* Fix the last example to really replace all occurrences of the search stringBenedict Reuschling2017-04-241-1/+1
* Only expect :grep_r_implied to pass with bsdgrep(1)Enji Cooper2017-04-221-2/+36
* Add basic example to the cu(1) man page. Srsly, folks, you don'tEdward Tomasz Napierala2017-04-221-1/+6
* bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchEd Maste2017-04-214-9/+34
* Merge bmake-20170420Simon J. Gerraty2017-04-211-2/+2
|\
* | - When reading VM stats, provide proper size argument to sysctl.Gleb Smirnoff2017-04-211-17/+16
* | Fix systat(1) regression. It was broken by r317061.Jung-uk Kim2017-04-201-26/+26
* | Replace again GNU diff with BSD diffBaptiste Daroussin2017-04-201-0/+1
* | Cross reference pr(1) which diff might call with -l optionBaptiste Daroussin2017-04-201-0/+1
* | Update the TODO list to reflect what has been changedBaptiste Daroussin2017-04-201-3/+3
* | Document all long optionsBaptiste Daroussin2017-04-201-25/+37
* | Implement a basic --changed-group-formatBaptiste Daroussin2017-04-207-8/+101
* | Add a regression test for diff -DBaptiste Daroussin2017-04-203-1/+37
* | pom: Remove useless cap_rights_initEmmanuel Vadot2017-04-191-2/+0
* | Capsicumize pomEmmanuel Vadot2017-04-191-0/+14
* | which(1): sort #includesEnji Cooper2017-04-191-2/+1
* | Clean up trailing whitespaceEnji Cooper2017-04-191-2/+2
* | - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-172-83/+91
* | dtc: update to upstream 227d6a3Ed Maste2017-04-178-63/+287
* | dtc: remove unused (since r306806) string.hhEd Maste2017-04-171-164/+0
* | bsdgrep: fix zero-length matches without the -o flagEd Maste2017-04-171-3/+3
* | bsdgrep: remove output separators between overlapping segmentsEd Maste2017-04-171-6/+27
* | bsdgrep: for -r, use the working directory if none specifiedEd Maste2017-04-174-2/+61
* | bsdgrep: add -z/--null-data supportEd Maste2017-04-175-10/+21
* | Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+3
* | Install the zstdgrep shell wrapperBaptiste Daroussin2017-04-151-0/+1
* | rename zstless into zstdless to be consistent with other zstdcommandsBaptiste Daroussin2017-04-151-1/+1
* | Add forgotten links for zstdcat and unzstdBaptiste Daroussin2017-04-151-0/+4
* | Add a zstdless equivalent to zless, bzless xzlessBaptiste Daroussin2017-04-152-1/+5
* | Import zstandard 1.1.4 in baseBaptiste Daroussin2017-04-152-1/+23
* | Clean up headers declarationBaptiste Daroussin2017-04-153-6/+1
* | Update to bmake 20170413Simon J. Gerraty2017-04-151-2/+2
|\|
* | banner(6): Squash a harmless coverity warningConrad Meyer2017-04-131-1/+1
* | add a stub --speed-large-files for compatibility with GNU diffBaptiste Daroussin2017-04-082-1/+10