summaryrefslogtreecommitdiff
path: root/lib/libdisk/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* With the old sade removed, libdisk is no longer used by anything in HEADNathan Whitehorn2012-12-301-595/+0
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-311-0/+1
* PowerPC support.Peter Grehan2004-04-211-1/+27
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-161-12/+14
* o In Print_Chunk(), don't print the address of the chunk on ia64. ItMarcel Moolenaar2003-11-021-4/+11
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-301-1/+3
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().John Baldwin2003-01-101-1/+1
* Break up a bunch of crazy if statements to use a case statement insteadJohn Baldwin2002-12-021-14/+16
* Fixed style(9)Yoshihiro Takahashi2002-11-151-60/+71
* Handle EFI partitions the same as regular FAT partitions. The onlyMarcel Moolenaar2002-11-131-0/+1
* Fixed pc98 support.Yoshihiro Takahashi2002-11-071-3/+2
* Add support for ia64. This is almost identical to i386, except thatMarcel Moolenaar2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.Poul-Henning Kamp2002-11-021-1/+0
* Restore to pc98 support.Yoshihiro Takahashi2002-10-311-2/+14
* Getting closer to getting things right:Poul-Henning Kamp2002-10-291-3/+2
* Since make release is toast anyway, add wood to the pyre:Poul-Henning Kamp2002-10-291-32/+60
* More lobotomy:Poul-Henning Kamp2002-10-231-1/+0
* Remove another 10 mindless #ifdefs.Poul-Henning Kamp2002-10-231-59/+45
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledPoul-Henning Kamp2002-10-231-1/+1
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-2/+2
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsPoul-Henning Kamp2002-10-221-17/+0
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-221-5/+15
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsMatthew Dillon2002-01-071-1/+11
* Add auto-fill-on-delete. When deleting an 'A'uto created partitionMatthew Dillon2001-12-091-2/+13
* Add __FBSDID()s to libdiskMatthew Dillon2001-09-301-3/+3
* + add u_long sector_size to struct disk (documented in libdisk.3)Jordan K. Hubbard2001-05-131-6/+6
* Add spaces around operators.David E. O'Brien2001-04-011-49/+51
* Add back <err.h> for warn().David E. O'Brien2001-04-011-0/+1
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-181-8/+7
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-121-19/+0
* Changes for PC-98.KATO Takenori2000-03-291-0/+71
* Remove BAD144 supportPoul-Henning Kamp1999-11-271-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix erroneous format string.John Polstra1997-11-181-2/+2
* 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
* Make libdisk C++ aware:Joerg Wunsch1996-03-241-8/+9
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-8/+22
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-14/+14
* Remove Ontrack special from All_FreeBSD().Poul-Henning Kamp1995-05-251-1/+6
* Get the CHUNK_COMPAT_BSD flag right.Poul-Henning Kamp1995-05-111-1/+4
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-081-3/+3
* Whoops! An extra paren somehow got in there. Fixed.Jordan K. Hubbard1995-05-071-2/+2
* Always zero new chunks - keeps things like the private structures from havingJordan K. Hubbard1995-05-071-2/+2
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-061-53/+59
* If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we willPoul-Henning Kamp1995-05-051-5/+38
* Add the private void *pointer to the chunks, and the functions to manage it.Poul-Henning Kamp1995-05-031-3/+6
* foo -> unknown.Jordan K. Hubbard1995-05-011-5/+5
* Now we do writes too.Poul-Henning Kamp1995-04-301-2/+3