aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* MFS: add ATA raid support for sysinstallJordan K. Hubbard2000-11-062-2/+4
* Use kern.disks sysctl on PC-98.Yoshihiro Takahashi2000-10-211-4/+0
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-162-3/+1
* Teach libdisk about 'aac'Mike Smith2000-09-132-2/+4
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-123-2/+75
* - Fixed warnings and typo.Yoshihiro Takahashi2000-08-082-1/+6
* Don't use kern.disks sysctl on PC-98 because the wd driver doesn't callYoshihiro Takahashi2000-08-071-0/+4
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-126-62/+16
* Don't call printf without a format string.Kris Kennaway2000-07-111-1/+1
* _PATH_DEV'ify libdiskJohn Baldwin2000-06-284-7/+11
* Let Disk_Names() take advantage of the kern.disks sysctl if it'sNeil Blakey-Milner2000-06-231-0/+15
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.Yoshihiro Takahashi2000-06-052-1/+9
* /dev/rXXX -> /dev/XXXMike Smith2000-05-313-5/+5
* De-support 'wd'; with it making a dual appearance with 'ad', thingsMike Smith2000-05-302-4/+2
* fix stray 'i' from editor.Alfred Perlstein2000-05-251-1/+1
* Teach libdisk about 'twe' disks.Mike Smith2000-05-252-1/+3
* catch up to the modern ATAPI disk naming conventions and add floppyJordan K. Hubbard2000-05-241-1/+1
* Reassemble a sentence that has been botched in rev 1.4.Joerg Wunsch2000-04-251-1/+1
* Introduce .Lb macro to libdisk manpageAlexey Zelkin2000-04-221-1/+3
* Raw devices are now the normal device name, not prefixed with 'r'.David E. O'Brien2000-04-191-1/+1
* Changes for PC-98.KATO Takenori2000-03-299-0/+322
* lowercase error messagePhilippe Charnier2000-03-261-1/+1
* Fix fd leak in libdisk's Disk_Names()Warner Losh2000-03-101-0/+4
* Fix pointer addition bug (3 -> 4).Jonathan Lemon2000-03-091-1/+1
* Correct device naming for IDA disk nodes (idad)Jonathan Lemon2000-03-082-2/+2
* Hide more debugging behind isDebug(); what's currentlyJordan K. Hubbard2000-02-181-2/+4
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-5/+1
* Just on the off-chance that somebody might use libdisk in a totallyPoul-Henning Kamp1999-12-221-5/+11
* Catch up to the fact that block devices are toast.Jordan K. Hubbard1999-12-152-13/+38
* Remove 'sd' support. SCSI disks are known as 'da' these days.Mike Smith1999-11-272-3/+1
* Remove BAD144 supportPoul-Henning Kamp1999-11-275-42/+0
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-022-1/+5
* fix couple mdoc errorAlexey Zelkin1999-10-281-9/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Merge from -stable; support for the 'ida' driver, move fla to major 102Mike Smith1999-07-052-4/+6
* Fix my own Pie Floater.Mike Smith1999-05-121-2/+2
* Back out the last change to disk.c - a kernel change removed the need.Doug Rabson1999-05-092-3/+6
* Make libdisk see the existing partitiions on the alpha.Doug Rabson1999-05-081-1/+2
* Clean up after another half-Danish.Mike Smith1999-05-042-3/+5
* More egcs warning fixes:Warner Losh1999-04-251-11/+1
* More support for Alpha installs.Jordan K. Hubbard1999-01-293-4/+76
* Bring us one step closer to sysinstall'ing on a DOC2k device.Poul-Henning Kamp1999-01-141-1/+3
* Changes for alpha support.Jordan K. Hubbard1999-01-082-2/+21
* Eliminate all dependence on boot1 and boot2. This is passed in byJordan K. Hubbard1998-12-313-28/+6
* Transition libdisk to use /boot since what it's looking for (boot1 and boot2)Jordan K. Hubbard1998-12-301-2/+2
* Backed out previous commit. It depends on a.out utilities and librariesBruce Evans1998-12-301-2/+2
* Fixed bootstrapping of /usr/mdec/boot[12].Bruce Evans1998-12-301-2/+2
* Add "fla" to Disk_Names()Poul-Henning Kamp1998-12-191-2/+2