summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/libdisk.h
Commit message (Expand)AuthorAgeFilesLines
* Add MIPS support to libdiskgonzo2008-05-041-1/+2
* Enclose entire header in #ifndef _LIBDISK_H_mtm2007-11-201-0/+5
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.cognet2006-01-251-1/+2
* PowerPC support.grehan2004-04-211-1/+3
* Make libdisk WARNS=4 clean.kuriyama2004-03-301-0/+1
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskjhb2004-03-161-17/+17
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-021-6/+17
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyrwatson2003-09-271-1/+1
* Teach libdisk that AMD64 works just like i386peter2003-04-301-2/+3
* Only define platform once -- in a C file.obrien2003-04-301-20/+3
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()jhb2003-02-041-2/+2
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().jhb2003-01-101-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fixed style(9)nyan2002-11-151-48/+29
* Remove parameter names from function prototypes (at least one collideddavidc2002-11-111-36/+37
* Add an efi chunk type. We need to be able to create an EFI partitionmarcel2002-11-101-0/+1
* Since make release is toast anyway, add wood to the pyre:phk2002-10-291-2/+48
* Add back ia64 support that was removed in the last few revisions.peter2002-10-271-0/+4
* More lobotomy:phk2002-10-231-3/+0
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-231-2/+3
* Remove the last traces of bogus MAKEDEV functionality.phk2002-10-221-7/+0
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-221-12/+1
* Swing the weed-whacker around libdisk:phk2002-10-221-27/+11
* Modernize my email address.phk2002-03-251-1/+1
* Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsdillon2002-01-071-0/+9
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-091-15/+25
* + add u_long sector_size to struct disk (documented in libdisk.3)jkh2001-05-131-15/+11
* Correct a comment.obrien2001-04-011-1/+1
* Libraries should _never_ call exit() themselves (or its alternate spellingobrien2001-03-181-0/+8
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+0
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-121-0/+13
* - Allow support for MBR boot loaders that are longer than one sector. Asjhb2000-07-121-6/+2
* Changes for PC-98.kato2000-03-291-0/+12
* Remove BAD144 supportphk1999-11-271-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Eliminate all dependence on boot1 and boot2. This is passed in byjkh1998-12-311-2/+1
* Teach libdisk about alpha boot blocks.dfr1998-10-061-1/+3
* Fixed #includes in the synopsis and in an example. <sys/socket.h>bde1998-01-201-2/+2
* Fixed this header to compile with gcc -pedantic -Werror (removed commabde1997-03-191-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Adds slice_type_name() which extends chunk_n[] for subtype's too.obrien1997-01-231-0/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.phk1996-11-271-15/+7
* Fix mis-declared static arrays that made sysinstall SEGV injkh1996-04-291-2/+2
* Make libdisk C++ aware:joerg1996-03-241-108/+113
* Update the -current sources from the 2.1 branch.peter1995-12-071-4/+13
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+13
* Remove trailing whitespace.rgrimes1995-05-301-18/+18
* Remove Ontrack special from All_FreeBSD().phk1995-05-251-1/+2
* Added MakeDevDisk(struct disk*, char *path);phk1995-05-121-1/+5
OpenPOWER on IntegriCloud