| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More fixes. | ru | 2003-02-25 | 1 | -6/+8 |
* | mdoc(7) police: Tidy up. | ru | 2003-02-24 | 1 | -40/+58 |
* | Killed one more instance of pseudo-devices. | ru | 2003-02-24 | 1 | -1/+1 |
* | Clarify about NSWAPDEV, add a DIAGNOSTICS section pointing to | das | 2003-02-24 | 1 | -3/+8 |
* | - Add a clearer error message for the case where swapon hits the | das | 2003-02-24 | 1 | -3/+9 |
* | These are WARNS=2 clean, try to keep them that way. | johan | 2003-02-23 | 2 | -2/+0 |
* | Remove one of two WARNS=0. | johan | 2003-02-23 | 1 | -1/+0 |
* | Fix two unsafe uses of sprintf(). | tjr | 2003-02-23 | 1 | -3/+8 |
* | Correct some err() format string bugs. | tjr | 2003-02-23 | 1 | -7/+7 |
* | Sort options. | ru | 2003-02-23 | 6 | -139/+158 |
* | Deal with vestiges of d_boot[01]. | ru | 2003-02-23 | 4 | -104/+24 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 4 | -10/+15 |
* | mdoc(7) police: kill unnecessary xref. | ru | 2003-02-23 | 1 | -1/+0 |
* | Fix the -R flag so that it provides sequential "random" numbers | mckusick | 2003-02-22 | 2 | -15/+27 |
* | Remove unused variable to make badsect WARNS=2 clean. | johan | 2003-02-22 | 2 | -2/+0 |
* | Don't try to build devd when NO_CXX is set. | obrien | 2003-02-21 | 1 | -1/+4 |
* | Make camcontrol WARNS=2 clean. | johan | 2003-02-20 | 4 | -7/+12 |
* | Our first keyword hit for apropos ufs2. | jwd | 2003-02-19 | 1 | -1/+1 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 2 | -0/+2 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Replace use of random() with arc4random() to provide less guessable | mckusick | 2003-02-14 | 1 | -5/+5 |
* | Correct lines incorrectly added to the copyright message. Add missing period. | mckusick | 2003-02-14 | 5 | -20/+5 |
* | The bugs section hasn't been true since before 5.0-R | imp | 2003-02-14 | 1 | -3/+0 |
* | devd bugs section is now OBE | imp | 2003-02-14 | 1 | -3/+0 |
* | Improvements to md5.c so that it uses getrusage to time | silby | 2003-02-14 | 1 | -8/+12 |
* | Show the paritition types that we recognize in human readable format. eg: | peter | 2003-02-13 | 1 | -4/+28 |
* | 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 |