aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-1612-12/+12
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2912-12/+12
| | | | Notes: svn path=/stable/3/; revision=50572
* Add support for the 'ida' driver.Mike Smith1999-07-052-4/+6
| | | | | | | Fix character major for 'fla' (102 not 101). Notes: svn path=/stable/3/; revision=48584
* MFC: Fix handling of 'wd' in MakeDev. Remove axe from foot.Mike Smith1999-05-121-2/+2
| | | | Notes: svn path=/stable/3/; revision=47091
* MFC: More disklabel tweaks for sysinstallDoug Rabson1999-05-092-3/+6
| | | | Notes: svn path=/stable/3/; revision=46788
* MFC: More alpha-related fixes.Doug Rabson1999-05-084-5/+18
| | | | Notes: svn path=/stable/3/; revision=46732
* MFC: Various alpha fixes and other cleanups.Doug Rabson1999-05-081-12/+64
| | | | Notes: svn path=/stable/3/; revision=46723
* Bring us one step closer to sysinstall'ing on a DOC2k device.Poul-Henning Kamp1999-01-141-1/+3
| | | | Notes: svn path=/head/; revision=42669
* Changes for alpha support.Jordan K. Hubbard1999-01-082-2/+21
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=42387
* Eliminate all dependence on boot1 and boot2. This is passed in byJordan K. Hubbard1998-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. Notes: svn path=/head/; revision=42187
* Transition libdisk to use /boot since what it's looking for (boot1 and boot2)Jordan K. Hubbard1998-12-301-2/+2
| | | | | | | are now there. Notes: svn path=/head/; revision=42182
* Backed out previous commit. It depends on a.out utilities and librariesBruce Evans1998-12-301-2/+2
| | | | | | | somehow being available even on pure elf systems. Notes: svn path=/head/; revision=42181
* Fixed bootstrapping of /usr/mdec/boot[12].Bruce Evans1998-12-301-2/+2
| | | | Notes: svn path=/head/; revision=42180
* Add "fla" to Disk_Names()Poul-Henning Kamp1998-12-191-2/+2
| | | | Notes: svn path=/head/; revision=41941
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)Mike Smith1998-10-272-9/+9
| | | | | | | Submitted by: Some from Satoh Junichi (junichi@astec.co.jp) Notes: svn path=/head/; revision=40676
* Teach libdisk about alpha boot blocks.Doug Rabson1998-10-064-4/+51
| | | | Notes: svn path=/head/; revision=40000
* Eliminate unaligned access on Alpha and also neaten up this code a little.Jordan K. Hubbard1998-09-302-8/+38
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=39844
* Remove references to the "od" device.Justin T. Gibbs1998-09-152-5/+3
| | | | Notes: svn path=/head/; revision=39252
* Extend the existing hackery to set the disk type to SCSI for theJohn Polstra1998-06-271-2/+3
| | | | | | | | "da" and "od" devices. Formerly ESDI was used for them, causing problems for fresh installations of CAM systems. Notes: svn path=/head/; revision=37179
* Spelling corrections.Joseph Koshy1998-06-061-3/+3
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Add new NetBSD FFS with FDISK partition ID 0xa9David E. O'Brien1998-05-191-1/+2
| | | | | | | Obtained from: Frank van der Linden <frank@wins.uva.nl> Notes: svn path=/head/; revision=36182
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".David E. O'Brien1998-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. Notes: svn path=/head/; revision=36081
* Add Compaq & SCO partition types.Jordan K. Hubbard1998-03-221-1/+3
| | | | | | | | PR: 6092 Submitted by: Drew Derbyshire <ahd@kew.com> Notes: svn path=/head/; revision=34776
* MF22: teach about LS-120 devices.Jordan K. Hubbard1998-03-202-3/+5
| | | | Notes: svn path=/head/; revision=34729
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+4
| | | | Notes: svn path=/head/; revision=34669
* Add more AIX/DOS/Win95 partition typesAndrey A. Chernov1998-03-141-4/+12
| | | | Notes: svn path=/head/; revision=34579
* Add primary fat-32Andrey A. Chernov1998-03-071-1/+3
| | | | Notes: svn path=/head/; revision=34148
* Reconized OpenBSD partitions.David E. O'Brien1998-03-051-1/+3
| | | | Notes: svn path=/head/; revision=34037
* Be more verbose if we can't determine device major/minor.Jordan K. Hubbard1998-02-101-1/+2
| | | | Notes: svn path=/head/; revision=33219
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-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). Notes: svn path=/head/; revision=32647
* Non-intrusive changes to support Justin's CAM stuff.Jordan K. Hubbard1998-01-162-3/+5
| | | | Notes: svn path=/head/; revision=32558
* Fix erroneous format string.John Polstra1997-11-181-2/+2
| | | | Notes: svn path=/head/; revision=31222
* Fixed this header to compile with gcc -pedantic -Werror (removed commaBruce Evans1997-03-191-2/+2
| | | | | | | at end of enum). Notes: svn path=/head/; revision=24014
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2212-12/+12
| | | | Notes: svn path=/head/; revision=22993
* Adds slice_type_name() which extends chunk_n[] for subtype's too.David E. O'Brien1997-01-234-1/+63
| | | | | | | Curorary review by: phk Notes: svn path=/head/; revision=21958
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Close PR#2198:Jordan K. Hubbard1996-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> Notes: svn path=/head/; revision=20390
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.Poul-Henning Kamp1996-11-275-65/+57
| | | | Notes: svn path=/head/; revision=19989
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-5/+2
| | | | Notes: svn path=/head/; revision=17930
* Cast lseek arguments appropriately.Jordan K. Hubbard1996-07-092-8/+8
| | | | | | | Submitted-By: "Frank ten Wolde" <franky@pinewood.nl> Notes: svn path=/head/; revision=17032
* Removed -g from CFLAGS.Bruce Evans1996-06-231-2/+2
| | | | Notes: svn path=/head/; revision=16613
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-1/+3
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Fix mis-declared static arrays that made sysinstall SEGV inJordan K. Hubbard1996-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! :-) Notes: svn path=/head/; revision=15444
* Move some warn()'s into DEBUG space since I don't need them comingJordan K. Hubbard1996-04-293-11/+34
| | | | | | | out in my curses interfaces and spamming my screen. Notes: svn path=/head/; revision=15441
* Make libdisk C++ aware:Joerg Wunsch1996-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. Notes: svn path=/head/; revision=14792
* Fix bogus MLINKS line. When is the old libdisk going to go away, BTW?Jordan K. Hubbard1996-03-181-2/+1
| | | | Notes: svn path=/head/; revision=14669
* libdisk is now `adult':Joerg Wunsch1996-03-172-1/+353
| | | | | | | | | . install libdisk.h into /usr/include . add a (preliminary) manpage, mostly featured after phk's comments in libdisk.h Notes: svn path=/head/; revision=14665
* Repository copy src/release/libdisk to src/lib/libdisk as per recentPeter Wemm1996-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. Notes: svn path=/head/; revision=14657
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-075-234/+311
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* Brought in changes from rev 1.14.2.1 into main branch.David Greenman1995-08-261-1/+10
| | | | Notes: svn path=/head/; revision=10286