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
*
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
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Close PR#2198:
jkh
1996-12-13
1
-2
/
+2
*
Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.
phk
1996-11-27
1
-2
/
+4
*
Move some warn()'s into DEBUG space since I don't need them coming
jkh
1996-04-29
1
-5
/
+25
*
Make libdisk C++ aware:
joerg
1996-03-24
1
-6
/
+6
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-1
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
Recognize slice type #6 as dos
phk
1995-05-08
1
-3
/
+8
*
General sanitation and cleanup. Killed the "reserved" type, it wasn't.
phk
1995-05-06
1
-2
/
+1
*
Make the partitions names even more sensible
phk
1995-05-04
1
-2
/
+1
*
Add the private void *pointer to the chunks, and the functions to manage it.
phk
1995-05-03
1
-2
/
+2
*
Export the chunk names properly.
jkh
1995-05-03
1
-1
/
+13
*
Make the target for tst01 more sensible.
phk
1995-05-03
1
-3
/
+4
*
foo -> unknown
jkh
1995-05-02
1
-2
/
+2
*
I need Open_Disk() to not spew on my screen. #ifdef out some diagnostic
jkh
1995-05-02
1
-1
/
+3
*
Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).
phk
1995-04-30
1
-12
/
+9
*
get bootblocks right.
phk
1995-04-30
1
-45
/
+62
*
Use 0xff for CHS when past 1024 cyls.
phk
1995-04-30
1
-6
/
+13
*
Now we do writes too.
phk
1995-04-30
1
-21
/
+38
*
Names are assigned when chunks are created.
phk
1995-04-29
1
-2
/
+16
*
Even More stuff. Disk_Names() is here amongst other things.
phk
1995-04-29
1
-15
/
+100
*
Next Iteration, getting better.
phk
1995-04-29
1
-23
/
+4
*
Sanitize and explain a little bit... Implement the first rules...
phk
1995-04-29
1
-1
/
+4
*
This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff
phk
1995-04-28
1
-0
/
+183