aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* bspatch: remove output file in the case of errorEd Maste2016-08-251-5/+32
* Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ...Enji Cooper2016-08-251-0/+6
* Capsicumize bspatchAllan Jude2016-08-251-12/+52
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-25/+29
* Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4Enji Cooper2016-08-231-0/+1
* Add `MIN_HOLE_SIZE` pathconf(2) support to getconfEnji Cooper2016-08-231-0/+1
* Clean up trailing whitespaceEnji Cooper2016-08-231-2/+2
* bspatch: apply style(9)Ed Maste2016-08-231-52/+60
* indent(1): have the memset invocation somewhat more canonical.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): remove dead assignments.Pedro F. Giffuni2016-08-232-2/+1
* indent(1): Fix off-by-one in control flow leading dead code.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): add some comments to quiet down Coverity.Pedro F. Giffuni2016-08-232-1/+3
* indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni2016-08-232-15/+11
* Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-191-2/+0
* 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