| Commit message (Expand) | Author | Age | Files | Lines |
* | Anti-magic: s/255/MAXTTL/ | maxim | 2003-01-23 | 1 | -2/+2 |
* | Implement -D (do not fragment) and -z (TOS) options. | maxim | 2003-01-23 | 2 | -8/+63 |
* | Print strict source routing option. | maxim | 2003-01-23 | 1 | -1/+3 |
* | Fixed Charles' e-mail here too. | ru | 2003-01-23 | 2 | -3/+3 |
* | Added UFS library to the bsd.libnames.mk namespace. | ru | 2003-01-23 | 1 | -1/+1 |
* | Fix what I think is an off-by-one in certain worst-case scenarios | peter | 2003-01-22 | 1 | -1/+1 |
* | fix link_status() in non-Ethernet case | fjoe | 2003-01-22 | 1 | -4/+6 |
* | Convert badsect to use libufs. | jmallett | 2003-01-20 | 2 | -58/+18 |
* | Add libufs to dependencies. | jmallett | 2003-01-20 | 1 | -1/+2 |
* | Make tunefs use libufs, it seems to do well enough for printing / setting | jmallett | 2003-01-20 | 2 | -108/+15 |
* | Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only the | jmallett | 2003-01-19 | 1 | -20/+21 |
* | Add support to marshal a filesystem to a newfs(8) command that could be used | jmallett | 2003-01-19 | 2 | -18/+94 |
* | Let libufs handle all the work with regard to going through a list of cgs, now. | jmallett | 2003-01-19 | 1 | -8/+7 |
* | Use libufs to read one cylinder group from the disk at a time. | jmallett | 2003-01-19 | 1 | -7/+2 |
* | Simplify the main function now that libufs will hunt for the disk for us. | jmallett | 2003-01-19 | 1 | -13/+7 |
* | Fix two errorchecks to check for negative error returns. | phk | 2003-01-18 | 1 | -2/+2 |
* | Consistentify output whitespace. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | Simplify conditional. | jmallett | 2003-01-18 | 1 | -6/+4 |
* | Find places to store the previously implicityly passed unit number in | phk | 2003-01-17 | 2 | -18/+21 |
* | Fix various details so we get to WARNS=3. | phk | 2003-01-17 | 2 | -83/+33 |
* | While being here, remove a couple of unused "default:" labels in switch | joerg | 2003-01-16 | 1 | -4/+0 |
* | Make vinum disk-related devices readable by group "operator" to match | joerg | 2003-01-16 | 1 | -0/+15 |
* | Clear part_set, part_size_type and part_offset_type before parsing the | des | 2003-01-16 | 2 | -0/+6 |
* | really, this time for sure. Fix formatting in usage(). | dillon | 2003-01-13 | 1 | -2/+2 |
* | Grr. I keep forgetting things. Include -C in dump's usage() . | dillon | 2003-01-13 | 1 | -1/+1 |
* | Add support for obsolete option form for -C | dillon | 2003-01-13 | 1 | -0/+1 |
* | Add a caching option to dump. Use -C. Note that NetBSD has a caching option | dillon | 2003-01-13 | 6 | -6/+175 |
* | Mention the oddities and requirements for mount operations executed by | joerg | 2003-01-13 | 1 | -0/+4 |
* | Add the /boot prefix. I forgot this when updating the location. | trhodes | 2003-01-13 | 1 | -2/+2 |
* | Update the kernel location in FILES. | trhodes | 2003-01-13 | 1 | -2/+2 |
* | It turns out that we do not need to add a new ioctl to unbreak a | dillon | 2003-01-12 | 2 | -0/+43 |
* | Cleanup the formatting from the last commit, convert everything to | dillon | 2003-01-11 | 1 | -8/+21 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | dillon | 2003-01-11 | 1 | -0/+26 |
* | I don't know where we got this ccd creation example from... or if it was | obrien | 2003-01-10 | 1 | -2/+9 |
* | Add TAPE to the ENVIRONMENT section and standardize the section, using a | sheldonh | 2003-01-10 | 1 | -3/+6 |
* | Add TAPE to the ENVIRONMENT section. | sheldonh | 2003-01-10 | 1 | -0/+2 |
* | Add an ENVIRONMENT section so that the reader knows that the TMPDIR envar | sheldonh | 2003-01-10 | 1 | -0/+5 |
* | These are OBE. devd.conf now lives in /etc. | imp | 2003-01-09 | 2 | -126/+0 |
* | Change this: | peter | 2003-01-08 | 1 | -4/+4 |
* | Terminate the usage message with \n. | imp | 2003-01-06 | 1 | -1/+1 |
* | MFp4: make it work | imp | 2003-01-06 | 1 | -41/+181 |
* | devd not devdd | imp | 2003-01-06 | 1 | -1/+1 |
* | Fix a reference to the order of SYNOPSIS lines. | keramida | 2003-01-05 | 1 | -1/+1 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 3 | -14/+35 |
* | Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented. | phk | 2003-01-03 | 2 | -4/+0 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 10 | -15/+15 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -4/+4 |
* | Remove hack from rev 1.15; getbsize(3)'s original interface has been | mike | 2002-12-30 | 1 | -3/+1 |
* | This really isn't WARNS clean. | obrien | 2002-12-30 | 1 | -2/+1 |
* | Make the first argument to getbsize(3) a `size_t *'. This is a hack | mike | 2002-12-30 | 1 | -3/+4 |