| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass a char buffer parameter with name "errmsg" to nmount(). | rodrigc | 2006-12-07 | 1 | -1/+4 |
* | Add a "-D" flag to restore which puts it into "degraded" mode. This | dwmalone | 2006-12-05 | 5 | -22/+104 |
* | o Correct a function prototype. | maxim | 2006-12-04 | 1 | -1/+1 |
* | It's confusing to say that "Command Queueing Supported" just based | mjacob | 2006-12-03 | 1 | -3/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 3 | -96/+290 |
* | Pass a string buffer named "errmsg" to nmount(). | rodrigc | 2006-11-29 | 1 | -2/+4 |
* | Deduce the "fstype" parameter to pass to nmount() by looking at | rodrigc | 2006-11-29 | 1 | -2/+8 |
* | - Revert signedness type changes to "struct vmtotal"; by making | ru | 2006-11-28 | 1 | -15/+11 |
* | Add descriptions for p2p and autop2p. | thompsa | 2006-11-27 | 1 | -0/+20 |
* | Bump .Dd for r1.127. | ceri | 2006-11-27 | 1 | -1/+1 |
* | Show the MAC address cache size and timeout. | thompsa | 2006-11-27 | 1 | -14/+22 |
* | Keep the command name the same as the values display name in ifconfig. | thompsa | 2006-11-27 | 2 | -2/+2 |
* | Sync with the OpenBSD port of RSTP | thompsa | 2006-11-27 | 1 | -39/+53 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -6/+2 |
* | Fix the format specifier suitable for uintmax_t. | ru | 2006-11-23 | 1 | -5/+5 |
* | Detach mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs, | rodrigc | 2006-11-22 | 1 | -2/+0 |
* | Cross-reference nextboot(8). | jkoshy | 2006-11-22 | 2 | -0/+2 |
* | Increase WARNS to 3. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | Fix last element of nc_protos[] array to appease GCC. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | Convert mount_nfs from old mount(2) API to new nmount(2) API. | rodrigc | 2006-11-21 | 1 | -1/+11 |
* | - Fix types of "struct vmmeter" members so they are unsigned. | ru | 2006-11-20 | 1 | -12/+13 |
* | Fix debugging output of '-d', to more accurately reflect if | rodrigc | 2006-11-14 | 1 | -1/+4 |
* | Add a new address cache type called sticky. On an interface marked sticky any | thompsa | 2006-11-09 | 2 | -0/+28 |
* | Document the -l option. | ceri | 2006-11-07 | 2 | -2/+16 |
* | - I forgot to bump a date. | danger | 2006-11-05 | 1 | -1/+1 |
* | - add some files to FILES section and provide their description | danger | 2006-11-05 | 1 | -0/+16 |
* | Sync up with rhyolite routed 2.31 which fixes the handling of varargs. | trhodes | 2006-11-05 | 1 | -12/+15 |
* | Remove the -C option as it does more harm than good. To be fully | ru | 2006-11-03 | 2 | -80/+15 |
* | Bump .Dd for -f|-F. | ceri | 2006-11-02 | 2 | -2/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -93/+143 |
* | Now, that we have gjournal in the tree add possibility to configure | pjd | 2006-11-01 | 4 | -14/+39 |
* | G_TYPE_NONE was replaced with G_TYPE_BOOL. | pjd | 2006-11-01 | 1 | -2/+2 |
* | Fix -fstrict-aliasing warning. | ru | 2006-11-01 | 1 | -1/+3 |
* | Fix powerpc build. | pjd | 2006-11-01 | 1 | -0/+1 |
* | Bring in support for the Rapid Spanning Tree Protocol (802.1w). | thompsa | 2006-11-01 | 2 | -35/+181 |
* | Whitespace and style nits. | jhb | 2006-10-31 | 1 | -4/+3 |
* | Hook up gjournal bits to the build. | pjd | 2006-10-31 | 1 | -0/+1 |
* | Forgot to add file with gjournal specific fsck code. | pjd | 2006-10-31 | 1 | -0/+774 |
* | Update after function renames. | pjd | 2006-10-31 | 2 | -4/+3 |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 7 | -14/+41 |
* | Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. | pjd | 2006-10-31 | 2 | -5/+12 |
* | Teach mount(8) about MNT_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -0/+2 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 6 | -9/+56 |
* | Add userland control utility for gjournal GEOM class. | pjd | 2006-10-31 | 4 | -0/+465 |
* | - Handle timeouts from recv(2) properly. | pjd | 2006-10-30 | 1 | -2/+6 |
* | Two tiny style fixes. | ru | 2006-10-24 | 1 | -3/+3 |
* | Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specified | ru | 2006-10-24 | 1 | -6/+32 |
* | Fix the description of "media-type". | ru | 2006-10-24 | 1 | -3/+14 |
* | If not compiled for debugging, redirect standard input/output/error | ru | 2006-10-23 | 1 | -1/+7 |
* | Revise the markup, sort sections, fix some grammar bugs. | ru | 2006-10-21 | 1 | -116/+119 |