summaryrefslogtreecommitdiff
path: root/lib/libdisk/write_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()John Baldwin2003-02-041-1/+1
* Fixed style(9)Yoshihiro Takahashi2002-11-151-9/+10
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-314/+1
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().Poul-Henning Kamp2002-10-231-42/+41
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-221-40/+15
* #include the right thing for PC98Poul-Henning Kamp2002-10-021-0/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* 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-14/+17
* Add spaces around operators.David E. O'Brien2001-04-011-39/+38
* Try to untangle some of the #ifdef spaghetti.David E. O'Brien2001-04-011-9/+9
* Quiet warnings on the Alpha.David E. O'Brien2001-04-011-1/+4
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-181-1/+0
* Do install-time configuration of the i386 boot0 boot manager. AtRobert Nordier2000-12-121-1/+23
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-121-0/+7
* - Fixed warnings and typo.Yoshihiro Takahashi2000-08-081-0/+2
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-121-0/+3
* _PATH_DEV'ify libdiskJohn Baldwin2000-06-281-1/+2
* /dev/rXXX -> /dev/XXXMike Smith2000-05-311-1/+1
* Changes for PC-98.KATO Takenori2000-03-291-0/+85
* lowercase error messagePhilippe Charnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out the last change to disk.c - a kernel change removed the need.Doug Rabson1999-05-091-1/+5
* More support for Alpha installs.Jordan K. Hubbard1999-01-291-2/+10
* Changes for alpha support.Jordan K. Hubbard1999-01-081-1/+11
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)Mike Smith1998-10-271-3/+4
* Teach libdisk about alpha boot blocks.Doug Rabson1998-10-061-1/+18
* Eliminate unaligned access on Alpha and also neaten up this code a little.Jordan K. Hubbard1998-09-301-3/+13
* Extend the existing hackery to set the disk type to SCSI for theJohn Polstra1998-06-271-2/+3
* 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
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.Poul-Henning Kamp1996-11-271-7/+1
* Move some warn()'s into DEBUG space since I don't need them comingJordan K. Hubbard1996-04-291-1/+7
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-3/+3
* Brought in changes from rev 1.14.2.1 into main branch.David Greenman1995-08-261-1/+10
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Align slices to cylinder boundries.Jordan K. Hubbard1995-05-241-5/+4
* Fix a typo, now there should always be an active slice.Poul-Henning Kamp1995-05-211-2/+2
* Remove two printfs before Jordan has a fit over them.Poul-Henning Kamp1995-05-181-4/+1
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-081-3/+14
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-061-3/+1
* Make the partitions names even more sensiblePoul-Henning Kamp1995-05-041-1/+9
* start CHS is 0xff,0xff,0xff if past 1024.Poul-Henning Kamp1995-05-011-17/+12
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).Poul-Henning Kamp1995-04-301-28/+32
* get bootblocks right.Poul-Henning Kamp1995-04-301-2/+6
* Use 0xff for CHS when past 1024 cyls.Poul-Henning Kamp1995-04-301-22/+34