summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
Commit message (Collapse)AuthorAgeFilesLines
* Merge from -stable; support for the 'ida' driver, move fla to major 102msmith1999-07-052-4/+6
|
* Fix my own Pie Floater.msmith1999-05-121-2/+2
| | | | (Correctly handle 'wd' devices)
* Back out the last change to disk.c - a kernel change removed the need.dfr1999-05-092-3/+6
| | | | Enabled writing to the disklabel when writing a disk (only affects alpha).
* Make libdisk see the existing partitiions on the alpha.dfr1999-05-081-1/+2
|
* Clean up after another half-Danish.msmith1999-05-042-3/+5
| | | | Add 'ad' as another known disk driver of the same kind as 'wd'.
* More egcs warning fixes:imp1999-04-251-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.jkh1999-01-293-4/+76
| | | | Submitted by: dfr
* Bring us one step closer to sysinstall'ing on a DOC2k device.phk1999-01-141-1/+3
|
* Changes for alpha support.jkh1999-01-082-2/+21
| | | | Submitted by: dfr
* Eliminate all dependence on boot1 and boot2. This is passed in byjkh1998-12-313-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)jkh1998-12-301-2/+2
| | | | are now there.
* Backed out previous commit. It depends on a.out utilities and librariesbde1998-12-301-2/+2
| | | | somehow being available even on pure elf systems.
* Fixed bootstrapping of /usr/mdec/boot[12].bde1998-12-301-2/+2
|
* Add "fla" to Disk_Names()phk1998-12-191-2/+2
|
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)msmith1998-10-272-9/+9
| | | | Submitted by: Some from Satoh Junichi (junichi@astec.co.jp)
* Teach libdisk about alpha boot blocks.dfr1998-10-064-4/+51
|
* Eliminate unaligned access on Alpha and also neaten up this code a little.jkh1998-09-302-8/+38
| | | | Submitted by: dfr
* Remove references to the "od" device.gibbs1998-09-152-5/+3
|
* Extend the existing hackery to set the disk type to SCSI for thejdp1998-06-271-2/+3
| | | | | "da" and "od" devices. Formerly ESDI was used for them, causing problems for fresh installations of CAM systems.
* Spelling corrections.jkoshy1998-06-061-3/+3
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Add new NetBSD FFS with FDISK partition ID 0xa9obrien1998-05-191-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".obrien1998-05-151-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.jkh1998-03-221-1/+3
| | | | | PR: 6092 Submitted by: Drew Derbyshire <ahd@kew.com>
* MF22: teach about LS-120 devices.jkh1998-03-202-3/+5
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-3/+4
|
* Add more AIX/DOS/Win95 partition typesache1998-03-141-4/+12
|
* Add primary fat-32ache1998-03-071-1/+3
|
* Reconized OpenBSD partitions.obrien1998-03-051-1/+3
|
* Be more verbose if we can't determine device major/minor.jkh1998-02-101-1/+2
|
* Fixed #includes in the synopsis and in an example. <sys/socket.h>bde1998-01-201-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.jkh1998-01-162-3/+5
|
* Fix erroneous format string.jdp1997-11-181-2/+2
|
* Fixed this header to compile with gcc -pedantic -Werror (removed commabde1997-03-191-2/+2
| | | | at end of enum).
* Revert $FreeBSD$ to $Id$peter1997-02-2212-12/+12
|
* Adds slice_type_name() which extends chunk_n[] for subtype's too.obrien1997-01-234-1/+63
| | | | Curorary review by: phk
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1412-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.
* Close PR#2198:jkh1996-12-132-3/+5
| | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.phk1996-11-275-65/+57
|
* cmp -s || install -c ==> install -Cpeter1996-08-301-5/+2
|
* Cast lseek arguments appropriately.jkh1996-07-092-8/+8
| | | | Submitted-By: "Frank ten Wolde" <franky@pinewood.nl>
* Removed -g from CFLAGS.bde1996-06-231-2/+2
|
* ``mv'' -> ``mv -f''wosch1996-05-071-1/+3
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Fix mis-declared static arrays that made sysinstall SEGV injkh1996-04-291-2/+2
| | | | | | Set_Boot_Blocks(). Boy, this one had me tearing my hair out! I hate how the loader distinguishes between `extern char *foo' and `extern char foo[]' sometimes! :-)
* Move some warn()'s into DEBUG space since I don't need them comingjkh1996-04-293-11/+34
| | | | out in my curses interfaces and spamming my screen.
* Make libdisk C++ aware:joerg1996-03-246-137/+147
| | | | | | | - add __BEGIN_DECLS and __END_DECLS, - add a bunch of ``const'' qualifiers all over the place, - rename the `private' struct member into `private_data' to avoid the clash with the C++ keyword.
* Fix bogus MLINKS line. When is the old libdisk going to go away, BTW?jkh1996-03-181-2/+1
|
* libdisk is now `adult':joerg1996-03-172-1/+353
| | | | | | . install libdisk.h into /usr/include . add a (preliminary) manpage, mostly featured after phk's comments in libdisk.h
* Repository copy src/release/libdisk to src/lib/libdisk as per recentpeter1996-03-171-0/+1
| | | | | | | | | | discussion on -core about disk partitioning tools etc. Add NOPIC=yes to Makefile to prevent any possibility of version mismatch because of the potential grave consequences. (as suggested by phk) Note that this is also on RELENG_2_1_0, since the sysinstall stuff is hopefully going to remain in sync.
* Update the -current sources from the 2.1 branch.peter1995-12-075-234/+311
| | | | Approved (in spirit) by: jkh
* Brought in changes from rev 1.14.2.1 into main branch.dg1995-08-261-1/+10
|
OpenPOWER on IntegriCloud