Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Back out the last change to disk.c - a kernel change removed the need. | dfr | 1999-05-09 | 1 | -1/+5 |
| | | | | Enabled writing to the disklabel when writing a disk (only affects alpha). | ||||
* | More support for Alpha installs. | jkh | 1999-01-29 | 1 | -2/+10 |
| | | | | Submitted by: dfr | ||||
* | Changes for alpha support. | jkh | 1999-01-08 | 1 | -1/+11 |
| | | | | Submitted by: dfr | ||||
* | Fixes for handling 'wfd' (and any other disk with a non-2-character name) | msmith | 1998-10-27 | 1 | -3/+4 |
| | | | | Submitted by: Some from Satoh Junichi (junichi@astec.co.jp) | ||||
* | Teach libdisk about alpha boot blocks. | dfr | 1998-10-06 | 1 | -1/+18 |
| | |||||
* | Eliminate unaligned access on Alpha and also neaten up this code a little. | jkh | 1998-09-30 | 1 | -3/+13 |
| | | | | Submitted by: dfr | ||||
* | 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. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better. | phk | 1996-11-27 | 1 | -7/+1 |
| | |||||
* | Move some warn()'s into DEBUG space since I don't need them coming | jkh | 1996-04-29 | 1 | -1/+7 |
| | | | | out in my curses interfaces and spamming my screen. | ||||
* | Update the -current sources from the 2.1 branch. | peter | 1995-12-07 | 1 | -3/+3 |
| | | | | 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 | 1 | -1/+7 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
| | |||||
* | Align slices to cylinder boundries. | jkh | 1995-05-24 | 1 | -5/+4 |
| | | | | Submitted By: phk | ||||
* | Fix a typo, now there should always be an active slice. | phk | 1995-05-21 | 1 | -2/+2 |
| | |||||
* | Remove two printfs before Jordan has a fit over them. | phk | 1995-05-18 | 1 | -4/+1 |
| | |||||
* | Recognize slice type #6 as dos | phk | 1995-05-08 | 1 | -3/+14 |
| | | | | handle OnTrack Disk manager correctly. | ||||
* | General sanitation and cleanup. Killed the "reserved" type, it wasn't. | phk | 1995-05-06 | 1 | -3/+1 |
| | |||||
* | Make the partitions names even more sensible | phk | 1995-05-04 | 1 | -1/+9 |
| | | | | CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags. | ||||
* | start CHS is 0xff,0xff,0xff if past 1024. | phk | 1995-05-01 | 1 | -17/+12 |
| | | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01. | ||||
* | Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). | phk | 1995-04-30 | 1 | -28/+32 |
| | | | | | Get the CHS's right. Get the disklabels (more) right. | ||||
* | get bootblocks right. | phk | 1995-04-30 | 1 | -2/+6 |
| | | | | | | | Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet. | ||||
* | Use 0xff for CHS when past 1024 cyls. | phk | 1995-04-30 | 1 | -22/+34 |
| | | | | Fix (hopefully) a bug Gary found. | ||||
* | Now we do writes too. | phk | 1995-04-30 | 1 | -1/+157 |
| | |||||
* | Names are assigned when chunks are created. | phk | 1995-04-29 | 1 | -0/+34 |
Rules for only one fat & one extended in MBR. |