aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix TAB replaced with spaces in prev. commit.Andrey A. Chernov2016-08-181-1/+1
* Fix the output for scope statistics.Michael Tuexen2016-08-171-2/+2
* Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen2016-08-171-2/+2
* Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-2/+2
* Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-3/+3
* tty: Use proper definition of exit status code and stdin macroSofian Brabez2016-08-161-3/+4
* Fix r304026 so that it builds for gcc.Rick Macklem2016-08-161-1/+2
* nfsstat depends on libdevstat as of r304058.Mark Johnston2016-08-141-0/+2
* Correct date ov VJ day (1945-08-15, about 03:00 UTC).Greg Lehey2016-08-131-1/+1
* Update the man page to descibe the "-d" option added by r304058.Rick Macklem2016-08-131-3/+26
* Update nfsstat.c to use the new kernel nfsstat structure andRick Macklem2016-08-131-268/+501
* Remove unused prototypes.Konstantin Belousov2016-08-121-2/+0
* Remove files unused after pulling system call names from libsysdecode.John Baldwin2016-08-113-43/+0
* Fix sorting in r303934.Bryan Drewery2016-08-101-2/+2
* Use proper argument length for rmdir(2) for r303934.Bryan Drewery2016-08-101-2/+2
* Support rmdir(2).Bryan Drewery2016-08-101-0/+2
* Squelch a false-positive Clang static analyzer warning.Bryan Drewery2016-08-101-0/+1
* Fix -b failure not restoring flags on the destination file.Bryan Drewery2016-08-101-2/+16
* Fix -S with -l not being atomic.Bryan Drewery2016-08-101-3/+0
* Support -v for -l.Bryan Drewery2016-08-101-1/+14
* Fix -S with -b not atomically updating the destination file.Bryan Drewery2016-08-101-2/+8
* Trim out excessive / with -v when target directory ends with a trailing '/'.Bryan Drewery2016-08-101-1/+2
* Remove vestigal references to __alpha__Enji Cooper2016-08-082-3/+3
* Fix building usr.bin/tar/tests with PIE symbol building enabled byEnji Cooper2016-08-061-1/+0
* sdiff: remove non finish/function codeBaptiste Daroussin2016-08-051-38/+27
* indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni2016-08-044-77/+99
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-035-6/+50
* indent(1): accept offsetof(3) as a keyword.Pedro F. Giffuni2016-08-033-32/+34
* truss: fix uninitialized trussinfo->curthread in add_threads()/enter_syscallBaptiste Daroussin2016-08-021-1/+3
* Fix a segfault in bsdgrep when parsing the invalid extended regexps "?"Dimitry Andric2016-08-021-1/+1
* sed(1): Revert r303047 "cleanup" and therefore r303572.Pedro F. Giffuni2016-08-027-177/+192
* indent: Avoid using values of pointers that refer to deallocated space.Pedro F. Giffuni2016-08-011-5/+10
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-019-9/+9
* indent(1): Rearrange option parsing code to squelch clang's static analyzer.Pedro F. Giffuni2016-07-311-8/+6
* indent(1): replace function call to bzero with memset.Pedro F. Giffuni2016-07-311-1/+1
* indent(1): Don't newline on cpp lines like #endif unless -bacc is on.Pedro F. Giffuni2016-07-311-23/+32
* indent(1): Untangle the connection between pr_comment.c and io.c.Pedro F. Giffuni2016-07-312-59/+37
* indent(1): Fix wrapping of some lines in comments.Pedro F. Giffuni2016-07-311-0/+1
* indent(1): Simplify pr_comment().Pedro F. Giffuni2016-07-313-91/+55
* Remove another occurence of _WITH_GETLINEBaptiste Daroussin2016-07-311-1/+0
* indent(1): Remove dead code relating to unix-style comments.Pedro F. Giffuni2016-07-311-43/+1
* Fix dateAndrey A. Chernov2016-07-312-2/+2
* Fix regression with /i caused by r303047Enji Cooper2016-07-311-1/+5
* indent(1): Bail out if there's no more space on the parser stack.Pedro F. Giffuni2016-07-312-1/+5
* indent(1): Consistently indent declarations.Pedro F. Giffuni2016-07-311-80/+79
* Reflect CLDR timedef changesAndrey A. Chernov2016-07-315-132/+132
* Remove another vestige of scripted conversionAndrey A. Chernov2016-07-311-1/+1
* Remove vestige of scripted conversionAndrey A. Chernov2016-07-311-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1