| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
special case scripting in install.md.
(macppc still requires manual steps for HFS bootmode)
tested by krw, visa, gkoehler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sparc64 installboot(8) on softraid(4) with too large files, e.g. unstripped
builds, fails poorly with "installboot: softraid installboot failed".
This is due to the BIOCINSTALLBOOT ioctl(2) returing the default EINVAL
rather than using softraid's sr_error() interface properly; additionally,
installboot does not check for such message from the bio(4) layer.
Make the kernel generate "boot block too large" and "boot loader too large"
messages for softraid devices and have installboot act upon them analogous
to bioctl(8), by adapting its bio_status() into the new sr_status() helper.
Input, reminder to look at bioctl, same kernel diff from, OK jsing
|
|
|
|
|
|
|
| |
back to a 4 byte add instruction.
We do not know *why* though, so if somebody likes a challenge...
Lots of help from semarie@ who has a few systems showing the issue.
ok deraadt@
|
|
|
|
| |
Sorry for the inconvenience. With help from semarie@.
|
|
|
|
|
|
| |
To do this, installboot(8) patches an extra value into biosboot(8).
Code originally from Pedro Martelletto with a twist from myself and
kettenis@; ok jsing@ kettenis@
|
|
|
|
|
| |
invention; and I have had little to do with the i386_installboot.[ch] files.
This was mixed up in the giant reshuffle a few years back. ok jsing@
|
|
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
|
|
|
| |
Pointed out by David Carlier.
|
|
|
|
| |
is needed.
|
|
|
|
| |
krw and I crossed streams
|
|
|
|
| |
Found the hard way by reyk@
|
|
|
|
|
|
| |
Found the hard way by reyk@.
stupid mistake stsp@
ok reyk@
|
|
|
|
| |
ok krw deraadt
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
From Benjamin Baier.
|
|
directory per machine model is arguably cleaner, however it does not play
well with distrib/special and instbin.
Discussed with deraadt@
|