Age | Commit message (Collapse) | Author |
|
a different form when u-boot supports efi networking interfaces.
|
|
are left for now but umg files are no longer built when building
releases.
|
|
install dtbs and efiboot on the fat fs.
|
|
|
|
|
|
/usr/local resides on.
idea from and ok deraadt
with feedback from halex
|
|
OK krw
|
|
things. OMAP can still load the first u-boot stage (MLO) from the fs
and imx u-boot can load files off fat. The offset allows space for the
u-boot images placed at raw offsets on imx and sunxi.
discussed with kettenis
|
|
in the correct path on disk u-boot will load it and search for dtb
files without a script.
Leave sabre lite/nitrogen with the old method as boundary devices haven't
released u-boot 2015.05 yet.
ok kettenis@
|
|
|
|
|
|
While there, (re)set AI_MODE and AI_SERVER at the start of the
installer script.
OK krw@
|
|
dtb filenames are longer than 8.3
|
|
|
|
now used.
|
|
ok patrick@ kettenis@
|
|
|
|
and force long filenames on the first mount of fat 16 filesystems so
this works.
U-boot scripts have not yet been changed to load these files.
ok kettenis@
|
|
used as a response file for autoinstall(8). The result is emailed to the
root user on next boot. Passwords are not logged.
positive feedback deraadt, jung
OK krw, halex, sthen
|
|
to be sent to root on reboot into separate functions.
positive feedback deraadt
OK krw, sthen, halex
|
|
|
|
|
|
about pkg.conf isn't really that helpful and if a big syntax change comes along
well we have current.html.
it was disabled during p2k16 and no one complained so far
discussed with and ok deraadt@
|
|
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
|
|
|
|
|
|
|
|
|
|
|
|
This stores errno, the cancelation flags, and related bits for each thread
and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!
Make libpthread dlopen'able by moving the cancelation wrappers into libc
and doing locking and fork/errno handling via callbacks that libpthread
registers when it first initializes. 'errno' *must* be declared via
<errno.h> now!
Clean up libpthread's symbol exports like libc.
On powerpc, offset the TIB/TCB/TLS data from the register per the ELF spec.
Testing by various, particularly sthen@ and patrick@
ok kettenis@
|
|
|
|
Prompted by and ok millert@
(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)
|
|
-DKAME_SCOPEID can go away too, meaningless since 2006
|
|
was added for all miniroots at the same time.
ok deraadt@ jsg@
|
|
ok deraadt@ jsg@
|
|
unused for now, but I plan to convert all programs in base to use it in
a future diff. /dev/bpf0 is for compatibility with existing binaries
and is to be removed after a transition period.
ok rpe krw, for the installer part
"Let's see it hit the tree." deraadt
|
|
|
|
While here, don't echo 'running sysmerge...' since that'd get us a mail each
time we upgrade even when nothing changed.
ok deraadt@ rpe@
|
|
|
|
|
|
fw_update(1).
Putting this at the beginning of the p2k16 hackathon so we can see if anything
breaks and to get feedback about the output etc
If sysmerge cannot merge/install a file automatically, login into the machine
and running it interactively will ask you what you want to do with it.
It may not stay in this exact form, but that's a first step and now is a good
time to get it in.
discussed with deraadt@ for a while
ok rpe@
|
|
|
|
OK bmercer@, patrick@
|
|
|
|
|
|
|
|
- Always quote the first argument to isin()
OK halex@, krw@
|
|
- make it clear in comment that it returns a unique list
- shift is only possible if argc > 0, otherwise return
- quote "$_b" in equality test forcing possible patterns being
treated as strings
OK halex@, krw@
|
|
Feedback from and OK halex@
OK krw@ for a similar diff
|
|
names instead of _ifdev and _ifdevs.
OK krw@ halex@
|