Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed style(9) | nyan | 2002-11-15 | 1 | -6/+8 |
| | |||||
* | Live with it: I had hoped to find a neat way to deal with all the magic | phk | 2002-10-22 | 1 | -2/+9 |
| | | | | numbers, but so far havn't come up with anything: Add an #ifdef PC98. | ||||
* | Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions | phk | 2002-10-22 | 1 | -9/+0 |
| | | | | an extra argument for all archs. | ||||
* | Fix to check disk geometry. | nyan | 2002-10-14 | 1 | -1/+18 |
| | | | | Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh) | ||||
* | Modernize my email address. | phk | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | Add __FBSDID()s to libdisk | dillon | 2001-09-30 | 1 | -3/+3 |
| | |||||
* | Add spaces around operators. | obrien | 2001-04-01 | 1 | -14/+16 |
| | | | | | It's OK, the Project and afford them now -- they aren't as expensive as they used to be. | ||||
* | Libraries should _never_ call exit() themselves (or its alternate spelling | obrien | 2001-03-18 | 1 | -1/+0 |
| | | | | | | | | | | | `err()'). libdisk does! and additionally libdisk gets confused on Alpha disks with foreign disklabels, throws up its hands and exits. This is the cause of the "going no where without my init" install bug on the Alpha. So now on the Alpha, rather than call err(), we print the error string and continue processing. Submitted by: jkh | ||||
* | - Allow support for MBR boot loaders that are longer than one sector. As | jhb | 2000-07-12 | 1 | -3/+0 |
| | | | | | | with fdisk, ensure that they are a multiple of the sector size in length. - Axe all the 1024 cylinder checks as they are no longer relevant with the fixed bootstrap. | ||||
* | Changes for PC-98. | kato | 2000-03-29 | 1 | -0/+12 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | 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 | -20/+40 |
| | |||||
* | Update the -current sources from the 2.1 branch. | peter | 1995-12-07 | 1 | -3/+4 |
| | | | | Approved (in spirit) by: jkh | ||||
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -1/+3 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Remove Ontrack special from All_FreeBSD(). | phk | 1995-05-25 | 1 | -6/+1 |
| | | | | Add chunk->disk pointer. | ||||
* | Align slices to cylinder boundries. | jkh | 1995-05-24 | 1 | -1/+6 |
| | | | | Submitted By: phk | ||||
* | Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). | phk | 1995-04-30 | 1 | -2/+2 |
| | | | | | Get the CHS's right. Get the disklabels (more) right. | ||||
* | Next Iteration, getting better. | phk | 1995-04-29 | 1 | -1/+16 |
| | | | | | | | | Made an All_FreeBSD() function. Added a cmd-line interface (lowest rank) to the tst01 program. The tst01 program is harmless (worst it can do is coredump), but it is instructive to run, you can see what the slice-code things of your disk... | ||||
* | Sanitize and explain a little bit... Implement the first rules... | phk | 1995-04-29 | 1 | -1/+0 |
| | |||||
* | This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff | phk | 1995-04-28 | 1 | -0/+45 |
in the new sysinstall. If you want to give a helping hand, then send email to phk@FreeBSD.ORG. DO NOT COMMIT TO THIS DIRECTORY! |