aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Use the common PC98_SID_ACTIVE define instead of a local define.Yoshihiro Takahashi2009-03-191-4/+2
* Mdoc style, spelling, grammar and wording fixes. This manpage needs more work.Christian Brueffer2009-03-191-62/+68
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-153-14/+16
* Also use %zu to print the allocation size when malloc(3) fails.Ed Schouten2009-03-111-1/+1
* Fix printf warnings on amd64 etc.Poul-Henning Kamp2009-03-111-1/+1
* One Pp is more than enough.Poul-Henning Kamp2009-03-111-1/+0
* Some improvements to recoverdiskPoul-Henning Kamp2009-03-112-19/+48
* o Spell. Sort .Xrs.Maxim Konovalov2009-03-081-7/+7
* Document several notifications, among them are DEVFS, update to ifneti,Konstantin Belousov2009-03-081-3/+58
* Add a -o mountprog parameter to mount which explicitly allowsCraig Rodrigues2009-03-052-4/+39
* move a variable declaration to the beginning of the blockLuigi Rizzo2009-03-051-1/+1
* remove some signed/unsigned and one const/!const warningLuigi Rizzo2009-03-051-5/+5
* mark a function static, as it isLuigi Rizzo2009-03-051-1/+1
* Verify that the filesystem being referenced in fstab is indeed a UFSCy Schubert2009-03-021-2/+3
* newfs_msdos: allow to work with media that doesn't have any CHS paramsAndriy Gapon2009-02-271-5/+17
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-274-18/+34
* Bring SATA revision reporting into conformance with SATA-IO guidelines.Alexander Motin2009-02-231-6/+6
* Add SATA and USB modes for completeness. USB modes principally can't be set,Alexander Motin2009-02-222-7/+12
* - Punctuation fixes.Pawel Jakub Dawidek2009-02-221-9/+18
* Display an error message when the requested mode is not known. So the user canRoman Divacky2009-02-191-0/+2
* Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-widthSam Leffler2009-02-191-110/+125
* Correct the year.Pawel Jakub Dawidek2009-02-171-1/+1
* Document kern.geom.journal.* sysctls.Pawel Jakub Dawidek2009-02-171-6/+102
* Don't add a bwrite() symbol, it breaks the build when building newfsOlivier Houchard2009-02-122-16/+16
* Prefer the start and end attributes over the offset and sizeMarcel Moolenaar2009-02-081-14/+31
* Add SCTP NAT support.Paolo Pisati2009-02-072-16/+218
* Regulatory fixups:Sam Leffler2009-02-073-66/+140
* Set NFSMNT_ACDIRMAX flag in fallback_mount() function.Craig Rodrigues2009-02-061-0/+1
* Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flagsCraig Rodrigues2009-02-061-0/+9
* add support for max antenna gain (not used at the moment)Sam Leffler2009-02-052-0/+5
* Update the actions previously attempted by the -D option to make themKirk McKusick2009-02-046-76/+205
* Use %u instead of %zu when we intend to print integer constant.Xin LI2009-02-031-3/+3
* - Use a separate pointer to the allocated memory for freeing, as strsep mayUlf Lilleengen2009-02-021-3/+3
* Explain that we assume AF_INET and only use the addr and port fieldLuigi Rizzo2009-02-021-1/+4
* remove duplicate #includeLuigi Rizzo2009-02-021-1/+0
* put the altq-related functions into a separate file.Luigi Rizzo2009-02-016-122/+167
* Remove and unused variable.Bjoern A. Zeeb2009-01-311-2/+1
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileDavid E. O'Brien2009-01-307-15/+37
* include the channel list in list caps when -v is set; ieee channelSam Leffler2009-01-281-2/+9
* pritize the channel we display with list chans so that, among otherSam Leffler2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelsSam Leffler2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagsSam Leffler2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:Sam Leffler2009-01-281-30/+38
* Restore necessary NUL termination of locname.Warner Losh2009-01-281-0/+1
* Print disk offets as %jd rather than %lld; I fixed one before committingRobert Watson2009-01-281-1/+1
* Avoid the use of duplicated typedefs -- see the comment for details.Luigi Rizzo2009-01-281-15/+21
* Bump doc date for recent change.Tom Rhodes2009-01-281-1/+1
* Add a new flag to dumpfs(8), -f, which causes dumpfs to list all freeRobert Watson2009-01-282-7/+82
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsCraig Rodrigues2009-01-281-4/+4
* Remove assumptions about the max # channels in ioctl's:Sam Leffler2009-01-271-85/+132