summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Turn dkcksum() into an __inline function.phk2000-09-161-2/+1
| | | | Change its type to u_int_16_t.
* Changes for PC-98.kato2000-03-291-0/+3
|
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-5/+1
| | | | Reviewed by: marcel, and make world
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Eliminate all dependence on boot1 and boot2. This is passed in byjkh1998-12-311-19/+3
| | | | | | 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
|
* Teach libdisk about alpha boot blocks.dfr1998-10-061-1/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Adds slice_type_name() which extends chunk_n[] for subtype's too.obrien1997-01-231-1/+2
| | | | Curorary review by: phk
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-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.
* cmp -s || install -c ==> install -Cpeter1996-08-301-5/+2
|
* 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 bogus MLINKS line. When is the old libdisk going to go away, BTW?jkh1996-03-181-2/+1
|
* libdisk is now `adult':joerg1996-03-171-1/+38
| | | | | | . 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.
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.phk1995-05-101-1/+1
|
* Make the partitions names even more sensiblephk1995-05-041-1/+1
| | | | CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
* Make the target for tst01 more sensible.phk1995-05-031-16/+3
| | | | | | | | | | | | | Remove bogus targets. Allocate partition letters as follows: lowest offset "flags & CHUNK_IS_ROOT" gets 'a', lowest offset "subtype==FS_SWAP" gets 'b' the rest is allocated in offset order from this sequence "defghab". This will generally make sense. Added rules to complain if more than one CHUNK_IS_ROOT or more than one FS_SWAP per FreeBSD chunk. Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk. Run Fixup_Names in Open_Disk.
* Stick a more BSD-like Makefile here so that I can link to the library.jkh1995-05-011-14/+15
|
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-301-1/+2
| | | | | Get the CHS's right. Get the disklabels (more) right.
* Make the default case less scary :-)phk1995-04-301-0/+2
|
* Now we do writes too.phk1995-04-301-2/+20
|
* Names are assigned when chunks are created.phk1995-04-291-2/+2
| | | | Rules for only one fat & one extended in MBR.
* Next Iteration, getting better.phk1995-04-291-2/+5
| | | | | | | | 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...phk1995-04-291-1/+1
|
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-281-0/+11
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!
OpenPOWER on IntegriCloud