summaryrefslogtreecommitdiffstats
path: root/distrib/miniroot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove libLLVM.so.2.0 on upgradekn2021-03-191-2/+2
* Emulate "[inet] autoconf" hostname.if(5) lines with "dhcp"kn2021-03-121-1/+9
* distrib: merge "cp a b; strip b" to "objcopy -S a b"semarie2021-02-131-3/+2
* Add dhclient.conf back to list of "installed network configurationkrw2021-01-301-2/+2
* Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)krw2020-12-231-5/+16
* Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inkrw2020-12-211-3/+4
* There is a race in dhclient(8) privsep. The parent process maybluhm2020-12-111-1/+28
* Fix previous: use correct version of netstart and installer bits.tb2020-11-291-8/+16
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-291-9/+10
* When doing unattended upgrade (i.e. sysupgrade(8)) on systems withflorian2020-09-221-2/+7
* In the first version of sysupgrade(8) I made the mistake of generatingflorian2020-05-261-27/+3
* Revert the following commit as it breaks hostname.if(5) lines with akn2020-05-221-2/+2
* Fix stripcom() description wrt. comments not on their own linekn2020-05-211-3/+2
* Do not treat backslashe as an escape character in hostname.if(5) lineskn2020-05-211-2/+2
* Include _sndiop in /etc/group, as it will be needed by MAKEDEV toratchov2020-04-181-0/+1
* Make FFS2 the default filesystem type on installs except for landisk,krw2020-04-051-8/+9
* Remove libLLVM.so.1.0gkoehler2020-03-061-2/+2
* Next step in prepping for ffs2 installs: introduce a new install script varotto2020-02-291-2/+3
* Tweak dhclient(8) timing defaults depending on SMALL rather than usingkrw2020-02-021-6/+2
* No need to specify "initial-interval 1;" in the dhclient.conf usedkrw2020-01-261-2/+1
* Determine the OS version in a way that won't break after 9.9.tb2019-10-191-2/+2
* People who've upgraded repeatedly have observed /usr is getting a bitderaadt2019-10-011-16/+15
* Add code to handle future sysupgrade(8) change where the tool will beajacoutot2019-09-221-9/+22
* reset watchdog timeout between each installation of sets (and no just between fetch&verify)semarie2019-09-191-1/+4
* Support quoted SSIDskn2019-09-141-7/+6
* Lower syspugrade timeout to 30 minuteskn2019-08-211-2/+2
* Clean up clean_old():naddy2019-08-141-9/+8
* Reset sysupgrade watchdog upon every set installationkn2019-08-131-3/+24
* Typofixes in commentskn2019-08-111-4/+4
* raise the watchdog for sysupgrade-initiated updates from 30m to 45m.sthen2019-08-061-2/+2
* eliminate differences between all the list files as much asderaadt2019-06-071-76/+0
* Add -lz to the library list, since one architecture (armv7) needs it andderaadt2019-06-071-2/+2
* add copyright grant, requested by deraadt@sthen2019-05-151-2/+16
* Revert my recent sysupgrade changes; it broke unattended upgrades forajacoutot2019-05-141-5/+16
* Add tee(1) to the ramdisk filesystem and use it to provide both anaddy2019-05-132-3/+4
* Fix usage() (missing '-x').ajacoutot2019-05-131-16/+5
* Repair and improve v6 default route selection.krw2019-05-111-15/+33
* Improve error message of "Question has no answer in response file".reyk2019-05-101-2/+2
* Always make the default answer 'dhcp' on unconfigured interfaces.krw2019-05-101-37/+23
* Don't ignore configured netmask/prefixlen on restartingkrw2019-05-091-3/+3
* Simplify v4_config() and v6_config() by getting updated informationkrw2019-05-091-15/+18
* sysupgrade already verifies all sets, so eliminate redundantnaddy2019-05-091-6/+9
* Stop tromping over the saved interface configuration whenkrw2019-05-091-19/+19
* Shuffle code to make v4_config() and v6_config() look evenkrw2019-05-091-20/+18
* Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' tokrw2019-05-091-8/+10
* Don't forget about previous dhcp configuration attemptskrw2019-05-091-8/+1
* Move the magic ping6 IPv6 default router discovery so we probe allkrw2019-05-081-13/+16
* cleanup after unattended upgradeflorian2019-05-081-1/+7
* Bring v6_config() into the modern age. Rememberkrw2019-05-031-34/+28
* During debugging, media are often built without DESTDIR correctly set.deraadt2019-05-031-4/+4