aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)Mike Smith1998-10-272-9/+9
* Teach libdisk about alpha boot blocks.Doug Rabson1998-10-064-4/+51
* Eliminate unaligned access on Alpha and also neaten up this code a little.Jordan K. Hubbard1998-09-302-8/+38
* Remove references to the "od" device.Justin T. Gibbs1998-09-152-5/+3
* Extend the existing hackery to set the disk type to SCSI for theJohn Polstra1998-06-271-2/+3
* Spelling corrections.Joseph Koshy1998-06-061-3/+3
* Add new NetBSD FFS with FDISK partition ID 0xa9David E. O'Brien1998-05-191-1/+2
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".David E. O'Brien1998-05-151-2/+2
* Add Compaq & SCO partition types.Jordan K. Hubbard1998-03-221-1/+3
* MF22: teach about LS-120 devices.Jordan K. Hubbard1998-03-202-3/+5
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+4
* Add more AIX/DOS/Win95 partition typesAndrey A. Chernov1998-03-141-4/+12
* Add primary fat-32Andrey A. Chernov1998-03-071-1/+3
* Reconized OpenBSD partitions.David E. O'Brien1998-03-051-1/+3
* Be more verbose if we can't determine device major/minor.Jordan K. Hubbard1998-02-101-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-01-201-2/+2
* Non-intrusive changes to support Justin's CAM stuff.Jordan K. Hubbard1998-01-162-3/+5
* Fix erroneous format string.John Polstra1997-11-181-2/+2
* Fixed this header to compile with gcc -pedantic -Werror (removed commaBruce Evans1997-03-191-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2212-12/+12
* Adds slice_type_name() which extends chunk_n[] for subtype's too.David E. O'Brien1997-01-234-1/+63
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* Close PR#2198:Jordan K. Hubbard1996-12-132-3/+5
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.Poul-Henning Kamp1996-11-275-65/+57
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-5/+2
* Cast lseek arguments appropriately.Jordan K. Hubbard1996-07-092-8/+8
* Removed -g from CFLAGS.Bruce Evans1996-06-231-2/+2
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-1/+3
* Fix mis-declared static arrays that made sysinstall SEGV inJordan K. Hubbard1996-04-291-2/+2
* Move some warn()'s into DEBUG space since I don't need them comingJordan K. Hubbard1996-04-293-11/+34
* Make libdisk C++ aware:Joerg Wunsch1996-03-246-137/+147
* Fix bogus MLINKS line. When is the old libdisk going to go away, BTW?Jordan K. Hubbard1996-03-181-2/+1
* libdisk is now `adult':Joerg Wunsch1996-03-172-1/+353
* Repository copy src/release/libdisk to src/lib/libdisk as per recentPeter Wemm1996-03-171-0/+1
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-075-234/+311
* 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-118-26/+140
* Remove trailing whitespace.Rodney W. Grimes1995-05-308-79/+79
* Remove Ontrack special from All_FreeBSD().Poul-Henning Kamp1995-05-253-8/+9
* Align slices to cylinder boundries.Jordan K. Hubbard1995-05-243-7/+18
* Fix a typo, now there should always be an active slice.Poul-Henning Kamp1995-05-211-2/+2
* Do not allocate the first track.Poul-Henning Kamp1995-05-201-1/+5
* Remove two printfs before Jordan has a fit over them.Poul-Henning Kamp1995-05-181-4/+1
* Fixed the calculation of the reserved space for bad144. Thanks Rod!Poul-Henning Kamp1995-05-151-2/+2
* Create_Chunk_DWIM will not allocate anything in the last cylinder of aPoul-Henning Kamp1995-05-151-3/+18
* Added MakeDevDisk(struct disk*, char *path);Poul-Henning Kamp1995-05-123-4/+93
* Get the CHUNK_COMPAT_BSD flag right.Poul-Henning Kamp1995-05-113-45/+40
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.Poul-Henning Kamp1995-05-104-4/+53
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-084-12/+28
* Add check for rootfs > cyl 1024.Poul-Henning Kamp1995-05-081-2/+6