Age | Commit message (Collapse) | Author |
|
|
|
|
|
disk (for devfs)
devfs crypto partitions do not support unaligned reads,
so we make a copy of the first in /env/block and then
slice it to find filesystem signatures.
thanks mykhal for reporting the issue.
|
|
|
|
|
|
|
|
(thanks aap)
|
|
|
|
documentation
there isnt much of a point in keep maintaining separate
kernel configurations for terminal and cpu kernels as
the role can be switched with service=cpu boot parameter.
to make stuff cosistent, we will just have one "pc" kernel
and one "pc64" kernel configuration now.
|
|
|
|
right now, theres no kernel that stores hostowner keys
in #r/nvram, but this could change in the future. so
only dump #r/nvram on the pc where we know that its
not used to hold keys.
|
|
|
|
|
|
|
|
preexisting local filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the rcpu client dup's fd 0,1,2 to fd 10,11,12 which
can accidentally override the pipe file descriptor
allocated by the <{} operator. to avoid this problem,
we generate the remote script as an /env file in a
separate step now.
|
|
this allows /rc/bin/service/tcp17019 to be called from
aux/listen1 without arguments like:
aux/listen1 tcp!*!rcpu /rc/bin/service/tcp17019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if theres no /adm/users
|
|
|
|
|
|
drawterm (thanks mischief)
|
|
password brute-force
|
|
|
|
|
|
when the cat that forwards notes on the remote exits,
send a hangup note so processes wont keep hanging arround.
|