| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'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.
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50572
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40000
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
at end of enum).
Notes:
svn path=/head/; revision=24014
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
| |
Curorary review by: phk
Notes:
svn path=/head/; revision=21958
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19989
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
Approved (in spirit) by: jkh
Notes:
svn path=/head/; revision=12661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8881
|
| |
|
|
|
|
|
| |
Add chunk->disk pointer.
Notes:
svn path=/head/; revision=8745
|
| |
|
|
|
|
|
| |
fixed bug in extended slice naming.
Notes:
svn path=/head/; revision=8477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8404
|
| |
|
|
|
|
|
| |
handle OnTrack Disk manager correctly.
Notes:
svn path=/head/; revision=8346
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8303
|
| |
|
|
|
|
|
| |
CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
Notes:
svn path=/head/; revision=8264
|
| |
|
|
|
|
|
| |
Make the reassignment of partition names less bogus.
Notes:
svn path=/head/; revision=8250
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8241
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8233
|
| |
|
|
|
|
|
| |
I have to be able to show this stuff to the user. :-)
Notes:
svn path=/head/; revision=8207
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8183
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8178
|
| |
|
|
|
|
|
| |
Rules for only one fat & one extended in MBR.
Notes:
svn path=/head/; revision=8160
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8158
|
| |
|
|
|
|
|
|
|
|
|
| |
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...
Notes:
svn path=/head/; revision=8157
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8156
|
|
|
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!
Notes:
svn path=/head/; revision=8153
|