Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Close PR#2198: | jkh | 1996-12-13 | 2 | -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. | phk | 1996-11-27 | 5 | -65/+57 |
| | |||||
* | cmp -s || install -c ==> install -C | peter | 1996-08-30 | 1 | -5/+2 |
| | |||||
* | Cast lseek arguments appropriately. | jkh | 1996-07-09 | 2 | -8/+8 |
| | | | | Submitted-By: "Frank ten Wolde" <franky@pinewood.nl> | ||||
* | Removed -g from CFLAGS. | bde | 1996-06-23 | 1 | -2/+2 |
| | |||||
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -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 in | jkh | 1996-04-29 | 1 | -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 coming | jkh | 1996-04-29 | 3 | -11/+34 |
| | | | | out in my curses interfaces and spamming my screen. | ||||
* | Make libdisk C++ aware: | joerg | 1996-03-24 | 6 | -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? | jkh | 1996-03-18 | 1 | -2/+1 |
| | |||||
* | libdisk is now `adult': | joerg | 1996-03-17 | 2 | -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 recent | peter | 1996-03-17 | 1 | -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. | peter | 1995-12-07 | 5 | -234/+311 |
| | | | | Approved (in spirit) by: jkh | ||||
* | Brought in changes from rev 1.14.2.1 into main branch. | dg | 1995-08-26 | 1 | -1/+10 |
| | |||||
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 8 | -26/+140 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 8 | -79/+79 |
| | |||||
* | Remove Ontrack special from All_FreeBSD(). | phk | 1995-05-25 | 3 | -8/+9 |
| | | | | Add chunk->disk pointer. | ||||
* | Align slices to cylinder boundries. | jkh | 1995-05-24 | 3 | -7/+18 |
| | | | | Submitted By: phk | ||||
* | Fix a typo, now there should always be an active slice. | phk | 1995-05-21 | 1 | -2/+2 |
| | |||||
* | Do not allocate the first track. | phk | 1995-05-20 | 1 | -1/+5 |
| | |||||
* | Remove two printfs before Jordan has a fit over them. | phk | 1995-05-18 | 1 | -4/+1 |
| | |||||
* | Fixed the calculation of the reserved space for bad144. Thanks Rod! | phk | 1995-05-15 | 1 | -2/+2 |
| | |||||
* | Create_Chunk_DWIM will not allocate anything in the last cylinder of a | phk | 1995-05-15 | 1 | -3/+18 |
| | | | | | | CHUNK_BAD144 slice. Also mknod the 'c' partition for freebsd slices, so bad144(8) will have something to work on. | ||||
* | Added MakeDevDisk(struct disk*, char *path); | phk | 1995-05-12 | 3 | -4/+93 |
| | | | | fixed bug in extended slice naming. | ||||
* | Get the CHUNK_COMPAT_BSD flag right. | phk | 1995-05-11 | 3 | -45/+40 |
| | |||||
* | Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies. | phk | 1995-05-10 | 4 | -4/+53 |
| | |||||
* | Recognize slice type #6 as dos | phk | 1995-05-08 | 4 | -12/+28 |
| | | | | handle OnTrack Disk manager correctly. | ||||
* | Add check for rootfs > cyl 1024. | phk | 1995-05-08 | 1 | -2/+6 |
| | |||||
* | I bet Jordan is tearing his hair out, trying to figure the previous patch | phk | 1995-05-08 | 1 | -2/+2 |
| | | | | out... here is the real thing. |