| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: Use DIOCGPC98 ioctl. | nyan | 2003-02-11 | 1 | -16/+57 |
* | Convert newfs to libufs (really). Solves one real issue with previous | jmallett | 2003-02-11 | 5 | -116/+43 |
* | Use srandomdev() for FreeBSD | ache | 2003-02-11 | 1 | -0/+4 |
* | Rename bio_linkage to the more obvious bio_parent. | phk | 2003-02-07 | 1 | -0/+1 |
* | Use a more standard error message. Add FBSDID. | charnier | 2003-02-05 | 1 | -4/+5 |
* | The .Xr utility | charnier | 2003-02-05 | 1 | -2/+3 |
* | Correct examples for stateful inspection | brueffer | 2003-02-04 | 1 | -2/+2 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 7 | -10/+63 |
* | Build sunlabel on sparc64. | jake | 2003-01-31 | 1 | -0/+4 |
* | Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8) | jake | 2003-01-31 | 2 | -0/+585 |
* | Additional PC98 option is not needed. | nyan | 2003-01-30 | 1 | -3/+0 |
* | Back out conversion to libufs, for now. It seems to cause problems. | jmallett | 2003-01-29 | 4 | -42/+111 |
* | Call fill() after maxpayload has been initialized. | mdodd | 2003-01-29 | 1 | -3/+6 |
* | Send ICMP_MASKREQ packets when the '-M' option is specified. | mdodd | 2003-01-28 | 2 | -10/+31 |
* | Fix problems with how libufs was used, with regard to mounted/active fs's, | jmallett | 2003-01-28 | 1 | -32/+16 |
* | Update mount_nfs documentation to reference new sysctl for -c default. | dillon | 2003-01-27 | 1 | -2/+6 |
* | Don't use the kern.disks sysctl to find a list of md devices, use the | phk | 2003-01-27 | 1 | -41/+7 |
* | Convert newfs to use libufs. I've tested this on md filesystems, as has | jmallett | 2003-01-27 | 4 | -111/+42 |
* | If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls | phk | 2003-01-26 | 2 | -0/+12 |
* | IA64 still needs to be able to run on MBR+BSD combination, so put disklabel | phk | 2003-01-26 | 3 | -0/+3 |
* | Drop the silly notion that i386 has two bootstrap files now that sys/boot | phk | 2003-01-26 | 4 | -326/+70 |
* | Remove #if checks for NUMBOOT==0, it's not relevant for any architecture | phk | 2003-01-26 | 2 | -60/+0 |
* | Offer better advice in #error. | phk | 2003-01-26 | 2 | -10/+6 |
* | Spell libufs correctly in DPADD. | ru | 2003-01-26 | 2 | -2/+2 |
* | Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code. | phk | 2003-01-26 | 2 | -6/+6 |
* | Make disklabel(8) MD for i386/pc98 and alpha only. | phk | 2003-01-26 | 1 | -1/+5 |
* | Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch, | phk | 2003-01-26 | 2 | -118/+4 |
* | Fix typo in last commit. | phk | 2003-01-26 | 2 | -168/+174 |
* | Remember to remove -N and -W from usage. | phk | 2003-01-26 | 2 | -4/+0 |
* | Don't fiddle write-protect status of disklabel, it's a discontinued feature. | phk | 2003-01-26 | 2 | -16/+0 |
* | Retire the "-N" and "-W" options which implemented write-protection | phk | 2003-01-26 | 4 | -98/+6 |
* | Change the -x option so that it does an actual REAL test of | silby | 2003-01-26 | 1 | -11/+35 |
* | Convert references to other manpages to .Xr and add | keramida | 2003-01-26 | 1 | -4/+7 |
* | Readjust the cache initialization code to make it more obvious that the | dillon | 2003-01-25 | 1 | -12/+7 |
* | Since route(8) itself is no longer setuid, we can get a meaningful | kbyanc | 2003-01-25 | 1 | -1/+1 |
* | Parse both old flags location and new one. Print out new flags including | njl | 2003-01-24 | 1 | -14/+24 |
* | Add missing #if USE_IF_MEDIA/#endif. | mdodd | 2003-01-23 | 1 | -1/+4 |
* | Better error handling for -s. | maxim | 2003-01-23 | 2 | -11/+15 |
* | style(9) sweep. | maxim | 2003-01-23 | 1 | -37/+30 |
* | 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 |