aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add RPC count reporting for the two new RPCs added by r320322.Rick Macklem2017-06-241-0/+7
* Doh, fix some botched "fix" in r320277.Maxim Sobolev2017-06-231-1/+0
* dtc: Update to upstream 9ce35ff8Emmanuel Vadot2017-06-232-3/+8
* Decode FreeBSD 11 compat stat, fstat and lstat calls.Warner Losh2017-06-232-1/+28
* Don't leak file descriptor in some cases.Maxim Sobolev2017-06-231-0/+4
* join(1): Fix field ordering for -v outputConrad Meyer2017-06-221-2/+8
* dtc: Update to upstream 917526Emmanuel Vadot2017-06-201-1/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* o Move logic that determines size of the input image into its ownMaxim Sobolev2017-06-175-29/+127
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-1/+1
* Decode arguments to sched_* family of system calls.John Baldwin2017-06-162-1/+30
* Merge libxo-0.8.2:Phil Shafer2017-06-164-0/+144
* style(9) fixes.Olivier Houchard2017-06-131-6/+3
* The variable nargv is allocated but never freed, so free it when the itStephen J. Kiernan2017-06-131-0/+1
* Handle partial writesPietro Cerutti2017-06-131-2/+6
* Improve yes' throughputPietro Cerutti2017-06-131-5/+27
* hexdump: actually enter capability mode on last fileEd Maste2017-06-131-2/+2
* top: Missing man page update for r319866Allan Jude2017-06-121-4/+1
* top: Change the way the ZFS ARC compression ratio is calculatedAllan Jude2017-06-121-5/+3
* Add some initial basic tests for du(1)Enji Cooper2017-06-123-0/+162
* Add some testcases for `diff --side-by-side` supportEnji Cooper2017-06-121-0/+22
* du(1): trivial whitespace cleanupEnji Cooper2017-06-121-2/+1
* Add initial tests for stat(1)Enji Cooper2017-06-122-0/+236
* stat(1): sort flags in the DESCRIPTION sectionEnji Cooper2017-06-111-4/+4
* Write up some basic tests for readlink(1)Enji Cooper2017-06-114-1/+83
* fstat: catch up with r318997 and use 64 bits to store fsidAndriy Gapon2017-06-101-1/+1
* Decode arguments to rtprio() and rtprio_thread().John Baldwin2017-06-102-1/+9
* Decode arguments to rtprio_thread() (same as rtprio()).John Baldwin2017-06-101-0/+1
* Decode the 'howto' argument to reboot().John Baldwin2017-06-102-1/+6
* Decode the arguments to quotactl().John Baldwin2017-06-102-1/+7
* Decode the arguments to ptrace().John Baldwin2017-06-102-0/+7
* Decode arguments to getpriority() and setpriority().John Baldwin2017-06-102-1/+8
* Fix decoding of setpriority() arguments.John Baldwin2017-06-101-3/+3
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+9
* Import mandoc snapshot 2017-06-08Baptiste Daroussin2017-06-081-2/+5
* Decode arguments passed to msync().John Baldwin2017-06-082-1/+6
* Decode flags passed to mount(), nmount(), and unmount().John Baldwin2017-06-082-3/+8
* Decode arguments to mlock(), mlockall(), and munlock().John Baldwin2017-06-082-1/+10
* Decode arguments to minherit().John Baldwin2017-06-082-1/+7
* Decode arguments passed to extended attribute related system calls.John Baldwin2017-06-082-0/+41
* Decode arguments to ACL related system calls.John Baldwin2017-06-082-1/+28
* patch: if reading fails, do not go into infinite loop asking for a filename.Pedro F. Giffuni2017-06-081-2/+4
* Add myself (ultima) as a new port committer.Richard Gallamore2017-06-081-0/+1
* Remove leftovers from groff removalBaptiste Daroussin2017-06-071-2/+0
* Remove groff from baseBaptiste Daroussin2017-06-079-1257/+0
* The memory assigned to the local variable 'copy' needs to be freed.Stephen J. Kiernan2017-06-061-0/+1
* Decode arguments to dup, dup2, getdirentries, pread, and pwrite.John Baldwin2017-06-052-1/+24
* Delete obsolete paragraph; primes(6) is now able to list primes for theColin Percival2017-06-041-6/+0
* Using results fromColin Percival2017-06-043-15/+30
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-033-3/+13