aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Repeat iostat header after rows-3 instead of a hardcoded 20.Giorgos Keramidas2008-01-221-3/+71
* o inetd(8) requires wait/nowait column in inetd.conf forMaxim Konovalov2008-01-121-1/+2
* o Fix a typo. errx() -> err().Maxim Konovalov2008-01-121-2/+2
* o Plug a memory leak: do not forget to free asprintf(3) allocatedMaxim Konovalov2008-01-121-2/+4
* Fix non-SMP kernel regression introduced in the previous commit.Jung-uk Kim2008-01-101-4/+7
* quiet compiler complaint about comparing &v against NULLSam Leffler2008-01-101-2/+2
* Revise the TECHNICAL DETAILS section.Ruslan Ermilov2008-01-091-68/+87
* Honour the logical current working directory ($PWD) when using config'sEd Maste2008-01-081-0/+18
* When the ms/req fields exceed 1 second, drop the fractions to fit more digits.Poul-Henning Kamp2008-01-061-3/+12
* Add the mtree.5 manpage. I'll come back soon andTim Kientzle2008-01-012-1/+271
* Change sysinstall's handling of X11 stuff. Doing it in pieces wasKen Smith2008-01-014-268/+5
* Plug a memory leak. Once any given package (e.g. perl) was installedKen Smith2007-12-291-1/+3
* Adjust the some error messages as suggested during re@ review, andKen Smith2007-12-291-3/+10
* Attempt to reduce the rate of foot-shooting injuries by adding a newColin Percival2007-12-281-0/+9
* The limit on datasize in the install environment is 128M. That's a bitKen Smith2007-12-281-0/+10
* Spring forward into the late 1970's by following item 5 in the yaccWarner Losh2007-12-251-51/+34
* For the INDEX file to be used on disc1 of the 7.0-RELEASE the longestKen Smith2007-12-241-5/+17
* Revert previous commit and fix OpenPAM issue properly.Dag-Erling Smørgrav2007-12-221-6/+6
* Fix/workaround build breakage caused by PAM importKip Macy2007-12-211-1/+1
* In the following scenario:Doug Barton2007-12-211-0/+7
* - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSDGabor Kovesdan2007-12-201-5/+5
* enable wired driver supportSam Leffler2007-12-201-0/+2
* Correct typo in usage message.Warner Losh2007-12-191-1/+1
* A few more adjustments needed because of changes in xorg. Just installingKen Smith2007-12-172-2/+6
* o Get missed "%" in output back.Maxim Konovalov2007-12-161-2/+2
* + Open ctty in non-blocking mode to avoid hangs during open and close(waitingDavid E. O'Brien2007-12-111-9/+20
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-0910-173/+1
* Be more consistant and use UNZIPPER everywhere.David E. O'Brien2007-12-092-6/+5
* Add the 'pkg_search' script.David E. O'Brien2007-12-0910-1/+173
* Enhance descriptions in the timed manual.Remko Lodder2007-12-081-7/+32
* When applying a spec, traverse the existing directory tree in lexicalDag-Erling Smørgrav2007-12-071-1/+7
* Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records inJoseph Koshy2007-12-075-209/+1075
* style(9)David E. O'Brien2007-12-051-15/+15
* Reenable the Amd build. 'make world' passed on my amd64 8-CURRENT system.David E. O'Brien2007-12-051-0/+1
* Teach Amd how to unmount.David E. O'Brien2007-12-051-0/+3
* Accidently created the file with the wrong name.David E. O'Brien2007-12-051-8/+0
* 'amu_autofs_prot.h'David E. O'Brien2007-12-051-0/+8
* Adjust for new files added to 6.1.5, and files retired from 6.0.10p1.David E. O'Brien2007-12-051-9/+10
* Update for version 6.1.5.David E. O'Brien2007-12-051-117/+253
* We now have to use part of the vendor supplied xdr_func.c.David E. O'Brien2007-12-051-3/+8
* These now need to link with libamu.David E. O'Brien2007-12-052-0/+6
* Add new BUILD_* knobs, and switch our definition & setting of BUILD_*David E. O'Brien2007-12-052-6/+8
* Autoconf would have created a symlink from conf/autofs/autofs_default.hDavid E. O'Brien2007-12-051-0/+8
* Temporarily disable amd for import.David E. O'Brien2007-12-051-1/+0
* zic(8) should exit the loop when the end of the string is reached dueKevin Lo2007-12-031-1/+4
* When printing the contents of a HWPMC log in human readable form:Joseph Koshy2007-12-031-3/+8
* s/effect/affect/Remko Lodder2007-11-271-2/+2
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-204-0/+4
* Use an explicit pointer cast since NULL isn't guaranteed to be definedJohn Birrell2007-11-181-1/+1
* Use a NULL instead of a zero to avoid a compiler warning about a missing sent...John Birrell2007-11-181-1/+1