aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* bsdgrep: Handle special case of single-byte NUL patternEd Maste2017-04-051-1/+5
* bsdgrep: create additional tests for coverage on recent fixesEd Maste2017-04-051-0/+16
* Remove a duplicate fclose() that snuck into r316501Alan Somers2017-04-051-1/+0
* Fix file descriptor and memory leaks in pr(1)Alan Somers2017-04-048-46/+172
* strcpy => strlcpy, strcat => strlcatAlan Somers2017-04-044-7/+7
* bsdgrep(1): Fix errors with invalid expressionsConrad Meyer2017-04-041-2/+2
* bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer2017-04-046-463/+31
* bsdgrep: revert color changes from r316477Ed Maste2017-04-041-2/+2
* bsdgrep: Initialize vars to avoid a false positive GCC warningEd Maste2017-04-041-0/+3
* bsdgrep(1): create rgrep linkConrad Meyer2017-04-042-1/+7
* bsdgrep: fix matching behaviourEd Maste2017-04-031-17/+52
* bsdgrep: treat rgrep as grep -rEd Maste2017-04-031-0/+3
* Revert debugging that was accidently committed in r316314Allan Jude2017-03-311-8/+1
* fix top(1) ZFS compressed ARC supportAllan Jude2017-03-312-4/+12
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-306-4/+129
* Add some useful examples to the sed man page.Brad Davis2017-03-271-1/+31
* diff: Show nanoseconds in -u/-c header line.Jilles Tjoelker2017-03-264-15/+23
* Provide proper contemporary function prototypes for many of the functionsRobert Watson2017-03-261-1/+1
* diff: Fix mtime of file1 in -u/-c header line.Jilles Tjoelker2017-03-264-4/+22
* MFV r315875:Martin Matuska2017-03-241-0/+1
* diff(1): document remaining long optionsEnji Cooper2017-03-231-15/+85
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-2312-8/+9
* Use MIN macros from sys/param.hBaptiste Daroussin2017-03-221-1/+1
* Use strndup(3) instead of malloc + memcpyBaptiste Daroussin2017-03-221-3/+2
* Use MAX and MIN macros from sys/param.hBaptiste Daroussin2017-03-221-12/+9
* diff(1): fix SYNOPSIS section noting non-existent option, --no-ignore-caseEnji Cooper2017-03-221-6/+6
* Shut up gcc.Gleb Smirnoff2017-03-211-1/+1
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-215-214/+90
* Cache tzdata when running under capsicumBaptiste Daroussin2017-03-201-0/+1
* Port the getaddrinfo(1) utility from NetBSDEric van Gyzen2017-03-205-0/+597
* MFV r315633, 315635:Martin Matuska2017-03-203-0/+3
* diff(1): add --strip-trailing-cr to last example in the SYNOPSISEnji Cooper2017-03-191-1/+2
* Temporary readd GNU diffBaptiste Daroussin2017-03-191-1/+0
* Improve decoding of last arguments to ioctl() and sendto().John Baldwin2017-03-191-2/+2
* Decode arguments to madvise().John Baldwin2017-03-192-1/+6
* Add a Sizet type for 'size_t' values and use it instead of Int.John Baldwin2017-03-192-11/+14
* Decode arguments passed to kldsym() and kldunloadf().John Baldwin2017-03-182-1/+13
* Decode arguments passed to getfsstat().John Baldwin2017-03-182-1/+7
* Decode flock() operation.John Baldwin2017-03-182-1/+6
* Decode file flags passed to *chflags*().John Baldwin2017-03-182-3/+17
* Decode arguments passed to posix_fadvise().John Baldwin2017-03-182-1/+7
* Decode the arguments passed to cap_fcntls_get() and cap_fcntls_limit().John Baldwin2017-03-182-0/+31
* Add ZFS compressed ARC stats to top(1)Allan Jude2017-03-171-6/+33
* Automate the handling of QUAD_ALIGN and QUAD_SLOTS.John Baldwin2017-03-151-28/+59
* Remove duplicate argument from linux_stat64() decoding.John Baldwin2017-03-151-2/+2
* Decode arguments to chflagsat().John Baldwin2017-03-151-0/+2
* diff(1): sort long options under -D example in SYNOPSYSEnji Cooper2017-03-151-2/+2
* Do not die on system built without CAPSICUMBaptiste Daroussin2017-03-151-1/+2
* Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in asEnji Cooper2017-03-151-0/+10
* mkimg(1): let calloc(3) do the multiplication.Pedro F. Giffuni2017-03-131-3/+3