| Commit message (Expand) | Author | Age | Files | Lines |
* | In build_iovec(), if passed in len is -1, check to see if | rodrigc | 2005-11-14 | 1 | -3/+6 |
* | o Style: restore tab indentation mangled in the previous delta. | maxim | 2005-11-14 | 1 | -5/+5 |
* | Reuse delete_and_clear() template helper. | bland | 2005-11-14 | 1 | -5/+1 |
* | Increase WARNS level to 6. | rodrigc | 2005-11-13 | 1 | -1/+1 |
* | Convert mount_msdosfs to use nmount(). | rodrigc | 2005-11-13 | 1 | -98/+76 |
* | Increase WARNS level to 6. | rodrigc | 2005-11-13 | 1 | -0/+1 |
* | Changes to reflect that size_t parameter to build_iovec() is a size_t. | rodrigc | 2005-11-13 | 1 | -3/+4 |
* | Increase WARNS level to 6 | rodrigc | 2005-11-13 | 1 | -1/+1 |
* | Convert mount_cd9660 to use nmount(). | rodrigc | 2005-11-13 | 1 | -46/+53 |
* | - Make size parameter to build_iovec() a size_t, not an int | rodrigc | 2005-11-13 | 3 | -8/+31 |
* | - Minor fixes to raise WARNS level to 6. | rodrigc | 2005-11-12 | 5 | -52/+223 |
* | Document -32 flag in usage() output as well. | jhb | 2005-11-11 | 1 | -1/+1 |
* | Document the -32 switch available on amd64. | jhb | 2005-11-11 | 1 | -0/+4 |
* | Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency | pjd | 2005-11-11 | 1 | -27/+12 |
* | Fix malloc size (visible on amd64, with "kldconfig -r"). | ru | 2005-11-07 | 1 | -1/+1 |
* | SSIDs are of length 32-bytes and not NUL terminated. Use the correct | brooks | 2005-10-30 | 1 | -2/+3 |
* | Don't crash when given an invalid nwkey string. | brooks | 2005-10-28 | 1 | -0/+2 |
* | gmirror.8: | ceri | 2005-10-25 | 2 | -2/+4 |
* | Restore the documentation about uid, gid or prison based rules requiring | csjp | 2005-10-23 | 1 | -0/+10 |
* | Remove a diagnostic message that can't occur: we lost the ability to | dds | 2005-10-20 | 1 | -3/+0 |
* | Make devd WARNS=4 clean and bump WARNS accordingly. This will insure | brooks | 2005-10-19 | 2 | -3/+3 |
* | As pointed out on current@, we don't want to declare a variable in a scope | imp | 2005-10-19 | 1 | -1/+1 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | Add new option `q', which makes second stage loader quiet unless autoboot | sobomax | 2005-10-16 | 1 | -1/+10 |
* | Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> or | rse | 2005-10-14 | 1 | -10/+6 |
* | fixed a crush when either -lh or -ls option is used. | ume | 2005-10-13 | 1 | -3/+3 |
* | setkey(8) is not WARNS=2 compliant, yet. | ume | 2005-10-13 | 1 | -0/+2 |
* | setkey(8) was repo-copied from usr.sbin/ to sbin/. | pjd | 2005-10-12 | 1 | -0/+1 |
* | Replace "/etc/make.conf" with references to make.conf(5) | yar | 2005-10-10 | 1 | -1/+2 |
* | Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. | rodrigc | 2005-10-07 | 1 | -11/+4 |
* | Bump WARNS up to 3. | rodrigc | 2005-10-07 | 1 | -1/+1 |
* | In prmount(), use an unsigned int variable to eliminate | rodrigc | 2005-10-07 | 1 | -1/+2 |
* | Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. | rodrigc | 2005-10-07 | 3 | -25/+11 |
* | Display the status of the spanning tree for each port. | thompsa | 2005-10-07 | 1 | -8/+16 |
* | Eliminate some unneeded code bits. | yar | 2005-10-06 | 1 | -10/+7 |
* | media-type predicate is used in contexts where device-name is undefined. | imp | 2005-10-04 | 1 | -1/+9 |
* | Use a callback to set up a vlan interface so that "vlan" | yar | 2005-10-04 | 1 | -37/+31 |
* | - s/cd0c/cd0 | blackend | 2005-10-03 | 1 | -2/+2 |
* | Compile fdisk for arm as well. | cognet | 2005-10-03 | 1 | -0/+4 |
* | Document that -q option is also applicable to the "change" command. | ru | 2005-10-02 | 1 | -2/+2 |
* | o Restore kerneldumpheader.architectureversion bytes swopping | maxim | 2005-10-02 | 1 | -1/+2 |
* | Now ifconfig is the one right way to turn polling on. Thus, remove | glebius | 2005-10-01 | 1 | -5/+6 |
* | For the sake of consistency and easier typing, | yar | 2005-09-29 | 2 | -1/+6 |
* | Forgot to touch .Dd in the previous commit. | yar | 2005-09-29 | 1 | -1/+1 |
* | Deprecate the useless argument to -vlandev. | yar | 2005-09-29 | 2 | -5/+10 |
* | err() -> errx() where appropriate. | ru | 2005-09-29 | 1 | -5/+5 |
* | Add a note in example as well, that last sector is used for metadata, | pjd | 2005-09-29 | 1 | -1/+2 |
* | Introduce "route del" as an alias to "route delete". | tobez | 2005-09-28 | 3 | -1/+7 |
* | Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly. | mlaier | 2005-09-28 | 1 | -4/+4 |
* | Simplified markup. | ru | 2005-09-28 | 1 | -10/+3 |