aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* With the old sade removed, libdisk is no longer used by anything in HEADNathan Whitehorn2012-12-301-296/+0
* Remove an unnecessary defination of New_Chunk, which has beenXin LI2005-01-051-2/+0
* PowerPC support.Peter Grehan2004-04-211-1/+24
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-161-5/+5
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedMarcel Moolenaar2003-11-121-0/+4
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allMarcel Moolenaar2003-11-021-5/+13
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-301-2/+2
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* Remove mostly unused disk arguments from Fixup_*_Names() functions.John Baldwin2003-02-041-9/+9
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().John Baldwin2003-01-101-1/+19
* Fixed style(9)Yoshihiro Takahashi2002-11-151-35/+51
* MBR slices are named the same on ia64 as they are on i386.Marcel Moolenaar2002-11-111-4/+4
* the 'd' partition hasn't been magic for years, so allocate it in naturalPoul-Henning Kamp2002-10-291-1/+1
* More lobotomy:Poul-Henning Kamp2002-10-231-7/+2
* Remove the last traces of bogus MAKEDEV functionality.Poul-Henning Kamp2002-10-221-17/+0
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsPoul-Henning Kamp2002-10-221-12/+0
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-221-205/+5
* Lobotomize MakeDev(), we don't need it with devfs.Poul-Henning Kamp2002-10-211-0/+2
* Fix to support pc98.Yoshihiro Takahashi2002-10-081-0/+4
* White-space change only. Move closer to style(9).Poul-Henning Kamp2002-10-041-323/+322
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Use correct printf format specifier to print unsigned longs.Garrett Wollman2002-05-301-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* One more fix for sysinstall/libdisk to create a device fileMakoto Matsushita2001-11-111-6/+10
* Check to see if the devfs MIB exists and return 1 if it exists ratherJordan K. Hubbard2001-10-101-0/+9
* Add __FBSDID()s to libdiskMatthew Dillon2001-09-301-3/+3
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+2
* + add u_long sector_size to struct disk (documented in libdisk.3)Jordan K. Hubbard2001-05-131-10/+14
* Add spaces around operators.David E. O'Brien2001-04-011-35/+35
* Try to untangle some of the #ifdef spaghetti.David E. O'Brien2001-04-011-3/+3
* Quiet warnings on the Alpha.David E. O'Brien2001-04-011-2/+7
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-181-5/+4
* MFS: add ATA raid support for sysinstallJordan K. Hubbard2000-11-061-0/+2
* Teach libdisk about 'aac'Mike Smith2000-09-131-0/+2
* _PATH_DEV'ify libdiskJohn Baldwin2000-06-281-1/+2
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.Yoshihiro Takahashi2000-06-051-1/+5
* De-support 'wd'; with it making a dual appearance with 'ad', thingsMike Smith2000-05-301-3/+1
* fix stray 'i' from editor.Alfred Perlstein2000-05-251-1/+1
* Teach libdisk about 'twe' disks.Mike Smith2000-05-251-0/+2
* Changes for PC-98.KATO Takenori2000-03-291-0/+22
* Fix pointer addition bug (3 -> 4).Jonathan Lemon2000-03-091-1/+1
* Correct device naming for IDA disk nodes (idad)Jonathan Lemon2000-03-081-1/+1
* Hide more debugging behind isDebug(); what's currentlyJordan K. Hubbard2000-02-181-2/+4
* Just on the off-chance that somebody might use libdisk in a totallyPoul-Henning Kamp1999-12-221-5/+11
* Catch up to the fact that block devices are toast.Jordan K. Hubbard1999-12-151-12/+38
* Remove 'sd' support. SCSI disks are known as 'da' these days.Mike Smith1999-11-271-2/+0
* Remove BAD144 supportPoul-Henning Kamp1999-11-271-7/+0
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-021-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge from -stable; support for the 'ida' driver, move fla to major 102Mike Smith1999-07-051-2/+4