summaryrefslogtreecommitdiff
path: root/lib/libdisk/rules.c
Commit message (Expand)AuthorAgeFilesLines
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),Marcel Moolenaar2003-11-021-7/+22
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-301-0/+1
* Fix a compiler warning.Poul-Henning Kamp2003-04-231-0/+2
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* Fixed style(9)Yoshihiro Takahashi2002-11-151-16/+27
* Restore to pc98 support.Yoshihiro Takahashi2002-10-311-5/+12
* Since make release is toast anyway, add wood to the pyre:Poul-Henning Kamp2002-10-291-9/+12
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-221-57/+21
* Fix to support pc98.Yoshihiro Takahashi2002-10-081-0/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Add __FBSDID()s to libdiskMatthew Dillon2001-09-301-3/+3
* Add spaces around operators.David E. O'Brien2001-04-011-29/+29
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-181-1/+0
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-121-25/+1
* Changes for PC-98.KATO Takenori2000-03-291-0/+28
* Catch up to the fact that block devices are toast.Jordan K. Hubbard1999-12-151-1/+0
* Remove BAD144 supportPoul-Henning Kamp1999-11-271-30/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-11/+78
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Add check for rootfs > cyl 1024.Poul-Henning Kamp1995-05-081-2/+6
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.Poul-Henning Kamp1995-05-061-6/+2
* If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we willPoul-Henning Kamp1995-05-051-3/+3
* Make the partitions names even more sensiblePoul-Henning Kamp1995-05-041-16/+29
* Make the target for tst01 more sensible.Poul-Henning Kamp1995-05-031-4/+16
* Now we do writes too.Poul-Henning Kamp1995-04-301-11/+65
* Names are assigned when chunks are created.Poul-Henning Kamp1995-04-291-1/+49
* Next Iteration, getting better.Poul-Henning Kamp1995-04-291-3/+30
* Sanitize and explain a little bit... Implement the first rules...Poul-Henning Kamp1995-04-291-0/+95