aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Correct typos in comments, no functional changes.Benedict Reuschling2011-05-203-8/+8
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-198-8/+8
* Fix clang warnings.Ben Laurie2011-05-183-4/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-2/+2
* - Fix several typos [1]Stanislav Sedov2011-05-141-6/+11
* Constify a few string variables. While I'm there, also convert usage() toXin LI2011-05-131-10/+10
* Fixed an embedded shell script.Ruslan Ermilov2011-05-131-1/+1
* uintmax_t is a better type here...Warner Losh2011-05-121-1/+1
* Fix printf int mismatch on 32-bit architectures...Warner Losh2011-05-121-2/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1222-1381/+994
* Flush the scriptfile whenever we see a non-graphical character to getPoul-Henning Kamp2011-05-101-5/+11
* Regenerated with latest configure script.Xin LI2011-05-101-0/+6
* - Add a forgotten -o to usage().Ruslan Ermilov2011-05-051-1/+1
* [mdoc] remove a hard sentence break.Ruslan Ermilov2011-05-051-1/+2
* Update nfsstat.1 to reflect the changes done to nfsstat(1)Rick Macklem2011-05-041-5/+10
* Modify nfsstat(1) so that it reports statistics for theRick Macklem2011-05-041-106/+253
* Modify nfsstat(1) so that it prints out the buffer cacheRick Macklem2011-05-041-4/+6
* Fix nfsstat.c so that the "-z" option works for the newRick Macklem2011-05-041-4/+11
* Revert r221308, since it incorrectly zero'd both client andRick Macklem2011-05-041-6/+3
* Fixed bad format and misorder.Ruslan Ermilov2011-05-031-4/+4
* Call pam_setcred() before login_getpwclass to support home directoriesDoug Rabson2011-05-031-2/+14
* Change the way rctl interfaces with jails by introducing prison_racctEdward Tomasz Napierala2011-05-031-4/+4
* Minor updates to the clang and tblgen manpages.Dimitry Andric2011-05-022-14/+9
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.Dimitry Andric2011-05-021-15/+16
* Fix nfsstat.1 to indicate that "-z" now works forRick Macklem2011-05-011-2/+1
* Fix nfsstat so that the "-z" option works for theRick Macklem2011-05-011-3/+6
* Let users' PATH decide which groff suite to pick up.Ulrich Spörlein2011-05-011-7/+9
* Raise rlogin back to a WARNS level of 6.John Baldwin2011-04-271-2/+0
* Revert r221053 by replacing WARNS?= 3 since it's breaking the build onDoug Barton2011-04-261-0/+2
* Generate the network byte order version of the window size structure in aJohn Baldwin2011-04-261-6/+6
* This builds OK using the parent dir's WARNS=6.David E. O'Brien2011-04-261-2/+0
* Catch up with r57841 which removed the possible linking against libutilDavid E. O'Brien2011-04-261-1/+0
* printf(1): Move non-bugs from the BUGS section to a new section CAVEATS.Jilles Tjoelker2011-04-251-10/+10
* printf(1): Mention effect of '#' modifier on other conversions.Jilles Tjoelker2011-04-251-5/+5
* Check return code of setuid() and setgid() in finger.Simon L. B. Nielsen2011-04-231-4/+8
* kdump: Show code for signals where the default action was taken.Jilles Tjoelker2011-04-171-1/+1
* Add manual page for rctl.conf(5).Edward Tomasz Napierala2011-04-141-1/+2
* Show client's access cache statistics.Ruslan Ermilov2011-04-131-3/+4
* Add link to rctl(8).Edward Tomasz Napierala2011-04-101-1/+2
* When specifying the -t option (send tag in front of message), this tagEdwin Groothuis2011-04-082-9/+15
* - Adjust a comment to actual behaviourGabor Kovesdan2011-04-078-4/+19
* - Simplify the fixed string pattern preprocessing codeGabor Kovesdan2011-04-073-11/+12
* - Replace some strcpy()-family functions with memcpy() ones. It has beenGabor Kovesdan2011-04-071-5/+6
* Document -w for swapuse.Sergey Kandaurov2011-04-051-3/+7
* Overhaul locale handling.Gordon Tetlow2011-04-021-46/+45
* Remove $Log$ keyword, which can cause annoyance in diffs in some cases.Ed Maste2011-03-311-1/+1
* Fix grammar and bump date.Edward Tomasz Napierala2011-03-301-2/+2
* Add rctl(8), the utility to manage rctl rules.Edward Tomasz Napierala2011-03-304-0/+751
* Add myselfGanael LAPLANCHE2011-03-281-0/+1
* getpwnam(3) may return NULL.Hajimu UMEMOTO2011-03-271-3/+4