Age | Commit message (Expand) | Author |
2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() | Kenneth R Westerback |
2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the | Theo de Raadt |
2015-03-08 | oops, wrong file to commit a diff to | Theo de Raadt |
2015-03-08 | last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdboot | Theo de Raadt |
2015-03-05 | Manipulate only whole words when flipping 'ro' and 'rw' in fstab entries. | Kenneth R Westerback |
2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt |
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 |
2015-01-24 | In shell statements use shell pattern '+([0-9])', not sed regular | Kenneth R Westerback |
2015-01-17 | Remove unnecessary double-quotes inside [[]]. | Robert Peichaer |
2015-01-17 | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) | Robert Peichaer |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-07 | Cleanup network config after fetching the responsefile. This enables | Robert Peichaer |
2015-01-07 | Fix get_ifdevs() - don't filter vlan interfaces. | Robert Peichaer |
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 |
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback |
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-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt |
2014-12-27 | SRCDIRS must now always come from distrib/special. A few systems | Theo de Raadt |
2014-12-26 | Remove upgrade_to64time_t() now that the transition to 64 bit time_t | Robert Peichaer |
2014-12-10 | Time to murder some smtpd's related XXX | Giovanni Bechis |
2014-12-03 | rtsol(8) is no longer needed on the ramdisks. | Florian Obser |
2014-12-03 | The kernel handles rtsol(8) functionality since some time now. | Florian Obser |
2014-11-18 | Delete tmp directory in /mnt/var during upgrades right before the | Robert Peichaer |
2014-11-11 | Store autoinstaller logfile in /mnt/var/log to be available after | Robert Peichaer |
2014-10-26 | Defer processing hostname.if files for trunks, svlans and vlans | Kenneth R Westerback |
2014-10-23 | Extend autoinstall(8) feature: | Robert Peichaer |
2014-10-08 | sl(4) was tedu'd. No need to filter it out of interface list anymore. | Kenneth R Westerback |
2014-09-26 | make the default of the "Change the default console" question depend | Sebastian Benoit |
2014-09-05 | Remove /etc/{hosts,myname} from etc.tgz. | Antoine Jacoutot |
2014-08-31 | The xetc set is now part of xbase and not distributed separately anymore. | Robert Peichaer |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-26 | Create etc set during 'make build' and embed it in base set to make | Robert Peichaer |
2014-08-10 | [] -> [[]] | Robert Peichaer |
2014-08-10 | Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network() | Robert Peichaer |
2014-08-10 | { foo ; bar ; } -> { foo; bar; } | Robert Peichaer |
2014-08-09 | After a cleanup by deraadt I noticed the four-space-indent had started | Alexander Hall |
2014-08-03 | smtpd got privsep'ed and the _smtpq user is now used to manage these | Robert Peichaer |
2014-07-28 | Avoid matching a particular driver for "aperture needed" detection. | Mark Kettenis |
2014-07-28 | Change detection of unconfigured vlan interfaces from using flags to | Robert Peichaer |
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 |
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber |
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber |
2014-07-20 | if we think this is a laptop (wsdisplay.....) ask a lidsuspend | Theo de Raadt |
2014-07-20 | match on vga1 or vgafb0, well, let's just call it vga.* for now | Theo de Raadt |