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
/
lib
/
libdisk
/
disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+1
*
Modernize my email address.
phk
2002-03-25
1
-1
/
+1
*
Sort the disknames when we get them from the kernel.
phk
2001-12-23
1
-10
/
+23
*
Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)
peter
2001-10-15
1
-0
/
+2
*
Add __FBSDID()s to libdisk
dillon
2001-09-30
1
-3
/
+3
*
+ add u_long sector_size to struct disk (documented in libdisk.3)
jkh
2001-05-13
1
-20
/
+32
*
Add spaces around operators.
obrien
2001-04-01
1
-73
/
+74
*
Add back <err.h> for warn().
obrien
2001-04-01
1
-0
/
+1
*
Libraries should _never_ call exit() themselves (or its alternate spelling
obrien
2001-03-18
1
-10
/
+9
*
MFS: add ATA raid support for sysinstall
jkh
2000-11-06
1
-2
/
+2
*
Use kern.disks sysctl on PC-98.
nyan
2000-10-21
1
-4
/
+0
*
Teach libdisk about 'aac'
msmith
2000-09-13
1
-2
/
+2
*
- Added support for installing boot0 and boot0.5 for PC-98.
nyan
2000-08-12
1
-2
/
+55
*
- Fixed warnings and typo.
nyan
2000-08-08
1
-1
/
+4
*
Don't use kern.disks sysctl on PC-98 because the wd driver doesn't call
nyan
2000-08-07
1
-0
/
+4
*
- Allow support for MBR boot loaders that are longer than one sector. As
jhb
2000-07-12
1
-9
/
+10
*
_PATH_DEV'ify libdisk
jhb
2000-06-28
1
-4
/
+5
*
Let Disk_Names() take advantage of the kern.disks sysctl if it's
nbm
2000-06-23
1
-0
/
+15
*
Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.
nyan
2000-06-05
1
-0
/
+4
*
/dev/rXXX -> /dev/XXX
msmith
2000-05-31
1
-3
/
+3
*
De-support 'wd'; with it making a dual appearance with 'ad', things
msmith
2000-05-30
1
-1
/
+1
*
Teach libdisk about 'twe' disks.
msmith
2000-05-25
1
-1
/
+1
*
catch up to the modern ATAPI disk naming conventions and add floppy
jkh
2000-05-24
1
-1
/
+1
*
Raw devices are now the normal device name, not prefixed with 'r'.
obrien
2000-04-19
1
-1
/
+1
*
Changes for PC-98.
kato
2000-03-29
1
-0
/
+76
*
Fix fd leak in libdisk's Disk_Names()
imp
2000-03-10
1
-0
/
+4
*
Correct device naming for IDA disk nodes (idad)
jlemon
2000-03-08
1
-1
/
+1
*
Remove 'sd' support. SCSI disks are known as 'da' these days.
msmith
1999-11-27
1
-1
/
+1
*
Teach libdisk about the AMI and Mylex RAID drivers. You should be able
msmith
1999-11-02
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge from -stable; support for the 'ida' driver, move fla to major 102
msmith
1999-07-05
1
-2
/
+2
*
Back out the last change to disk.c - a kernel change removed the need.
dfr
1999-05-09
1
-2
/
+1
*
Make libdisk see the existing partitiions on the alpha.
dfr
1999-05-08
1
-1
/
+2
*
Clean up after another half-Danish.
msmith
1999-05-04
1
-2
/
+2
*
More egcs warning fixes:
imp
1999-04-25
1
-11
/
+1
*
More support for Alpha installs.
jkh
1999-01-29
1
-1
/
+63
*
Add "fla" to Disk_Names()
phk
1998-12-19
1
-2
/
+2
*
Teach libdisk about alpha boot blocks.
dfr
1998-10-06
1
-1
/
+22
*
Eliminate unaligned access on Alpha and also neaten up this code a little.
jkh
1998-09-30
1
-5
/
+25
*
Remove references to the "od" device.
gibbs
1998-09-15
1
-2
/
+2
*
Add new NetBSD FFS with FDISK partition ID 0xa9
obrien
1998-05-19
1
-1
/
+2
*
Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".
obrien
1998-05-15
1
-2
/
+2
*
Add Compaq & SCO partition types.
jkh
1998-03-22
1
-1
/
+3
*
MF22: teach about LS-120 devices.
jkh
1998-03-20
1
-2
/
+2
*
Add more AIX/DOS/Win95 partition types
ache
1998-03-14
1
-4
/
+12
*
Add primary fat-32
ache
1998-03-07
1
-1
/
+3
*
Reconized OpenBSD partitions.
obrien
1998-03-05
1
-1
/
+3
*
Non-intrusive changes to support Justin's CAM stuff.
jkh
1998-01-16
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Adds slice_type_name() which extends chunk_n[] for subtype's too.
obrien
1997-01-23
1
-0
/
+37
[next]