Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-26 | sync | Jeremie Courreges-Anglas | |
2017-12-26 | sync | Mark Kettenis | |
2017-12-25 | sync | Patrick Wildt | |
2017-12-22 | Cope with the fact, that the DHCLIENT route label is gone which | Robert Peichaer | |
helped to find out if the default route was configured by dhclient. Check if the interface connected to the default route is in the dhcp interface group which accomplishes the same functionality. With feedback from and OK krw@ | |||
2017-12-21 | Adopt comments to previous change | Robert Peichaer | |
2017-12-21 | Stop creating a dhclient.conf in the install script, now | Kenneth R Westerback | |
that 'send host-name' is the default behaviour for dhclient. ok rpe@ | |||
2017-12-18 | Change the question at the end of installs and upgrades to present a choice | Robert Peichaer | |
between exiting to the shell or to reboot the latter being the default. (On sparc64 the second choice is to halt the system which leaves it at the OpenBoot PROM prompt) While there add a newline after the CONGRATULATIONS message. OK tb@ positive feedback naddy@ deraadt@ giovanni@ | |||
2017-12-18 | Display $MODE (install/upgrade) in the prompt before we know the hostname. | Theo Buehler | |
suggested by deraadt ok rpe | |||
2017-12-17 | sync | Theo de Raadt | |
2017-12-17 | Add a new question "Escape to shell before reboot? [no]" at the end of | Robert Peichaer | |
the install and upgrade process. "no" or [enter] reboots the system "yes" leaves the install or upgrade at the shell prompt On selected architectures, sparc64 being the only so far, the system is halted instead of rebooted. autoinstall(8) is NOT affected by this new question as it reboots the system automatically already. Suggested by and OK deraadt@, tb@ phessler@ Feedback on sparc64 by stsp@ Positive feedback pea@ landry@ | |||
2017-12-17 | allow '-' in usernames | Robert Peichaer | |
requested and OK aja OK halex@ | |||
2017-12-16 | sync | Theo de Raadt | |
2017-12-15 | sync | Jeremie Courreges-Anglas | |
2017-12-14 | sync | Theo de Raadt | |
2017-12-14 | sync | Theo de Raadt | |
2017-12-05 | sync | Theo de Raadt | |
2017-12-03 | pledge(2) elfrdsetroot: | Theo Buehler | |
- pledge(2) "stdio" after managing arguments (opening files) - add $OpenBSD$ markers on elfrd_size.c and elfrdsetroot.h - add a check for NULL on malloc(3) call in elfrd_size.c from semarie, ok deraadt | |||
2017-12-03 | Include dtbs for Wandboard rev D1 including the i.MX 6QuadPlus variant. | Jonathan Gray | |
Requires U-Boot >= 2017.11 and dtb >= 4.15-rc1. | |||
2017-12-03 | sync | Jonathan Gray | |
2017-12-02 | sync | Theo de Raadt | |
2017-12-01 | arm64 is now also a _syspatch_arch | Theo Buehler | |
2017-12-01 | In the macppc installer, switch the default answer for the partition | Stefan Sperling | |
table question from "HFS" to "MBR". Most people will want to run OpenBSD exclusively on such machines these days. ok kettenis@ | |||
2017-11-30 | Replace `coremask' with `numcores'. | Visa Hankala | |
2017-11-30 | Prefer `numcores' to `coremask'. The former is probably easier | Visa Hankala | |
to use than the latter. | |||
2017-11-30 | Fix variable expansion. | Visa Hankala | |
From Rafael Neves | |||
2017-11-29 | sync | Theo de Raadt | |
2017-11-19 | add growfs(8) to ramdisk | job | |
Some resizing scenarios can be done from within single user mode, but resizing the root partition required you to bring your own growfs(8) binary into the ramdisk environment. This commit adds growfs(8) to the ramdisks (the ones that don't have space constraints) to simplify such operations. OK deraadt@ | |||
2017-11-16 | sync | Theo de Raadt | |
2017-11-05 | Fix http server selection from the list of mirrors. This broke in | Robert Peichaer | |
r1.989 in a way that when selecting a mirror from the list by entering a number, the selection was not actually set as answer. Noted by and OK tb@ | |||
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer | |
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@ | |||
2017-11-05 | sync | Jeremie Courreges-Anglas | |
2017-11-04 | sync | Visa Hankala | |
2017-11-02 | Fix this test by adding _http_proto to INSTALL_MIRROR. | Robert Peichaer | |
2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. | Martin Pieuchot | |
ttyB* minor numbers change; be sure to rerun MAKEDEV if you do not upgrade with bsd.rd Adapted from NetBSD by miod@ | |||
2017-10-31 | sync | Theo de Raadt | |
2017-10-30 | sync | Theo de Raadt | |
2017-10-30 | sync | Theo de Raadt | |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot | |
ok jca@, deraadt@ | |||
2017-10-29 | sync | Theo de Raadt | |
2017-10-27 | sync | Theo de Raadt | |
2017-10-26 | sync | Theo de Raadt | |
2017-10-24 | sync | Theo de Raadt | |
2017-10-22 | On systems without dhclient, ask IPv4 question again if 'dhcp' was choosen. | Robert Peichaer | |
Spotted by halex@ | |||
2017-10-21 | Change v4_config() and v6_config() | Robert Peichaer | |
- to support CIDR notation for the answers to the "IPv4 address for <if>?" and "IPv6 address for <if>?" questions - to not ask for netmask and prefix lenght if CIDR is used - to ask the questions again if ifconfig fails with the provided input Triggered by a report from landry@. Using ideas from sthen@ OK deraadt@ tb@ | |||
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber | |
any longer; ok espie@ deraadt@ | |||
2017-10-17 | sync | Theo de Raadt | |
2017-10-13 | Move extraction of rootdisk information into the DONEPROFILE if-block. | Robert Peichaer | |
OK tb@ | |||
2017-10-13 | Comment trap handlers | Robert Peichaer | |
2017-10-13 | Tweak comments | Robert Peichaer | |
2017-10-13 | Add a comment for slaacd(8) start and replace the if-then-fi block | Robert Peichaer | |
with a [[ test ]] && command construct. |