Age | Commit message (Collapse) | Author |
|
|
|
Saves precious 896 bytes as a side effect.
OK deraadt
|
|
intrusive. Default to the first available disk, skipping to the next
(and so on), should the selected one be determined unsuitable for the
install or upgrade taking place.
"please commit" deraadt@
|
|
|
|
|
|
|
|
confirmed by kettenis and deraadt
|
|
|
|
only http is used.
|
|
|
|
match the one up top
|
|
|
|
to install_sets() and that it is presented as default answer.
- fix pattern in waitcgiinfo() to match method=cd0.
- use a separate variable _im to set INSTALL_METHOD
resp might get overwritten in install_cdrom()
OK halex
|
|
by moving waitcgiinfo() from install_http() to before install_sets()
in do_upgrade().
OK halex
|
|
directory does not exist. Otherwise, INSTALL_METHOD is not set
and this information is not sent to the cgi server.
OK halex
|
|
Route labels are now enclosed in double quotes (see r1.107 of
src/sbin/route/show.c).
OK claudio, krw
no objections halex
|
|
|
|
One is enough.
OK halex
|
|
|
|
|
|
and remove variables for MAKE, SIGNIFY, etc.
prodded by deraadt@
|
|
OK krw, halex
|
|
|
|
Found out by naddy
OK deraadt
|
|
|
|
install and mtree by splitting up some targets
|
|
|
|
|
|
|
|
stupi^Wunfortunate, so stop asking.
deraadt@ and krw@ agrees
ok rpe@
|
|
as for upgrades.
- For installs, find all and any disks available.
- For upgrades, look for 'a' partitions with the typical root filesystem
directories in them.
In both cases, if one and only one match is found, it will be selected.
If no disk or multiple disks are found, the installer will require you
to specify a disk, be it by hand or by auto{install,upgrade}.conf.
ok rpe@ krw@ "Innovative." deraadt@
|
|
to the Allwinner A20 based Cubieboard2 now that problems with cortex A7
are fixed. There seems to be more people with the Cubieboard2
than the Cubieboard1.
|
|
/tmp with proper permissions so that unprivileged programs can not
tamper with them.
positive feedback from deraadt
OK halex
|
|
/tmp with proper permissions so that unprivileged programs can not
tamper with them.
positive feedback from deraadt
OK halex
|
|
/tmp with proper permissions so that unprivileged programs can not
tamper with them.
positive feedback from deraadt
OK halex
|
|
|
|
Makefile.000 corresponds to errata_000 which is nonexistent so it
is a good place to provide an example of how to build the others
this is still work in progress, getting it in so people can join
in on the development
ok deraadt@
|
|
|
|
|
|
|
|
|
|
shortly when we use the hardware thread register in userland
|
|
|
|
as unprivileged users.
OK halex, tb, deraadt
|
|
and ensures that no processes of this user remain active afterwards.
Optionally, it creates a file, that is owned by the user only for
this command execution. Afterwards it's chown'd by root.
Add wrapper functions for do_as(). unpriv() uses the _sndio user
and unpriv2() uses the _file user to execute commands.
OK halex, tb, deraadt
|
|
on a base system. They are used with doas(1) to execute certain
commands as unprivileged users during install and upgrade .
OK halex, tb, deraadt
|
|
OK halex, tb, deraadt
|
|
which will scan the available disks, selecting the first disk with an
'a' partition of type 4.2BSD
ok deraadt@ krw@ phessler@
|
|
The current code is too strict and checks for an OpenBSD area inside an
MBR or GPT and if it fails to find one reports that there's no valid MBR
or GPT (which is misleading because the MBR/GPT is valid).
Instead, do two checks (similar to i386): first see if there's an MBR or GPT
present on the disk and if there is then check for the OpenBSD area.
OK krw@, halex@.
|
|
ok beck
|