index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_diskmbr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add compatibility cruft.
bde
1995-02-16
1
-30
/
+54
*
Fixed $Id$
phk
1995-01-23
1
-1
/
+1
*
Change an 0 to WHOLE_DISK_SLICE.
bde
1994-12-30
1
-1
/
+1
*
diskslice_machdep.c implements reading and checking of DOS slice tables.
bde
1994-12-12
1
-0
/
+212