Age | Commit message (Collapse) | Author |
|
ok krw@
|
|
|
|
requested by deraadt@
|
|
files are copied to. Error out with 'cross-device install' if not.
ok millert@, ok deraadt@ & jsing@ for previous version
|
|
to display error message, and to return error indications (NULL and
-1 respectively). Use the error indications in write_efisystem()
to unwind in the face of more error conditions. In other cases just
exit(1) to emulation current behaviour.
ok deraadt@
|
|
Partition. Further work to be done in-tree.
ok 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
|
|
overwrites the existing file, before truncating it to the final length.
This means that we will keep the same inode and potentially retain the
same disk data block allocation between runs.
This will aid users who multiboot since it makes it less likely that the
PBR will change, although as before, there is no guarantee. Obviously if
the second stage boot loader grows or shrinks then the PBR will change
regardless.
|
|
hit file system allocation issues on install media.
Requested by deraadt@
|
|
the default location used by the given architecture. This eliminates the
need to copy it over manually prior to running installboot.
|
|
specified. This is primarily for use by the installer and defaults to /.
|