| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
this will have to wait until jsing and stsp find time to look at it.
|
|
|
|
|
| |
The people I asked to review this did not get back to me, so
we will test this a different way.
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
actually work on unsigned char platforms.
|
| |
|
| |
|
|
|
|
| |
specified. This is primarily for use by the installer and defaults to /.
|
|
sys/arch/${MACHINE}/stand. For now this only supports i386, however
additional architectures will be added and further development can happen
in tree.
Requested by deraadt@ quite some time ago.
|