Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-01 | sync | Stuart Henderson | |
2016-01-28 | Run "rcctl ls faulty", which is silent when all services work as expected. | Ingo Schwarze | |
Based on an original idea and a different patch from landry@. OK jung@ zhuk@ landry@ krw@ agreed to the general idea | |||
2016-01-27 | Add /etc/examples/pkg.conf, generated from mirrors.dat over in www/. | Stuart Henderson | |
Positive feedback and/or OKs from benno millert jcs aja jasper | |||
2016-01-27 | sync | Reyk Floeter | |
2016-01-27 | Add /dev/pvbus0 (mode 0640) to MAKEDEV on i386 and amd64. | Reyk Floeter | |
Needed for the key-value interface that has been added to pvbus(4). OK mikeb@ | |||
2016-01-20 | fix year | Theo de Raadt | |
2016-01-06 | delete vi catalog space; ok millert | Theo de Raadt | |
2016-01-06 | some old signify keys no longer have relevance to new releases. | Theo de Raadt | |
prompted by comments from naddy | |||
2016-01-06 | This is just an example and we don't have to bump the set's version | Reyk Floeter | |
number all the time, but let's use install59.fs as it will be the first release that includes vmm. | |||
2016-01-05 | add 6.0 firmware key | Stuart Henderson | |
2016-01-05 | 6.0 packages key | Christian Weisgerber | |
2016-01-05 | add 6.0 base key for release after 5.9 | Theo de Raadt | |
2015-12-30 | Remove portslocks from /etc/daily. The ports LOCKDIR was moved from /tmp | Robert Peichaer | |
to /usr/ports/pobj years ago. OK millert@, ajacoutot@ | |||
2015-12-30 | date requires strict format including spaces, from miod | Theo de Raadt | |
2015-12-29 | Replace single pattern case-blocks with simpler code. | Robert Peichaer | |
OK halex@ | |||
2015-12-29 | Remove backslash, not necessary after '&&' | Robert Peichaer | |
OK halex@ | |||
2015-12-29 | Replace last remaining `` with $() | Robert Peichaer | |
OK halex@ | |||
2015-12-27 | welcome GENERIC.IP27 MP (dual cpu on O350 now) | Theo de Raadt | |
ok visa | |||
2015-12-26 | Remove blank line for consistency with other rc.d scripts; no change in | Antoine Jacoutot | |
behavior. | |||
2015-12-26 | mountd(8) changes require a pexp. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-12-25 | add rcsid | Gleydson Soares | |
2015-12-22 | Now that default smtpd.conf aliases table has been switched to | Sunil Nimmagadda | |
'file' backend, we no longer have to generate the .db files. Ok gilles@ | |||
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-12-21 | add virtio-console driver | Stefan Fritsch | |
This patch adds a new driver for use of virtio-console devices as ttys. It's still in an early state and not compiled by default, yet. Currently it is only wired into amd64. i386 is still missing. Discussed with uebayasi@, deraadt@ | |||
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-12-21 | Switch to 'file' backend for aliases table for default configuration. | Sunil Nimmagadda | |
Ok gilles@ jung@ millert@ | |||
2015-12-21 | Revert, rc.d scripts have been fixed. | Antoine Jacoutot | |
2015-12-21 | Comment the wait for start until I fix the x11 managers rc.d script. | Antoine Jacoutot | |
2015-12-19 | move to 5.9-beta | Theo de Raadt | |
2015-12-19 | After starting, unconditionally wait up to $daemon_timeout seconds to check that | Antoine Jacoutot | |
the daemon is actually running (instead of only when using rc_bg). This *may* trigger the following side effect: if a daemon starts then stops right away (because of a config parsing issue for e.g.), then it will slow down the boot process because rc will wait a bit before considering the start action failed. But at least it will allow us to detect those daemons and fix them or their rc.d(8) script. At least as far as I can tell, all base daemons should cope with it just fine. ok sthen@ robert@ on an earlier diff | |||
2015-12-19 | Child will not return a config parsing error to the parent so rc.d will lie and | Antoine Jacoutot | |
tell you that the daemon succesfully started; prevent this by running a config check first. Note that we only do this for those particular daemons, not all that support a config test mode. ok benno@ phessler@ | |||
2015-12-19 | Tidy up _rc_wait(). | Antoine Jacoutot | |
ok sthen@ robert@ | |||
2015-12-19 | Tweak pexp. | Antoine Jacoutot | |
2015-12-18 | Drop the now useless multicast setup comment. | Antoine Jacoutot | |
prodded by tim@, ok mpi@ | |||
2015-12-17 | Simplify multicast option handling (10 less lines) by matching /etc/rc behavior | Antoine Jacoutot | |
towards other YES|NO options and drop the error warning. with and ok tim@, ok rpe@ on an earlier diff | |||
2015-12-16 | Add _sndiop user and group for (future) privileged sndiod process. | Alexandre Ratchov | |
ok deraadt | |||
2015-12-16 | Add pexp match otherwise rcctl stop vmd doesn't work. OK deraadt@ | James Turner | |
2015-12-15 | add commented-out unbound.conf entries for dns64 (sitting in my tree and ok'd | Stuart Henderson | |
some time ago by phessler and IIRC also mikeb), and for qname-minimisation | |||
2015-12-15 | automatic HOSTALIASES setup is a bad idea | Theo de Raadt | |
2015-12-09 | vmm node only needs mode 600 | Theo de Raadt | |
2015-12-08 | libexec/smtpd dir no longer needed; ok gilles | Theo de Raadt | |
2015-12-08 | Use mailwrapper path instead of smtpd. | Sunil Nimmagadda | |
Ok tb@ jung@ | |||
2015-12-07 | Previously forgot another /var in the comment | Reyk Floeter | |
2015-12-07 | /var/vm is a terrible idea, the images are filled on demand, they are | Reyk Floeter | |
not backed by blocks until used. So I'll use /home/vm instead. Pointed out by deraadt@ | |||
2015-12-07 | Add initial vm.conf(5) example. But please note that the grammar is | Reyk Floeter | |
not fixed yet. | |||
2015-12-07 | Now that makemap(8)/newaliases(8) are merged into smtpctl(8), update | Sunil Nimmagadda | |
the paths. Ok gilles@, jung@ | |||
2015-12-06 | Add missing rc bits for rebound. | Robert Peichaer | |
rc-wise OK aja@ jasper@ | |||
2015-12-06 | multicast_router -> multicast | Antoine Jacoutot | |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot | |
default one is good enough. So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a single 'multicast'. If set to YES the reject route for 224/4 is not inserted by netstart(8). Manual bits from jmc@ ok henning@, ajacoutot@ | |||
2015-12-05 | add rcscript for vmd | Jasper Lievisse Adriaanse | |
ok mlarkin@ prompted by deraadt@ |