summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* o In Print_Chunk(), don't print the address of the chunk on ia64. Itmarcel2003-11-021-4/+11
* Teach libdisk that AMD64 works just like i386peter2003-04-301-1/+3
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().jhb2003-01-101-1/+1
* Break up a bunch of crazy if statements to use a case statement insteadjhb2002-12-021-14/+16
* Fixed style(9)nyan2002-11-151-60/+71
* Handle EFI partitions the same as regular FAT partitions. The onlymarcel2002-11-131-0/+1
* Fixed pc98 support.nyan2002-11-071-3/+2
* Add support for ia64. This is almost identical to i386, except thatmarcel2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.phk2002-11-021-1/+0
* Restore to pc98 support.nyan2002-10-311-2/+14
* Getting closer to getting things right:phk2002-10-291-3/+2
* Since make release is toast anyway, add wood to the pyre:phk2002-10-291-32/+60
* More lobotomy:phk2002-10-231-1/+0
* Remove another 10 mindless #ifdefs.phk2002-10-231-59/+45
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-231-1/+1
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-231-2/+2
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-221-17/+0
* Swing the weed-whacker around libdisk:phk2002-10-221-5/+15
* Modernize my email address.phk2002-03-251-1/+1
* Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsdillon2002-01-071-1/+11
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-091-2/+13
* Add __FBSDID()s to libdiskdillon2001-09-301-3/+3
* + add u_long sector_size to struct disk (documented in libdisk.3)jkh2001-05-131-6/+6
* Add spaces around operators.obrien2001-04-011-49/+51
* Add back <err.h> for warn().obrien2001-04-011-0/+1
* Libraries should _never_ call exit() themselves (or its alternate spellingobrien2001-03-181-8/+7
* - Allow support for MBR boot loaders that are longer than one sector. Asjhb2000-07-121-19/+0
* Changes for PC-98.kato2000-03-291-0/+71
* Remove BAD144 supportphk1999-11-271-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix erroneous format string.jdp1997-11-181-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make libdisk C++ aware:joerg1996-03-241-8/+9
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-8/+22
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
* Remove Ontrack special from All_FreeBSD().phk1995-05-251-1/+6
* Get the CHUNK_COMPAT_BSD flag right.phk1995-05-111-1/+4
* Recognize slice type #6 as dosphk1995-05-081-3/+3
* Whoops! An extra paren somehow got in there. Fixed.jkh1995-05-071-2/+2
* Always zero new chunks - keeps things like the private structures from havingjkh1995-05-071-2/+2
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.phk1995-05-061-53/+59
* If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we willphk1995-05-051-5/+38
* Add the private void *pointer to the chunks, and the functions to manage it.phk1995-05-031-3/+6
* foo -> unknown.jkh1995-05-011-5/+5
* Now we do writes too.phk1995-04-301-2/+3
* Next Iteration, getting better.phk1995-04-291-3/+3
* Sanitize and explain a little bit... Implement the first rules...phk1995-04-291-10/+13
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-281-0/+365
OpenPOWER on IntegriCloud