| Commit message (Expand) | Author | Age | Files | Lines |
* | NO_GEOM cleanup: retire to attic. | Poul-Henning Kamp | 2003-01-30 | 1 | -529/+0 |
* | #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an | Poul-Henning Kamp | 2003-01-19 | 1 | -0/+2 |
* | Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c | Poul-Henning Kamp | 2003-01-17 | 1 | -17/+0 |
* | Remove unused second argument from DEV_STRATEGY(). | Poul-Henning Kamp | 2003-01-03 | 1 | -2/+2 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+1 |
* | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -6/+5 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -6/+6 |
* | Wrap Dangerously Dedicated printf under if (bootverbose) | Peter Wemm | 2001-12-11 | 1 | -2/+4 |
* | Recognize the "fixed" geometry in boot1 so that DD disks are not | Peter Wemm | 2001-11-21 | 1 | -5/+30 |
* | Create a general facility for making dev_t's depend on another | Poul-Henning Kamp | 2001-05-26 | 1 | -17/+0 |
* | Make diskerr() always log with printf. | Poul-Henning Kamp | 2000-11-26 | 1 | -2/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
* | s/biowait/bufwait/g | Poul-Henning Kamp | 2000-04-29 | 1 | -2/+2 |
* | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -2/+2 |
* | diff, patch and cvs didn't like these three last time around, try again. | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
* | Don't permit generation of non-physical disk addresses. | Bruce Evans | 2000-01-28 | 1 | -20/+59 |
* | Quick fix for stack overflow when there are more than about 25 slices. | Bruce Evans | 2000-01-27 | 1 | -10/+27 |
* | Improved English in the messages printed by diskerr(). | Bruce Evans | 2000-01-26 | 1 | -16/+15 |
* | Fix a warning. | Doug Rabson | 1999-11-09 | 1 | -1/+1 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | Bruce Evans | 1999-09-13 | 1 | -4/+2 |
* | Fixed style bugs in rev.1.36-1.39. | Bruce Evans | 1999-09-04 | 1 | -37/+28 |
* | Merge alpha and pc98 changes into i386 MBR handling code and replace all | Poul-Henning Kamp | 1999-08-29 | 1 | -6/+54 |
* | We don't need to pass the diskname argument all over the diskslice/label | Poul-Henning Kamp | 1999-08-28 | 1 | -14/+14 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Spring cleaning around strategy and disklabels/slices: | Poul-Henning Kamp | 1999-08-14 | 1 | -17/+13 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -3/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -5/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -2/+2 |
* | The machine dependent disk slice manager does not recognize | Poul-Henning Kamp | 1998-08-10 | 1 | -3/+6 |
* | Don't pass the label to diskerr(), since the label is being constructed | Bruce Evans | 1998-07-25 | 1 | -3/+3 |
* | Moved allocation of the slices struct to the right place. Initialize | Bruce Evans | 1998-07-20 | 1 | -28/+9 |
* | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -3/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp | 1997-12-02 | 1 | -4/+4 |
* | Hide the `no magic' babble behind bootverbose, since it has proven to | Joerg Wunsch | 1997-09-27 | 1 | -5/+7 |
* | Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0. | Bruce Evans | 1997-04-19 | 1 | -8/+11 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as | Bruce Evans | 1996-11-04 | 1 | -6/+10 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | Bruce Evans | 1996-09-20 | 1 | -1/+2 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | Bruce Evans | 1996-04-07 | 1 | -2/+1 |
* | More b_flags fixes. | John Dyson | 1996-03-02 | 1 | -3/+3 |
* | Fix a bug that b_flags was getting unnecessarily modified by | John Dyson | 1996-03-01 | 1 | -4/+4 |
* | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -3/+1 |
* | Don't clip d_ncylinders to value used by partitions. | Jordan K. Hubbard | 1995-08-23 | 1 | -2/+2 |
* | Properly initialize the d_ncylinders field to the maximum number of | Jordan K. Hubbard | 1995-08-23 | 1 | -1/+2 |
* | Make the "information" slice printfs if(bootverbose). | Poul-Henning Kamp | 1995-05-18 | 1 | -10/+13 |
* | Fix style inconsistencies in the last few commits. | Bruce Evans | 1995-05-07 | 1 | -30/+28 |