Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for PC-98. | kato | 2000-03-29 | 9 | -0/+322 |
| | |||||
* | lowercase error message | charnier | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Fix fd leak in libdisk's Disk_Names() | imp | 2000-03-10 | 1 | -0/+4 |
| | |||||
* | Fix pointer addition bug (3 -> 4). | jlemon | 2000-03-09 | 1 | -1/+1 |
| | | | | Submitted by: david.w.james@bt.com | ||||
* | Correct device naming for IDA disk nodes (idad) | jlemon | 2000-03-08 | 2 | -2/+2 |
| | |||||
* | Hide more debugging behind isDebug(); what's currently | jkh | 2000-02-18 | 1 | -2/+4 |
| | | | | spewing out will only alarm people. | ||||
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -5/+1 |
| | | | | Reviewed by: marcel, and make world | ||||
* | Just on the off-chance that somebody might use libdisk in a totally | phk | 1999-12-22 | 1 | -5/+11 |
| | | | | | | | | lobotomized environment, say booted from a floppy with no /etc full of password and group files, give sensible fallbacks for roots uid and operators gid. This might fix sysinstall. | ||||
* | Catch up to the fact that block devices are toast. | jkh | 1999-12-15 | 2 | -13/+38 |
| | | | | | | | | Teach about the afd driver. Teach new char dev for ad driver. Make ownerships correct. Submitted by: jhb | ||||
* | Remove 'sd' support. SCSI disks are known as 'da' these days. | msmith | 1999-11-27 | 2 | -3/+1 |
| | |||||
* | Remove BAD144 support | phk | 1999-11-27 | 5 | -42/+0 |
| | |||||
* | Teach libdisk about the AMI and Mylex RAID drivers. You should be able | msmith | 1999-11-02 | 2 | -1/+5 |
| | | | | to install directly to arrays managed by these controllers now. | ||||
* | fix couple mdoc error | phantom | 1999-10-28 | 1 | -9/+7 |
| | | | | mention library name in header (.Nd field) - it allows to use "man -k libdisk" | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 12 | -12/+12 |
| | |||||
* | Merge from -stable; support for the 'ida' driver, move fla to major 102 | msmith | 1999-07-05 | 2 | -4/+6 |
| | |||||
* | Fix my own Pie Floater. | msmith | 1999-05-12 | 1 | -2/+2 |
| | | | | (Correctly handle 'wd' devices) | ||||
* | Back out the last change to disk.c - a kernel change removed the need. | dfr | 1999-05-09 | 2 | -3/+6 |
| | | | | Enabled writing to the disklabel when writing a disk (only affects alpha). | ||||
* | Make libdisk see the existing partitiions on the alpha. | dfr | 1999-05-08 | 1 | -1/+2 |
| | |||||
* | Clean up after another half-Danish. | msmith | 1999-05-04 | 2 | -3/+5 |
| | | | | Add 'ad' as another known disk driver of the same kind as 'wd'. | ||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -11/+1 |
| | | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr | ||||
* | More support for Alpha installs. | jkh | 1999-01-29 | 3 | -4/+76 |
| | | | | Submitted by: dfr | ||||
* | Bring us one step closer to sysinstall'ing on a DOC2k device. | phk | 1999-01-14 | 1 | -1/+3 |
| | |||||
* | Changes for alpha support. | jkh | 1999-01-08 | 2 | -2/+21 |
| | | | | Submitted by: dfr | ||||
* | Eliminate all dependence on boot1 and boot2. This is passed in by | jkh | 1998-12-31 | 3 | -28/+6 |
| | | | | | | Set_Boot_Blocks() anyway and should thus have never been a part of libdisk, it should have been provided by the client of libdisk since passing the information in is already part of the API. | ||||
* | Transition libdisk to use /boot since what it's looking for (boot1 and boot2) | jkh | 1998-12-30 | 1 | -2/+2 |
| | | | | are now there. | ||||
* | Backed out previous commit. It depends on a.out utilities and libraries | bde | 1998-12-30 | 1 | -2/+2 |
| | | | | somehow being available even on pure elf systems. | ||||
* | Fixed bootstrapping of /usr/mdec/boot[12]. | bde | 1998-12-30 | 1 | -2/+2 |
| | |||||
* | Add "fla" to Disk_Names() | phk | 1998-12-19 | 1 | -2/+2 |
| | |||||
* | Fixes for handling 'wfd' (and any other disk with a non-2-character name) | msmith | 1998-10-27 | 2 | -9/+9 |
| | | | | Submitted by: Some from Satoh Junichi (junichi@astec.co.jp) | ||||
* | Teach libdisk about alpha boot blocks. | dfr | 1998-10-06 | 4 | -4/+51 |
| | |||||
* | Eliminate unaligned access on Alpha and also neaten up this code a little. | jkh | 1998-09-30 | 2 | -8/+38 |
| | | | | Submitted by: dfr | ||||
* | Remove references to the "od" device. | gibbs | 1998-09-15 | 2 | -5/+3 |
| | |||||
* | Extend the existing hackery to set the disk type to SCSI for the | jdp | 1998-06-27 | 1 | -2/+3 |
| | | | | | "da" and "od" devices. Formerly ESDI was used for them, causing problems for fresh installations of CAM systems. | ||||
* | Spelling corrections. | jkoshy | 1998-06-06 | 1 | -3/+3 |
| | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Add new NetBSD FFS with FDISK partition ID 0xa9 | obrien | 1998-05-19 | 1 | -1/+2 |
| | | | | Obtained from: Frank van der Linden <frank@wins.uva.nl> | ||||
* | Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20". | obrien | 1998-05-15 | 1 | -2/+2 |
| | | | | | Otherwise can't see sd10 (obtained using wired down sd unit numbers), reguardless of the number of actual disks you have. | ||||
* | Add Compaq & SCO partition types. | jkh | 1998-03-22 | 1 | -1/+3 |
| | | | | | PR: 6092 Submitted by: Drew Derbyshire <ahd@kew.com> | ||||
* | MF22: teach about LS-120 devices. | jkh | 1998-03-20 | 2 | -3/+5 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -3/+4 |
| | |||||
* | Add more AIX/DOS/Win95 partition types | ache | 1998-03-14 | 1 | -4/+12 |
| | |||||
* | Add primary fat-32 | ache | 1998-03-07 | 1 | -1/+3 |
| | |||||
* | Reconized OpenBSD partitions. | obrien | 1998-03-05 | 1 | -1/+3 |
| | |||||
* | Be more verbose if we can't determine device major/minor. | jkh | 1998-02-10 | 1 | -1/+2 |
| | |||||
* | Fixed #includes in the synopsis and in an example. <sys/socket.h> | bde | 1998-01-20 | 1 | -2/+2 |
| | | | | | | isn't a prerequisite, since it isn't required for the prototypes and isn't always needed to call the functions (the address family might be a variable). | ||||
* | Non-intrusive changes to support Justin's CAM stuff. | jkh | 1998-01-16 | 2 | -3/+5 |
| | |||||
* | Fix erroneous format string. | jdp | 1997-11-18 | 1 | -2/+2 |
| | |||||
* | Fixed this header to compile with gcc -pedantic -Werror (removed comma | bde | 1997-03-19 | 1 | -2/+2 |
| | | | | at end of enum). | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 12 | -12/+12 |
| | |||||
* | Adds slice_type_name() which extends chunk_n[] for subtype's too. | obrien | 1997-01-23 | 4 | -1/+63 |
| | | | | Curorary review by: phk | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 12 | -12/+12 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. |