summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-02-23oops, cdfs must be built. spotted by todd, here is the correct diffTheo de Raadt
2015-02-23expr no longer needed on media, thanks to halex and todd and rpeTheo de Raadt
2015-02-22syncJoel Sing
2015-02-17Revert the first chunk of 1.25.Miod Vallat
2015-02-16syncJonathan Gray
2015-02-12Use ksh arithmethic instead of expr.Robert Peichaer
Noted by todd@ OK krw@ halex@
2015-02-11syncTheo de Raadt
2015-02-10syncTheo de Raadt
2015-02-10enter chrootTheo de Raadt
2015-02-10chroot...Theo de Raadt
2015-02-10usr/sbin/chown? uhmm... noTheo de Raadt
2015-02-09syncTheo de Raadt
2015-02-08md_prep_disklabel should run disklabel (for fresh disks intended to beTheo de Raadt
bootable, which do contain a LIF yet). It should also be run in md_installboot for the upgrade case. Diagnosis with jsing and kettenis, buglet spotted by rpe Testing... waiting for that.
2015-02-07syncTheo de Raadt
2015-02-07syncTheo de Raadt
2015-02-06syncTheo de Raadt
2015-02-06syncTheo de Raadt
2015-02-01E2900 with us-iv reported to work via a submitted dmesgJonathan Gray
2015-01-30remove rndc (from bind) as well, ok deraadtStuart Henderson
2015-01-29At upgrade time delete sendmail,named,nginx,openssl binaries becauseTheo de Raadt
they may reside earlier in the path than a pkg. prompted by tedu, with halex
2015-01-28syncTheo de Raadt
2015-01-27syncTheo de Raadt
2015-01-26syncTheo de Raadt
2015-01-26Rename miniroot-sunxi to miniroot-cubie as the u-boot includedJonathan 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-24In shell statements use shell pattern '+([0-9])', not sed regularKenneth 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-22syncTheo de Raadt
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
ok deraadt@
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
ok deraadt@
2015-01-18syncTheo de Raadt
2015-01-18syncTheo de Raadt
2015-01-17Remove unnecessary double-quotes inside [[]].Robert Peichaer
OK krw@
2015-01-17Uppercase global vars (auto -> AUTO, respfile -> RESPFILE)Robert Peichaer
OK krw@ deraadt@
2015-01-17syncTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo 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-16syncTheo de Raadt
2015-01-13syncTheo de Raadt
2015-01-13syncTheo de Raadt
2015-01-12syncTheo de Raadt
2015-01-12Due to recent savings with instbin, we can take i386 to one installTheo 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-12Enable lid suspends by default in the kernel, and remove the question fromTheo 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-11No more etc set, also sparc nowadays needs more than 16MB to boot multiuser.Miod Vallat
2015-01-11sncTheo de Raadt
2015-01-07Cleanup network config after fetching the responsefile. This enablesRobert Peichaer
automatic upgrades on systems with trunk interfaces. OK krw@
2015-01-07Fix get_ifdevs() - don't filter vlan interfaces.Robert Peichaer
OK krw@
2015-01-07syncTheo de Raadt
2015-01-07syncTheo de Raadt
2015-01-06syncTheo de Raadt
2015-01-04back to using ramdisk encrypt again. theo found and fixed the (my) bug.Ted Unangst
2015-01-04go back to using /mnt encrypt. it seems something isn't working yet.Ted Unangst
2015-01-02Fix saving dhclient lease files during installation.Robert Peichaer
OK krw@