summaryrefslogtreecommitdiffstats
path: root/distrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* synctb2021-03-311-4/+4
|
* Install apm(8) and and apmd(8) under MI MANPATHkn2021-03-291-12/+2
| | | | | | | powerpc64 was lacking manual pages; instead of shipping yet another identical MD manual, merge them under MI MANPATH as usual. Input OK deraadt
* Resync the supported hardware list with armv7.html, suggested by,dtucker2021-03-261-39/+28
| | | | | | corrections and ok jsg@. This replaces the obsolete list of boards and their supported devices with the current list of supported boards only, similar to arm64.
* ensure the long-name version of ld is in the base set (rather than thederaadt2021-03-2429-15/+15
| | | | | comp set), as it is supposed to be hard-linked. found by Yoshihiro Kawamata
* SKIP_PROPOSAL has been ripped out in 2019kn2021-03-201-3/+1
|
* Remove libLLVM.so.2.0 on upgradekn2021-03-191-2/+2
| | | | | | | It is over a year old and corresponds to LLVM 8.0.0 after the "-msvr4-struct-return" ABI change; saves 47M (on amd64). OK deraadt
* spellingjsg2021-03-1516-32/+32
|
* syncderaadt2021-03-121-0/+1
|
* Emulate "[inet] autoconf" hostname.if(5) lines with "dhcp"kn2021-03-121-1/+9
| | | | | | | | | | | | | | | | | | | | | With dhcpleased(8) in base, netstart(8) and ifconfig(8) understand both "autoconf" and "inet autoconf" lines in hostname.if(5) files to signal the new daemon. The installer however currently has only dhclient(8), hence manual upgrades with "[inet] autoconf" instead of "dhcp" in hostname.if files would fail to establish IPv4 connectivity. Make install.sub's netstart clone treat autoconf lines like old fashioned dhcp lines such users^Wearly testers of the new approach don't get stuck in nyetwork land. Note that this is only relevant for manual upgrades; installation always creates working hostname.if files and automated upgrades with sysupgrade(8) do not care about network/hostname.if files. Idea from deraadt OK deraadt krw ajacoutot
* Build install media with -fno-asynchronous-unwind-tables to furtherjsg2021-03-101-1/+2
| | | | | | | reduce size. Allows a clang 11 amd64 release to complete without overflowing the floppy image. ok kettenis@ deraadt@
* syncderaadt2021-03-061-1/+0
|
* sync for perl 5.32.1afresh12021-03-0116-133/+52
|
* syncderaadt2021-03-011-0/+1
|
* syncderaadt2021-03-011-0/+1
|
* syncderaadt2021-02-271-0/+2
|
* sync; OK deraadtflorian2021-02-262-0/+6
|
* syncderaadt2021-02-261-0/+5
|
* syncderaadt2021-02-242-0/+2
|
* syncderaadt2021-02-241-1/+0
|
* syncderaadt2021-02-241-0/+1
|
* syncderaadt2021-02-231-14/+0
|
* syncderaadt2021-02-231-0/+1
|
* syncderaadt2021-02-231-0/+1
|
* syncderaadt2021-02-211-0/+1
|
* syncsthen2021-02-201-1/+1
|
* Mention that U-Boot serial speed should be 115200.visa2021-02-181-1/+7
| | | | Initial diff from Janne Johansson
* make use of getline(3) in ftp(1)naddy2021-02-161-4/+1
| | | | | | | | Replace fparseln(3) with getline(3). This removes the only use of libutil.a(fparseln.o) from the ramdisk. Replace a complicated fgetln(3) idiom with the much simpler getline(3). ok jca@
* syncderaadt2021-02-161-3/+0
|
* distrib: arm64: avoid customization in mr.fs targetsemarie2021-02-152-9/+4
| | | | | | | | | | | | arm64 ramdisk has customization in mr.fs target, in order to create usr/mdec/pine64 and usr/mdec/rpi directories (files will be copied inside them by runlist.sh). uses MKDIR directive to create these directories instead of. it put back mr.fs target identical to others archs. ok deraadt@
* Things are too tight. Retaining even those two symbols is too much.deraadt2021-02-151-2/+1
| | | | | When dealing with install floppies, the Makefiles will need to carry some differences.
* distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped bsd.rdsemarie2021-02-149-19/+37
| | | | | | | | It passes options to keep rd_root_size and rd_root_image symbols while stripping. These symbols are the ones used by rdsetroot to insert or extract disk image into RAMDISK. ok danj@ deraadt@
* distrib: use ${MACHINE} instead of hardcoded valuesemarie2021-02-148-50/+50
| | | | ok deraadt@
* distrib: remove .comment section systematicallysemarie2021-02-134-8/+4
| | | | | | | remove this section as part of crunchgen generated commands. it avoids calling "strip -R .comment" for some but not all architectures. ok deraadt@ danj@
* distrib: remove .SUNW_ctf only on kernelssemarie2021-02-137-18/+18
| | | | | | the .SUNW_ctf section is added by ctfstrip(1), which is only used for kernels. ok deraadt@ danj@
* distrib: merge "cp a b; strip b" to "objcopy -S a b"semarie2021-02-1310-38/+24
| | | | ok deraadt@ danj@
* distrib: remove duplicate strip(1) callssemarie2021-02-136-16/+6
| | | | | | | | | | | "strip -R section" command run "strip" (without option) as well. there is no need to call both. (binaries checked with sha1) original diff from danj@ ok deraadt@
* distrib: merge objcopy -Sg and strip commandssemarie2021-02-132-6/+4
| | | | | | | | | | | in the command "objcopy -Sg", the -g option (STRIP_DEBUG) overrides the -S option (STRIP_ALL). so it is the same as "objcopy -g". "strip" command without option is doing STRIP_ALL. merge the both commands to "objcopy -S" ok deraadt@ danj@
* distrib: remove STRIPOPTS variable from alpha and sparc64 Makefilesemarie2021-02-132-9/+5
| | | | ok deraadt@ danj@
* syncderaadt2021-02-121-4/+0
|
* syncderaadt2021-02-117-21/+0
|
* syncpatrick2021-02-0910-0/+30
|
* syncderaadt2021-02-091-0/+2
|
* syncderaadt2021-02-091-0/+1
|
* syncderaadt2021-02-081-0/+1
|
* syncderaadt2021-02-0714-225/+225
|
* syncderaadt2021-02-051-0/+1
|
* syncpatrick2021-02-041-1/+0
|
* syncanton2021-02-041-0/+1
|
* syncderaadt2021-02-011-6/+0
|
* Add dhclient.conf back to list of "installed network configurationkrw2021-01-301-2/+2
| | | | | | files during upgrade". Mistakenly removed during dhclient.conf cleanup of r1.1050.