| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap Dangerously Dedicated printf under if (bootverbose) | peter | 2001-12-11 | 1 | -2/+4 |
* | Recognize the "fixed" geometry in boot1 so that DD disks are not | peter | 2001-11-21 | 1 | -5/+30 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 1 | -17/+0 |
* | Make diskerr() always log with printf. | phk | 2000-11-26 | 1 | -2/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -2/+2 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+2 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -2/+2 |
* | Don't permit generation of non-physical disk addresses. | bde | 2000-01-28 | 1 | -20/+59 |
* | Quick fix for stack overflow when there are more than about 25 slices. | bde | 2000-01-27 | 1 | -10/+27 |
* | Improved English in the messages printed by diskerr(). | bde | 2000-01-26 | 1 | -16/+15 |
* | Fix a warning. | dfr | 1999-11-09 | 1 | -1/+1 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | bde | 1999-09-13 | 1 | -4/+2 |
* | Fixed style bugs in rev.1.36-1.39. | bde | 1999-09-04 | 1 | -37/+28 |
* | Merge alpha and pc98 changes into i386 MBR handling code and replace all | phk | 1999-08-29 | 1 | -6/+54 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -14/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -17/+13 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -5/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | The machine dependent disk slice manager does not recognize | phk | 1998-08-10 | 1 | -3/+6 |
* | Don't pass the label to diskerr(), since the label is being constructed | bde | 1998-07-25 | 1 | -3/+3 |
* | Moved allocation of the slices struct to the right place. Initialize | bde | 1998-07-20 | 1 | -28/+9 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -4/+4 |
* | Hide the `no magic' babble behind bootverbose, since it has proven to | joerg | 1997-09-27 | 1 | -5/+7 |
* | Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0. | bde | 1997-04-19 | 1 | -8/+11 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as | bde | 1996-11-04 | 1 | -6/+10 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -2/+1 |
* | More b_flags fixes. | dyson | 1996-03-02 | 1 | -3/+3 |
* | Fix a bug that b_flags was getting unnecessarily modified by | dyson | 1996-03-01 | 1 | -4/+4 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -3/+1 |
* | Don't clip d_ncylinders to value used by partitions. | jkh | 1995-08-23 | 1 | -2/+2 |
* | Properly initialize the d_ncylinders field to the maximum number of | jkh | 1995-08-23 | 1 | -1/+2 |
* | Make the "information" slice printfs if(bootverbose). | phk | 1995-05-18 | 1 | -10/+13 |
* | Fix style inconsistencies in the last few commits. | bde | 1995-05-07 | 1 | -30/+28 |
* | When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff). | phk | 1995-05-01 | 1 | -3/+7 |
* | Remove the slice for the first 63 sectors for the OnTrack case, it's useless | phk | 1995-04-20 | 1 | -12/+2 |
* | Added support for disks which "OnTrack Disk Manager" has munged. | phk | 1995-04-20 | 1 | -19/+58 |
* | Add more compatibility cruft: | bde | 1995-03-25 | 1 | -19/+69 |
* | Fix support for extended partitions (forgot to release the buffer). | bde | 1995-03-15 | 1 | -3/+7 |
* | Support extended DOSpartitions. | bde | 1995-03-04 | 1 | -51/+181 |
* | Use dsname() to get consistent names. | bde | 1995-02-22 | 1 | -16/+19 |
* | Don't generate any errors here other than EIO. An invalid partition | bde | 1995-02-21 | 1 | -14/+10 |