| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ok millert@ a while ago.
|
| |
|
|
|
|
| |
d_secsize when calculating disklabel location.
ok jsing@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
existing partition and the boot blocks span, and update all callers to require
an overlap limit of zero sectors (thus not changing their behaviour).
Then, add proper support for vax: copy the 2nd-stage boot block to /boot and
install the 1st-stage boot block at the beginning of the disk, retaining the
disklabel; allow for an overlap of up to 16 sectors, which is perfectly fine
as long as your `a' partition is FFS.
Note that regular installs will not even have such an overlap, because the
default OpenBSD span on a disk on vax starts at sector 16, but installation
media use sperific layout which require this.
ok krw@
|
| |
|
|
|
|
|
| |
in net/pfvar.h sys/proc.h sys/ucred.h arpa/nameser.h
change to PATH_MAX, reduce use of MIN() and MAX(), HOST_NAME_MAX+1,
LOGIN_NAME_MAX, etc etc
ok millert guenther, some review by doug
|
| |
|
|
| |
ok jsing@
|
| |
|
|
| |
From Benjamin Baier.
|
| |
|
|
| |
Some bootstraps are already built this way, however others are not.
|
| |
|
|
| |
add some casts, tweak some types and variable names.
|
|
|
equivalent) for use with architectures like hppa, landisk and vax.
|