aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_diskmbr.c
Commit message (Expand)AuthorAgeFilesLines
* The machine dependent disk slice manager does not recognizePoul-Henning Kamp1998-08-101-3/+6
* Don't pass the label to diskerr(), since the label is being constructedBruce Evans1998-07-251-3/+3
* Moved allocation of the slices struct to the right place. InitializeBruce Evans1998-07-201-28/+9
* Fixed printf format errors.Bruce Evans1998-07-111-3/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-4/+4
* Hide the `no magic' babble behind bootverbose, since it has proven toJoerg Wunsch1997-09-271-5/+7
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.Bruce Evans1997-04-191-8/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asBruce Evans1996-11-041-6/+10
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-201-1/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* More b_flags fixes.John Dyson1996-03-021-3/+3
* Fix a bug that b_flags was getting unnecessarily modified byJohn Dyson1996-03-011-4/+4
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-3/+1
* Don't clip d_ncylinders to value used by partitions.Jordan K. Hubbard1995-08-231-2/+2
* Properly initialize the d_ncylinders field to the maximum number ofJordan K. Hubbard1995-08-231-1/+2
* Make the "information" slice printfs if(bootverbose).Poul-Henning Kamp1995-05-181-10/+13
* Fix style inconsistencies in the last few commits.Bruce Evans1995-05-071-30/+28
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).Poul-Henning Kamp1995-05-011-3/+7
* Remove the slice for the first 63 sectors for the OnTrack case, it's uselessPoul-Henning Kamp1995-04-201-12/+2
* Added support for disks which "OnTrack Disk Manager" has munged.Poul-Henning Kamp1995-04-201-19/+58
* Add more compatibility cruft:Bruce Evans1995-03-251-19/+69
* Fix support for extended partitions (forgot to release the buffer).Bruce Evans1995-03-151-3/+7
* Support extended DOSpartitions.Bruce Evans1995-03-041-51/+181
* Use dsname() to get consistent names.Bruce Evans1995-02-221-16/+19
* Don't generate any errors here other than EIO. An invalid partitionBruce Evans1995-02-211-14/+10
* Add compatibility cruft.Bruce Evans1995-02-161-30/+54
* Fixed $Id$Poul-Henning Kamp1995-01-231-1/+1
* Change an 0 to WHOLE_DISK_SLICE.Bruce Evans1994-12-301-1/+1
* diskslice_machdep.c implements reading and checking of DOS slice tables.Bruce Evans1994-12-121-0/+212