summaryrefslogtreecommitdiff
path: root/lib/libdisk/disk.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-161-1/+1
* Add "fla" to Disk_Names()Poul-Henning Kamp1998-12-191-2/+2
* Teach libdisk about alpha boot blocks.Doug Rabson1998-10-061-1/+22
* Eliminate unaligned access on Alpha and also neaten up this code a little.Jordan K. Hubbard1998-09-301-5/+25
* Remove references to the "od" device.Justin T. Gibbs1998-09-151-2/+2
* Add new NetBSD FFS with FDISK partition ID 0xa9David E. O'Brien1998-05-191-1/+2
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".David E. O'Brien1998-05-151-2/+2
* Add Compaq & SCO partition types.Jordan K. Hubbard1998-03-221-1/+3
* MF22: teach about LS-120 devices.Jordan K. Hubbard1998-03-201-2/+2
* Add more AIX/DOS/Win95 partition typesAndrey A. Chernov1998-03-141-4/+12
* Add primary fat-32Andrey A. Chernov1998-03-071-1/+3
* Reconized OpenBSD partitions.David E. O'Brien1998-03-051-1/+3
* Non-intrusive changes to support Justin's CAM stuff.Jordan K. Hubbard1998-01-161-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Adds slice_type_name() which extends chunk_n[] for subtype's too.David E. O'Brien1997-01-231-0/+37
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Close PR#2198:Jordan K. Hubbard1996-12-131-2/+2
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.Poul-Henning Kamp1996-11-271-2/+4
* Move some warn()'s into DEBUG space since I don't need them comingJordan K. Hubbard1996-04-291-5/+25
* Make libdisk C++ aware:Joerg Wunsch1996-03-241-6/+6
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-081-3/+8
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-061-2/+1
* Make the partitions names even more sensiblePoul-Henning Kamp1995-05-041-2/+1
* Add the private void *pointer to the chunks, and the functions to manage it.Poul-Henning Kamp1995-05-031-2/+2
* Export the chunk names properly.Jordan K. Hubbard1995-05-031-1/+13
* Make the target for tst01 more sensible.Poul-Henning Kamp1995-05-031-3/+4
* foo -> unknownJordan K. Hubbard1995-05-021-2/+2
* I need Open_Disk() to not spew on my screen. #ifdef out some diagnosticJordan K. Hubbard1995-05-021-1/+3
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).Poul-Henning Kamp1995-04-301-12/+9
* get bootblocks right.Poul-Henning Kamp1995-04-301-45/+62
* Use 0xff for CHS when past 1024 cyls.Poul-Henning Kamp1995-04-301-6/+13
* Now we do writes too.Poul-Henning Kamp1995-04-301-21/+38
* Names are assigned when chunks are created.Poul-Henning Kamp1995-04-291-2/+16
* Even More stuff. Disk_Names() is here amongst other things.Poul-Henning Kamp1995-04-291-15/+100
* Next Iteration, getting better.Poul-Henning Kamp1995-04-291-23/+4
* Sanitize and explain a little bit... Implement the first rules...Poul-Henning Kamp1995-04-291-1/+4
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffPoul-Henning Kamp1995-04-281-0/+183