Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-28 | vscsi(8) -> vscsi(4); | Jason McIntyre | |
2013-03-26 | more octeon bits | Jasper Lievisse Adriaanse | |
2013-03-26 | hookup octeon | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2013-03-26 | add octeon bits, mostly from sgi | Jasper Lievisse Adriaanse | |
2013-03-25 | the unused palm code goes away. | Theo de Raadt | |
2013-03-24 | Match documented rc.conf(5) flags. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-03-24 | document default operation of identd; mentioned by creamy@nocrater.com | Theo de Raadt | |
2013-03-23 | Regenerate moduli file for next release. | Darren Tucker | |
2013-03-21 | keep track of nginx.conf and nginx's mime.types file | Robert Nagy | |
from Ryan Kavanagh <rak@debian.org> | |||
2013-03-20 | fix lies in netstart; replacement wording from halex@ | Todd T. Fries | |
pointed out by Ryan Kavannagh rak at debian dot org | |||
2013-03-15 | regen after sequencer removal | Alexandre Ratchov | |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-03-14 | Tell security(8) how to check npppd(8) configuration files | Giovanni Bechis | |
help and ok by ajacoutot@ and yasuoka@ | |||
2013-03-14 | correct path for op.me; from J??r??mie Courr??ges-Anglas | Jason McIntyre | |
ok millert | |||
2013-03-11 | the world has changed, and identd is now less important. turn it off by | Theo de Raadt | |
default. ok guenther millert | |||
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt | |
2013-03-05 | comment out example code. | Igor Sobrado | |
ok mikeb@ | |||
2013-03-02 | Add a commented out machdep.led_blink entry for DEC 3k systems. | Miod Vallat | |
2013-02-16 | Add 106/tcp (pop3pw/poppasswd) to the unofficial services list. | Antoine Jacoutot | |
ok sthen@ deraadt@ | |||
2013-02-13 | Add a 'block' rule prior to the state creating 'pass' rule. This | Alexander Hall | |
way, TCP packets of e.g. timed out states are blocked rather than passed by the implicit default pass rule. sthen@ benno@ phessler@ mikeb@ agrees | |||
2013-02-12 | regen | Antoine Jacoutot | |
2013-02-12 | Increase default number of ldoms to 8 (+ 8 virtual consoles and 16 | Antoine Jacoutot | |
virtual disks). input and ok kettenis@ | |||
2013-02-09 | There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided by | Antoine Jacoutot | |
the net/uccp package and is installed under /usr/local/. Since we don't want a shell that default to /usr/local/..., use /sbin/nologin. The uucp package will automatically change to the correct shell on pkg_add / pkg_delete. idea from and ok miod@ | |||
2013-02-05 | Make sure new config is valid before SIGHUP'ing sshd, which would | Alexander Hall | |
otherwise just kill it. ok ajacoutot@ djm@ pirofti@, quite some time ago | |||
2013-02-01 | rev 1.318 made this MI parallel-make clean, however it inadvertantly | Peter Hessler | |
changed the build order. Have release-sets depend on the kernels target, which restores the order. OK espie@ | |||
2013-01-31 | welcome to 5.3-BETA | Miod Vallat | |
2013-01-30 | regen | YASUOKA Masahiko | |
2013-01-30 | Create /dev/pppx by default. | YASUOKA Masahiko | |
2013-01-26 | Give an example of how to increase the state limit. The 10k limit is too | Claudio Jeker | |
small for production servers now that pf is on by default. OK phessler@ | |||
2013-01-26 | update smtpd.conf, map API gone and replaced with table API | Gilles Chehade | |
2013-01-26 | Do not allow stopping/restarting mountd using the rc.d(8) framework; | Antoine Jacoutot | |
if there is need to send a SIGTERM to mountd(8), it should be done manually as there is too much involved with RPC daemons to make it automagic. ok beck@ | |||
2013-01-11 | typo | Miod Vallat | |
2013-01-06 | backout atactl check; I had warned that this would try a lot of code | Theo de Raadt | |
paths which are rarely tried. Problem reported by a few on the list. | |||
2013-01-03 | sync; new IPv4 address for d.root-servers.net | Gonzalo L. Rodriguez | |
Ok sthen@ | |||
2012-12-31 | Do not mail out diffs of the /etc/moduli file. | Ingo Schwarze | |
They are not interesting, but they are annoying during system upgrades. ok sthen@ ajacoutot@ henning@ dtucker@ | |||
2012-12-19 | regen | Mark Kettenis | |
2012-12-19 | Tweak to generate a better man page. | Mark Kettenis | |
2012-12-19 | regen | Mark Kettenis | |
2012-12-19 | Make it easier to create more /dev/ldomN devices. As a bonus this stops | Mark Kettenis | |
polluting ramdisks with devices that aren't needed there. | |||
2012-12-11 | Add a SMART check using atactl(8) against disks that support and have | Antoine Jacoutot | |
SMART enabled. Committing now so that it gets broader testing. Man page bits will be added once we are confident there is no side effect and this can stay. inputs from sthen@ halex@ weerd@ ok deraadt@ | |||
2012-12-08 | regen | Mark Kettenis | |
2012-12-08 | Add /dev/vdsp[0-7]. | Mark Kettenis | |
2012-12-05 | remove "Invalid interface name" message | Robert Peichaer | |
requested by krw@ ok halex@ | |||
2012-12-04 | sync | Martin Pieuchot | |
2012-12-04 | Add agp node | Martin Pieuchot | |
2012-12-02 | use the more compact version of the check for ifconfig'able interfaces | Robert Peichaer | |
from install.sub with feedback from and ok halex | |||
2012-12-02 | - remove isalphanumeric() and replace it with a shell pattern, that | Robert Peichaer | |
tries a bit harder to identify invalid interface names and in this case emit an error message. - use [[ $1 == autoboot ]] to avoid a shell error message due to possible spaces in first argument - no change in functionality discussed with krw and halex ok ("I like this") krw | |||
2012-11-26 | regen | Jasper Lievisse Adriaanse | |
2012-11-21 | rc_restart() does not exists. What the 'restart' action does is to run | Antoine Jacoutot | |
'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@ | |||
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot | |
so we don't care if the file is present or not; also this function should never return a failure. ok halex@ |