Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-30 | /etc/amd/master.sample is effectively an example file, so move it to base | Antoine Jacoutot | |
but keep the current location until we know how to handle subdirs under /etc/examples. ok rpe@ | |||
2014-08-29 | sync | Todd T. Fries | |
2014-08-29 | Move dhclient.conf(5) to examples. | Antoine Jacoutot | |
no objections from todd@ millert@ rpe@ | |||
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser | |
with autoconf enabled. If one is doing SLAAC one does already trust link local icmp6 so the policy for icmp6 redirects should be the same. pointed out by & OK bluhm@; OK henning@ | |||
2014-08-26 | no more exposed etc set | Theo de Raadt | |
2014-08-26 | Create etc set during 'make build' and embed it in base set to make | Robert Peichaer | |
it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@ | |||
2014-08-26 | sync | Theo de Raadt | |
2014-08-26 | usr.sbin | Robert Nagy | |
2014-08-26 | sync | Theo de Raadt | |
2014-08-23 | sync | Theo de Raadt | |
2014-08-22 | sync | Theo de Raadt | |
2014-08-22 | sync | Theo de Raadt | |
2014-08-20 | When doing Whole disk installs on macppc, blank the first 1 meg of the | Peter Hessler | |
disk, so we can successfully create our partitions including the all important boot partition. Reported by many, but last by /u/TheWalkingGlitch via reddit OK krw@ | |||
2014-08-18 | sync | Theo de Raadt | |
2014-08-16 | sync | Theo de Raadt | |
2014-08-15 | Align install.md files with installer style. | Robert Peichaer | |
- { foo ; bar ; } -> { foo; bar; } - if foo ; then -> if foo; then OK halex@ | |||
2014-08-10 | [] -> [[]] | Robert Peichaer | |
OK krw@ "well ok" halex@ | |||
2014-08-10 | Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network() | Robert Peichaer | |
because it shares code&style with /etc/netstart. No functional change. with feedback and OK krw@ halex@ | |||
2014-08-10 | { foo ; bar ; } -> { foo; bar; } | Robert Peichaer | |
OK krw@ | |||
2014-08-09 | After a cleanup by deraadt I noticed the four-space-indent had started | Alexander 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-06 | sysctl 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-06 | Add signify instructions plus miniroot and install56.fs for amd64/i386 | doug | |
ok deraadt@ | |||
2014-08-05 | handle wsconsctl.conf and sysctl.conf just being examples. | Theo de Raadt | |
from ratchov | |||
2014-08-03 | smtpd got privsep'ed and the _smtpq user is now used to manage these | Robert Peichaer | |
directories. Ensure proper ownership in case smtpd has been started before this change. brought up by matthieu@ OK deraadt@ | |||
2014-07-30 | sync | Theo de Raadt | |
2014-07-29 | update sets sizes | Miod Vallat | |
2014-07-28 | sync | Theo de Raadt | |
2014-07-28 | Avoid 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-28 | Change detection of unconfigured vlan interfaces from using flags to | Robert 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-25 | fix perl5 architecture name | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2014-07-24 | Provide eeprom(8) on the sparc installation media. Intended to help diagnosing | Miod Vallat | |
installation problems. ``if it fits go for it'' deraadt@ (and it fits) | |||
2014-07-24 | + eeprom | Miod Vallat | |
2014-07-24 | Build machinery to build eeprom(8) for the installation media on arches where | Miod Vallat | |
it matters. | |||
2014-07-24 | sync | Theo de Raadt | |
2014-07-23 | sync | Theo de Raadt | |
2014-07-22 | sync | Theo de Raadt | |
2014-07-22 | use a better style of sh code around aperture | Theo de Raadt | |
2014-07-22 | tab->space; consistent with the other sysctl values. | Antoine Jacoutot | |
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot | |
places and it makes things simpler: no need to check for file existence. discussed with and ok deraadt@ rpe@ | |||
2014-07-22 | sync | Theo de Raadt | |
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber | |
bluhm@ three days ago, oops. | |||
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber | |
set it. Provisionally drop net.inet6.icmp6.rediraccept, too. | |||
2014-07-21 | sync | Theo de Raadt | |
2014-07-20 | ask about lid | Theo de Raadt | |
2014-07-20 | if we think this is a laptop (wsdisplay.....) ask a lidsuspend | Theo de Raadt | |
question. Let's see who whines. | |||
2014-07-20 | match on vga1 or vgafb0, well, let's just call it vga.* for now | Theo de Raadt | |
2014-07-20 | correct unconfig: target; Jean-Philippe Ouellet | Theo de Raadt | |
2014-07-20 | Oddly, chmod chgrp chown were at the wrong path on these media. | Theo de Raadt | |
from Jean-Philippe Ouellet | |||
2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet | Theo de Raadt | |
2014-07-20 | arch was in wrong bin dir; Jean-Philippe Ouellet | Theo de Raadt | |