Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | sync | Theo de Raadt | |
2015-02-01 | E2900 with us-iv reported to work via a submitted dmesg | Jonathan Gray | |
2015-01-30 | remove rndc (from bind) as well, ok deraadt | Stuart Henderson | |
2015-01-29 | At upgrade time delete sendmail,named,nginx,openssl binaries because | Theo de Raadt | |
they may reside earlier in the path than a pkg. prompted by tedu, with halex | |||
2015-01-28 | sync | Theo de Raadt | |
2015-01-27 | sync | Theo de Raadt | |
2015-01-26 | sync | Theo de Raadt | |
2015-01-26 | Rename miniroot-sunxi to miniroot-cubie as the u-boot included | Jonathan Gray | |
in the image is for Cubieboard1. Discussed with bmercer@ While here switch from using the separate spl and u-boot images to the combined spl and u-boot 'u-boot-sunxi-with-spl.bin'. | |||
2015-01-24 | In shell statements use shell pattern '+([0-9])', not sed regular | Kenneth R Westerback | |
expression '[0-9]*'. Should fix problem reported by jsg@ where 'hostname.vlan6.bak' was deemed to be an active vlan specification during upgrade. No change to script output. Tested by rpe@. ok halex@ rpe@ | |||
2015-01-22 | sync | Theo de Raadt | |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat | |
ok deraadt@ | |||
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-01-18 | sync | Theo de Raadt | |
2015-01-18 | sync | Theo de Raadt | |
2015-01-17 | Remove unnecessary double-quotes inside [[]]. | Robert Peichaer | |
OK krw@ | |||
2015-01-17 | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) | Robert Peichaer | |
OK krw@ deraadt@ | |||
2015-01-17 | sync | Theo de Raadt | |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2015-01-16 | sync | Theo de Raadt | |
2015-01-13 | sync | Theo de Raadt | |
2015-01-13 | sync | Theo de Raadt | |
2015-01-12 | sync | Theo de Raadt | |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt | |
floppy. A few drivers are missing, but the world has moved on (the drivers included are always a work in progress) Speeds up make release substantially, of course. | |||
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt | |
the installer. We used a full release cycle to learn that suspend/resume is reliable enough for this default. Personal policy can disable this using machdep.lidsuspend=0 in /etc/sysctl.conf ok more people begging, and less people whining | |||
2015-01-11 | No more etc set, also sparc nowadays needs more than 16MB to boot multiuser. | Miod Vallat | |
2015-01-11 | snc | Theo de Raadt | |
2015-01-07 | Cleanup network config after fetching the responsefile. This enables | Robert Peichaer | |
automatic upgrades on systems with trunk interfaces. OK krw@ | |||
2015-01-07 | Fix get_ifdevs() - don't filter vlan interfaces. | Robert Peichaer | |
OK krw@ | |||
2015-01-07 | sync | Theo de Raadt | |
2015-01-07 | sync | Theo de Raadt | |
2015-01-06 | sync | Theo de Raadt | |
2015-01-04 | back to using ramdisk encrypt again. theo found and fixed the (my) bug. | Ted Unangst | |
2015-01-04 | go back to using /mnt encrypt. it seems something isn't working yet. | Ted Unangst | |
2015-01-02 | Fix saving dhclient lease files during installation. | Robert Peichaer | |
OK krw@ | |||
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback | |
media. Use this feature in install scripts to eliminate manually maintained list of dynamic interface types. '-C' brought to my attention by reyk@, tweaks to install script to use -C in get_ifdevs() from rpe@. ok rpe@ deraadt@ | |||
2015-01-01 | sync | Theo de Raadt | |
2014-12-29 | encrypt is now built into instbin, do not need to use the /mnt version | Theo de Raadt | |
2014-12-29 | switch encrypt to auto scaling bcrypt rounds. ok deraadt | Ted Unangst | |
2014-12-29 | sync | Jonathan Gray | |
2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt | |
version in just installed base. | |||
2014-12-27 | mention Wandboard | Jonathan Gray | |
2014-12-27 | encrypt should easily fit onto the media now. this will be done step by step. | Theo de Raadt | |
2014-12-27 | sync | Theo de Raadt | |
2014-12-27 | SRCDIRS must now always come from distrib/special. A few systems | Theo de Raadt | |
still MD installboot, and we will need to repair those before release, or force them pure -static use by both base and instbin. | |||
2014-12-26 | Remove upgrade_to64time_t() now that the transition to 64 bit time_t | Robert Peichaer | |
is done. diff from tj at mrsk.me OK halex@ deraadt@ | |||
2014-12-23 | new SRCDIRS model seems to work | Theo de Raadt | |
2014-12-23 | successful switchover to non-reach-around SRCDIR | Theo de Raadt | |
2014-12-23 | /bin and /sbin are moving towards static PIE, so on many architectures | Theo de Raadt | |
the PIC .o files are unsuitable for static "instbin". This adds more work at build time, but the result will be optimized for size. | |||
2014-12-23 | on-media chroot went away a while back | Theo de Raadt | |
2014-12-22 | sync | Theo de Raadt | |