summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Default output to stdout as the man page suggests.brian2007-02-141-3/+1
* Only go through our cylinder group and inode info when we need to.brian2007-02-141-45/+49
* Re-indent main() in preparation for further changes.brian2007-02-141-126/+87
* Mark up lkm with .Nm, since lkm is name of an api.brueffer2007-02-133-3/+3
* Raise WARNS level to 6.rodrigc2007-02-132-2/+3
* Forgot to hook up gjournal manual page to the build.pjd2007-02-101-1/+0
* Don't reference lkm(4), it doesn't exist.brueffer2007-02-103-3/+3
* Implement RFC3442, the Classless Static Route option.emaste2007-02-096-4/+137
* Add a $FreeBSD$ tag missing after the original import. Note that thisemaste2007-02-091-0/+2
* Print warning that "-t msdos" is deprecated and being converted torodrigc2007-02-061-1/+4
* Be explicit in examples about the correct grammar for 'alias' andbms2007-02-041-12/+27
* If two files systems, /a and /b are marked as having quotas enabledmpp2007-02-041-6/+17
* Patches to allow one to allow one to specify a directory to chroot to.imp2007-02-041-63/+139
* Do not touch the block or i-node grace times for id 0.mpp2007-02-031-2/+2
* Fix quotqcheck to correctly use the curinode count, and not thempp2007-02-031-2/+2
* Backout revision 1.4; it is not verified as the correct fix for the PR.bms2007-02-031-1/+1
* Add an EXAMPLES section to ifconfig(8), clearly showing how to configurebms2007-02-031-1/+42
* Use pidfile(3) API to restart mountd(8) on success mount.pjd2007-02-022-10/+28
* Remove, since code has been merged into mount_nfs,rodrigc2007-02-013-952/+0
* Add gjournal(8) manual page. Documentation of kern.geom.journal.* sysctlspjd2007-01-291-0/+238
* Actually implement rev 1.12 for host names and NIS domain names. Webrooks2007-01-291-1/+0
* Pass "errmsg" to nmount(), so that if nmount() fails, we can getrodrigc2007-01-291-1/+3
* typo: s/tranport layer/transport layer/wilko2007-01-281-2/+2
* Convert mount_ext2fs to a simple program which passes "-o option" to nmount().rodrigc2007-01-281-33/+31
* Remove unused reference to objformat.hpeter2007-01-251-1/+0
* Bump .Dd.mpp2007-01-251-1/+1
* Add a BUGS section that shows that ids that appear to bempp2007-01-251-0/+12
* When the following conditions are meet:pjd2007-01-251-1/+13
* Implement gctl_change_param() function, which changes value of existingpjd2007-01-252-0/+28
* Remove mount_nfs4 from SUBDIR list. The mount_nfs Makefilerodrigc2007-01-231-1/+0
* Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8.rodrigc2007-01-231-0/+3
* Merge mount_nfs4.c and mount_nfs.c into one program.rodrigc2007-01-232-7/+248
* Use fseeko to seek in the file, instead of fseek to prevent seekmpp2007-01-231-2/+2
* Make sure that unknown uids/gids that now have non-zero usage andmpp2007-01-231-7/+24
* Actually fully emulate NetBSD and print the media instance numbermarius2007-01-221-2/+3
* Quota system cleanup.mpp2007-01-201-29/+137
* - Display the media instance numbers and allow the user to set the activemarius2007-01-202-3/+32
* Add initial support for 900MHz channels; still has some roughsam2007-01-151-7/+35
* Fix a parsing bug when specifying more than one address with dotted decimalmlaier2007-01-071-2/+8
* Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxxrodrigc2007-01-051-2/+2
* fix typo: "adaptor" -> "adapter"rse2007-01-021-1/+1
* Fix typo: effected -> affectedrse2007-01-021-1/+1
* Fix wrong markup and some wordsmithing.hrs2006-12-311-72/+84
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-292-9/+1022
* Fix an off-by-one which could mean writing beyond the end of the arraybz2006-12-291-2/+2
* - Fix markup.ru2006-12-291-42/+44
* Add half/quarter rate 11a channel support:sam2006-12-271-15/+25
* Remove duplicate "clear" subcommand.ceri2006-12-211-4/+0
* Clear full-duplex when half-duplex flag is set. This actually makesjkim2006-12-191-2/+6
* For consistency use 'unsigned' instead of 'u_int'.pjd2006-12-183-4/+4
OpenPOWER on IntegriCloud