Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | sync | Theo de Raadt | |
2015-12-08 | don't need to .path ssh anymore since the file were copied | Ted Unangst | |
2015-12-08 | sync | Theo de Raadt | |
2015-12-08 | Move /etc/examples/vm.conf from etc to base. | Antoine Jacoutot | |
ok sthen@ jca@ reyk@ | |||
2015-12-07 | sync | Theo de Raadt | |
2015-12-06 | Do the same with less code. | Robert Peichaer | |
OK krw@ | |||
2015-12-06 | 5.8 is out for a quite a while now. Remove the deletion of binaries | Robert Peichaer | |
during upgrade, that have been removed from base. Positive feedback from tedu@, benno@ OK krw@, deraadt@ | |||
2015-12-06 | sync | Theo de Raadt | |
2015-12-05 | sync | Theo de Raadt | |
2015-12-04 | sync | Theo de Raadt | |
2015-12-03 | sync | Theo de Raadt | |
2015-12-03 | sync | Theo de Raadt | |
2015-12-03 | sync | Theo de Raadt | |
2015-12-02 | The '_q'/'(O)penBSD' logic is not used in armv7 at the moment so remove it | Kenneth R Westerback | |
until it is needed. Spotted & ok rpe@ | |||
2015-12-02 | If (O)penBSD is not offered as a partitioning option, do not accept | Kenneth R Westerback | |
'O*|o*' as a valid response. Ignore it as we do other invalid input. armv7 is special case to be handled separately. Noticed by kettenis@. ok deraadt@ rpe@ | |||
2015-12-02 | Make GPT an option equivalent to MBR when installing. Warn that the | Kenneth R Westerback | |
result may not be bootable if GPT is used on a machine that did not boot via EFI. But allow the user to proceed if the user insists. Sometimes you just want to create an EFI bootable image on a non-EFI machine. Enforce the presence of both an OpenBSD partition and an EFI Sys partition if GPT partitioning is used. Prompted by complaints and observations from kettenis@. Verbiage tweak from doug@. Tested & ok rpe@. | |||
2015-12-02 | and another utf8.c | Theo de Raadt | |
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt | |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
discussed with jsg | |||
2015-12-01 | sync | Theo de Raadt | |
2015-12-01 | sync | Theo de Raadt | |
2015-11-29 | Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yp | Robert Peichaer | |
for creating the hosts.byname, hosts.byaddr ethers.byname and ethers.byaddr YP maps. Replace most of their functionality with sed/awk scripting directly in Makefile.yp. Suggested by and OK deraadt@ Feedback from @semarie | |||
2015-11-27 | sync | Theo de Raadt | |
2015-11-27 | sync | Theo de Raadt | |
2015-11-26 | sync | Theo de Raadt | |
2015-11-26 | sync | Theo de Raadt | |
2015-11-25 | sync | Theo de Raadt | |
2015-11-25 | sync | Theo de Raadt | |
2015-11-24 | sync | Theo de Raadt | |
2015-11-24 | sync | Theo de Raadt | |
2015-11-23 | sync | Theo de Raadt | |
2015-11-22 | sync | Theo de Raadt | |
2015-11-22 | sync | Theo de Raadt | |
2015-11-21 | sync | Theo de Raadt | |
2015-11-21 | sync | Theo de Raadt | |
2015-11-20 | sync | Theo de Raadt | |
2015-11-20 | sync | Theo de Raadt | |
2015-11-20 | don't auto-skip X sets on systems without wscons, you can remove them easily | Stuart Henderson | |
with -x*, and "no wscons" doesn't cover all of the systems where one might intentionally want to skip them anyway. ok bmercer deraadt espie rpe | |||
2015-11-19 | sync | Theo de Raadt | |
2015-11-19 | sync | Theo de Raadt | |
2015-11-18 | Now that the transition is over, have the installer set 'prohibit-password' | Stuart Henderson | |
in sshd_config instead of 'without-password'. "it is time" deraadt@ | |||
2015-11-18 | sync | Theo de Raadt | |
2015-11-17 | sync to mv | Theo de Raadt | |
2015-11-17 | sync | Theo de Raadt | |
2015-11-17 | sync | Visa Hankala | |
2015-11-16 | sync | Theo de Raadt | |
2015-11-15 | KNF, de-register, fix other minor grumbles | Theo de Raadt | |
2015-11-15 | sync | Theo de Raadt | |
2015-11-14 | no longer need -locurses, since more is selfcontained | Theo de Raadt | |
2015-11-14 | Copy the parts of libocurses that are needed directly to here. We | Theo de Raadt | |
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert |