aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix my own Pie Floater.Mike Smith1999-05-121-2/+2
* Clean up after another half-Danish.Mike Smith1999-05-041-1/+3
* Bring us one step closer to sysinstall'ing on a DOC2k device.Poul-Henning Kamp1999-01-141-1/+3
* Changes for alpha support.Jordan K. Hubbard1999-01-081-1/+10
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)Mike Smith1998-10-271-6/+5
* Remove references to the "od" device.Justin T. Gibbs1998-09-151-3/+1
* MF22: teach about LS-120 devices.Jordan K. Hubbard1998-03-201-1/+3
* Be more verbose if we can't determine device major/minor.Jordan K. Hubbard1998-02-101-1/+2
* Non-intrusive changes to support Justin's CAM stuff.Jordan K. Hubbard1998-01-161-1/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Close PR#2198:Jordan K. Hubbard1996-12-131-1/+3
* Move some warn()'s into DEBUG space since I don't need them comingJordan K. Hubbard1996-04-291-5/+2
* Make libdisk C++ aware:Joerg Wunsch1996-03-241-4/+4
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-222/+284
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Align slices to cylinder boundries.Jordan K. Hubbard1995-05-241-1/+8
* Do not allocate the first track.Poul-Henning Kamp1995-05-201-1/+5
* Fixed the calculation of the reserved space for bad144. Thanks Rod!Poul-Henning Kamp1995-05-151-2/+2
* Create_Chunk_DWIM will not allocate anything in the last cylinder of aPoul-Henning Kamp1995-05-151-3/+18
* Added MakeDevDisk(struct disk*, char *path);Poul-Henning Kamp1995-05-121-2/+83
* Get the CHUNK_COMPAT_BSD flag right.Poul-Henning Kamp1995-05-111-41/+33
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.Poul-Henning Kamp1995-05-101-1/+33
* I bet Jordan is tearing his hair out, trying to figure the previous patchPoul-Henning Kamp1995-05-081-2/+2
* Fix bug.Poul-Henning Kamp1995-05-081-1/+2
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-061-7/+1
* Make the partitions names even more sensiblePoul-Henning Kamp1995-05-041-4/+6
* Add the private void *pointer to the chunks, and the functions to manage it.Poul-Henning Kamp1995-05-031-2/+19
* Make the target for tst01 more sensible.Poul-Henning Kamp1995-05-031-19/+34
* start CHS is 0xff,0xff,0xff if past 1024.Poul-Henning Kamp1995-05-011-1/+3
* get bootblocks right.Poul-Henning Kamp1995-04-301-2/+1
* Now we do writes too.Poul-Henning Kamp1995-04-301-4/+7
* Names are assigned when chunks are created.Poul-Henning Kamp1995-04-291-2/+110
* Sanitize and explain a little bit... Implement the first rules...Poul-Henning Kamp1995-04-291-1/+0
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffPoul-Henning Kamp1995-04-281-0/+26