summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskmbr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-191-6/+6
* Wrap Dangerously Dedicated printf under if (bootverbose)peter2001-12-111-2/+4
* Recognize the "fixed" geometry in boot1 so that DD disks are notpeter2001-11-211-5/+30
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-17/+0
* Make diskerr() always log with printf.phk2000-11-261-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* s/biowait/bufwait/gphk2000-04-291-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* Don't permit generation of non-physical disk addresses.bde2000-01-281-20/+59
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
* Improved English in the messages printed by diskerr().bde2000-01-261-16/+15
* Fix a warning.dfr1999-11-091-1/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-4/+2
* Fixed style bugs in rev.1.36-1.39.bde1999-09-041-37/+28
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-291-6/+54
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-14/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-17/+13
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-5/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* The machine dependent disk slice manager does not recognizephk1998-08-101-3/+6
* Don't pass the label to diskerr(), since the label is being constructedbde1998-07-251-3/+3
* Moved allocation of the slices struct to the right place. Initializebde1998-07-201-28/+9
* Fixed printf format errors.bde1998-07-111-3/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-4/+4
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-271-5/+7
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.bde1997-04-191-8/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-041-6/+10
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* More b_flags fixes.dyson1996-03-021-3/+3
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-4/+4
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+1
* Don't clip d_ncylinders to value used by partitions.jkh1995-08-231-2/+2
* Properly initialize the d_ncylinders field to the maximum number ofjkh1995-08-231-1/+2
* Make the "information" slice printfs if(bootverbose).phk1995-05-181-10/+13
* Fix style inconsistencies in the last few commits.bde1995-05-071-30/+28
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).phk1995-05-011-3/+7
* Remove the slice for the first 63 sectors for the OnTrack case, it's uselessphk1995-04-201-12/+2
* Added support for disks which "OnTrack Disk Manager" has munged.phk1995-04-201-19/+58
* Add more compatibility cruft:bde1995-03-251-19/+69
* Fix support for extended partitions (forgot to release the buffer).bde1995-03-151-3/+7
* Support extended DOSpartitions.bde1995-03-041-51/+181
* Use dsname() to get consistent names.bde1995-02-221-16/+19
OpenPOWER on IntegriCloud