summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2014-08-09After a cleanup by deraadt I noticed the four-space-indent had startedAlexander Hall
infesting the scripts. As we generally use a single tab for line continuation indent in the scripts, let's reclaim 30 precious bytes! ok rpe@ krw@
2014-08-06sysctl machdep.ztsscale has been unused for 7 years, so stop handling it.Antoine Jacoutot
s/TAB/SPACE for the wsconsctl.conf comment like we do with sysctl.conf in MI. "get this in fast" deraadt@ ok ratchov@ who will test it in the next few hours
2014-08-06Add signify instructions plus miniroot and install56.fs for amd64/i386doug
ok deraadt@
2014-08-05handle wsconsctl.conf and sysctl.conf just being examples.Theo de Raadt
from ratchov
2014-08-03smtpd got privsep'ed and the _smtpq user is now used to manage theseRobert Peichaer
directories. Ensure proper ownership in case smtpd has been started before this change. brought up by matthieu@ OK deraadt@
2014-07-30syncTheo de Raadt
2014-07-29update sets sizesMiod Vallat
2014-07-28syncTheo de Raadt
2014-07-28Avoid matching a particular driver for "aperture needed" detection.Mark Kettenis
On sparc64 we also need to match machfb(4) in addition to vgafb(4) so let's just match any driver. ok halex@, deraadt@
2014-07-28Change detection of unconfigured vlan interfaces from using flags toRobert Peichaer
looking for vlan id and parent interface. This avoids the creation of unconfigured vlan interface every time /install is restarted. Noted by and OK miod@ OK krw@ Positive feedback sthen@ claudio@
2014-07-25fix perl5 architecture nameJasper Lievisse Adriaanse
ok deraadt@
2014-07-24Provide eeprom(8) on the sparc installation media. Intended to help diagnosingMiod Vallat
installation problems. ``if it fits go for it'' deraadt@ (and it fits)
2014-07-24+ eepromMiod Vallat
2014-07-24Build machinery to build eeprom(8) for the installation media on arches whereMiod Vallat
it matters.
2014-07-24syncTheo de Raadt
2014-07-23syncTheo de Raadt
2014-07-22syncTheo de Raadt
2014-07-22use a better style of sh code around apertureTheo de Raadt
2014-07-22tab->space; consistent with the other sysctl values.Antoine Jacoutot
2014-07-22Drop the "... during install" comments; they were missing in severalAntoine Jacoutot
places and it makes things simpler: no need to check for file existence. discussed with and ok deraadt@ rpe@
2014-07-22syncTheo de Raadt
2014-07-21Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out byChristian Weisgerber
bluhm@ three days ago, oops.
2014-07-21Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn'tChristian Weisgerber
set it. Provisionally drop net.inet6.icmp6.rediraccept, too.
2014-07-21syncTheo de Raadt
2014-07-20ask about lidTheo de Raadt
2014-07-20if we think this is a laptop (wsdisplay.....) ask a lidsuspendTheo de Raadt
question. Let's see who whines.
2014-07-20match on vga1 or vgafb0, well, let's just call it vga.* for nowTheo de Raadt
2014-07-20correct unconfig: target; Jean-Philippe OuelletTheo de Raadt
2014-07-20Oddly, chmod chgrp chown were at the wrong path on these media.Theo de Raadt
from Jean-Philippe Ouellet
2014-07-20place sysctl in sorted order; Jean-Philippe OuelletTheo de Raadt
2014-07-20arch was in wrong bin dir; Jean-Philippe OuelletTheo de Raadt
2014-07-18syncTheo de Raadt
2014-07-17URL move; Jean-Philippe OuelletTheo de Raadt
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16base vs etc set management is the trickiest. Explain the current rulesTheo de Raadt
that govern the split.
2014-07-16syncTheo de Raadt
2014-07-16syncTheo de Raadt
2014-07-16convert to new readable format; requesting post-commit review by ingoTheo de Raadt
2014-07-16spacesTheo de Raadt
2014-07-16syncTheo de Raadt
2014-07-16Add a comment at the top of sysctl.conf when it is created by theAntoine Jacoutot
installer. ok deraadt@ rpe@
2014-07-16syncTheo de Raadt
2014-07-16syncTheo de Raadt
2014-07-15Create /etc/sysctl.conf based upon the 3 variables we might want to setTheo de Raadt
at install time. ok aja
2014-07-15Move more user-unmutable files to the base set, as well as all theTheo de Raadt
directories. sysctl.conf moves this time also.
2014-07-14syncTheo de Raadt
2014-07-14syncTheo de Raadt
2014-07-14syncTheo de Raadt
2014-07-14Move rc.{local,shutdown,securelevel} to examples, as discusssed withTheo de Raadt
ajacoutot and robert
2014-07-14syncTheo de Raadt