summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/create_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* + add u_long sector_size to struct disk (documented in libdisk.3)jkh2001-05-131-10/+14
* Add spaces around operators.obrien2001-04-011-35/+35
* Try to untangle some of the #ifdef spaghetti.obrien2001-04-011-3/+3
* Quiet warnings on the Alpha.obrien2001-04-011-2/+7
* Libraries should _never_ call exit() themselves (or its alternate spellingobrien2001-03-181-5/+4
* MFS: add ATA raid support for sysinstalljkh2000-11-061-0/+2
* Teach libdisk about 'aac'msmith2000-09-131-0/+2
* _PATH_DEV'ify libdiskjhb2000-06-281-1/+2
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.nyan2000-06-051-1/+5
* De-support 'wd'; with it making a dual appearance with 'ad', thingsmsmith2000-05-301-3/+1
* fix stray 'i' from editor.alfred2000-05-251-1/+1
* Teach libdisk about 'twe' disks.msmith2000-05-251-0/+2
* Changes for PC-98.kato2000-03-291-0/+22
* Fix pointer addition bug (3 -> 4).jlemon2000-03-091-1/+1
* Correct device naming for IDA disk nodes (idad)jlemon2000-03-081-1/+1
* Hide more debugging behind isDebug(); what's currentlyjkh2000-02-181-2/+4
* Just on the off-chance that somebody might use libdisk in a totallyphk1999-12-221-5/+11
* Catch up to the fact that block devices are toast.jkh1999-12-151-12/+38
* Remove 'sd' support. SCSI disks are known as 'da' these days.msmith1999-11-271-2/+0
* Remove BAD144 supportphk1999-11-271-7/+0
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ablemsmith1999-11-021-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge from -stable; support for the 'ida' driver, move fla to major 102msmith1999-07-051-2/+4
* Fix my own Pie Floater.msmith1999-05-121-2/+2
* Clean up after another half-Danish.msmith1999-05-041-1/+3
* Bring us one step closer to sysinstall'ing on a DOC2k device.phk1999-01-141-1/+3
* Changes for alpha support.jkh1999-01-081-1/+10
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)msmith1998-10-271-6/+5
* Remove references to the "od" device.gibbs1998-09-151-3/+1
* MF22: teach about LS-120 devices.jkh1998-03-201-1/+3
* Be more verbose if we can't determine device major/minor.jkh1998-02-101-1/+2
* Non-intrusive changes to support Justin's CAM stuff.jkh1998-01-161-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Close PR#2198:jkh1996-12-131-1/+3
* Move some warn()'s into DEBUG space since I don't need them comingjkh1996-04-291-5/+2
* Make libdisk C++ aware:joerg1996-03-241-4/+4
* Update the -current sources from the 2.1 branch.peter1995-12-071-222/+284
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Align slices to cylinder boundries.jkh1995-05-241-1/+8
* Do not allocate the first track.phk1995-05-201-1/+5
* Fixed the calculation of the reserved space for bad144. Thanks Rod!phk1995-05-151-2/+2
* Create_Chunk_DWIM will not allocate anything in the last cylinder of aphk1995-05-151-3/+18
* Added MakeDevDisk(struct disk*, char *path);phk1995-05-121-2/+83
* Get the CHUNK_COMPAT_BSD flag right.phk1995-05-111-41/+33
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.phk1995-05-101-1/+33
* I bet Jordan is tearing his hair out, trying to figure the previous patchphk1995-05-081-2/+2
* Fix bug.phk1995-05-081-1/+2
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.phk1995-05-061-7/+1
OpenPOWER on IntegriCloud