aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>Craig Rodrigues2006-12-023-96/+290
* Pass a string buffer named "errmsg" to nmount().Craig Rodrigues2006-11-291-2/+4
* Deduce the "fstype" parameter to pass to nmount() by looking atCraig Rodrigues2006-11-291-2/+8
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-15/+11
* Add descriptions for p2p and autop2p.Andrew Thompson2006-11-271-0/+20
* Bump .Dd for r1.127.Ceri Davies2006-11-271-1/+1
* Show the MAC address cache size and timeout.Andrew Thompson2006-11-271-14/+22
* Keep the command name the same as the values display name in ifconfig.Andrew Thompson2006-11-272-2/+2
* Sync with the OpenBSD port of RSTPAndrew Thompson2006-11-271-39/+53
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.Ruslan Ermilov2006-11-261-6/+2
* Fix the format specifier suitable for uintmax_t.Ruslan Ermilov2006-11-231-5/+5
* Detach mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs,Craig Rodrigues2006-11-221-2/+0
* Cross-reference nextboot(8).Joseph Koshy2006-11-222-0/+2
* Increase WARNS to 3.Craig Rodrigues2006-11-211-1/+1
* Fix last element of nc_protos[] array to appease GCC.Craig Rodrigues2006-11-211-1/+1
* Convert mount_nfs from old mount(2) API to new nmount(2) API.Craig Rodrigues2006-11-211-1/+11
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-12/+13
* Fix debugging output of '-d', to more accurately reflect ifCraig Rodrigues2006-11-141-1/+4
* Add a new address cache type called sticky. On an interface marked sticky anyAndrew Thompson2006-11-092-0/+28
* Document the -l option.Ceri Davies2006-11-072-2/+16
* - I forgot to bump a date.Daniel Gerzo2006-11-051-1/+1
* - add some files to FILES section and provide their descriptionDaniel Gerzo2006-11-051-0/+16
* Sync up with rhyolite routed 2.31 which fixes the handling of varargs.Tom Rhodes2006-11-051-12/+15
* Remove the -C option as it does more harm than good. To be fullyRuslan Ermilov2006-11-032-80/+15
* Bump .Dd for -f|-F.Ceri Davies2006-11-022-2/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-93/+143
* Now, that we have gjournal in the tree add possibility to configurePawel Jakub Dawidek2006-11-014-14/+39
* G_TYPE_NONE was replaced with G_TYPE_BOOL.Pawel Jakub Dawidek2006-11-011-2/+2
* Fix -fstrict-aliasing warning.Ruslan Ermilov2006-11-011-1/+3
* Fix powerpc build.Pawel Jakub Dawidek2006-11-011-0/+1
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).Andrew Thompson2006-11-012-35/+181
* Whitespace and style nits.John Baldwin2006-10-311-4/+3
* Hook up gjournal bits to the build.Pawel Jakub Dawidek2006-10-311-0/+1
* Forgot to add file with gjournal specific fsck code.Pawel Jakub Dawidek2006-10-311-0/+774
* Update after function renames.Pawel Jakub Dawidek2006-10-312-4/+3
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-317-14/+41
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek2006-10-312-5/+12
* Teach mount(8) about MNT_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-0/+2
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalPawel Jakub Dawidek2006-10-316-9/+56
* Add userland control utility for gjournal GEOM class.Pawel Jakub Dawidek2006-10-314-0/+465
* - Handle timeouts from recv(2) properly.Pawel Jakub Dawidek2006-10-301-2/+6
* Two tiny style fixes.Ruslan Ermilov2006-10-241-3/+3
* Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specifiedRuslan Ermilov2006-10-241-6/+32
* Fix the description of "media-type".Ruslan Ermilov2006-10-241-3/+14
* If not compiled for debugging, redirect standard input/output/errorRuslan Ermilov2006-10-231-1/+7
* Revise the markup, sort sections, fix some grammar bugs.Ruslan Ermilov2006-10-211-116/+119
* Fix .Dd arguments.Ruslan Ermilov2006-10-211-1/+1
* o '-s' flag was killed in rev. 1.75. Clean getopt(3).Maxim Konovalov2006-10-201-1/+1
* Hook up idmapd to the build, as the NFS4 client is not much use withoutCeri Davies2006-10-151-0/+1
* .PATH isn't necessary here.Ceri Davies2006-10-151-3/+1