Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-15 | sync | Mark Kettenis | |
2006-12-15 | Create /dev/pci[0-3]. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-12-15 | Regen | Miod Vallat | |
2006-12-15 | Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussed | Miod Vallat | |
with deraadt@ some time ago | |||
2006-12-14 | Uncomment MAKEDEVARCH+=landisk. | Mark Kettenis | |
ok drahn@ | |||
2006-12-12 | enable bgplg, the bgp looking glass | Reyk Floeter | |
ok henning@ deraadt@ | |||
2006-12-11 | add /var/www/bin, ok deraadt | Henning Brauer | |
2006-12-01 | iskampds public key local.pub moved from /etc/isakmpd/private to | Hans-Joerg Hoexer | |
/etc/isamkpd. Noticed by ajacoutot@lphp.org, thanks! ok mcbride | |||
2006-11-28 | Move isakmpd's auto-generated public key, local.pub, into /etc/isakmpd | Ryan Thomas McBride | |
This makes it readable by unprivileged uses, simplifying configuration, and there is no reason for it to be secret. ok msf deraadt hshoexer | |||
2006-11-16 | when pf and pflogd are enabled, do a "ifconfig pflog0 create" early. | Henning Brauer | |
rc checks pflog0 existance before starting pflogd0, pbly to not print an error message on pflog-less kernels... ugh. ok mcbride | |||
2006-11-15 | reject multicast packet without scope identifier specified. | Jun-ichiro itojun Hagino | |
2006-11-12 | names have changed | Theo de Raadt | |
2006-11-10 | landisk has no wsconsctl.conf | Theo de Raadt | |
2006-11-09 | new miniroot partition table entries. | Dale Rahn | |
2006-11-06 | duh -- on first boot, do not build the host.random file twice; ok djm | Theo de Raadt | |
2006-10-31 | generate diffs for files listed in /etc/changelist as they are created | David Gwynne | |
and deleted. previously this script only generated diffs for existing files. ok lots of people including millert@ msf@ mcbride@ todd@ and probably more. | |||
2006-10-29 | Add the _ripd user and startup stuff. | Esben Norby | |
ok claudio@ | |||
2006-10-26 | Force umask to 022 so we don't heritate 077 from root's crontab command | Antoine Jacoutot | |
(output logs are still umask 077) "i think this is right" deraadt@ | |||
2006-10-25 | sync | Dale Rahn | |
2006-10-25 | more landisk bits. | Dale Rahn | |
2006-10-24 | kill extra spaces | David Krause | |
2006-10-22 | Remove unused line, from the author. | Esben Norby | |
2006-10-19 | Add a sample configuration file for the newly comitted RIP daemon. | Esben Norby | |
ok claudio@ | |||
2006-10-13 | changelist files are ascii, even if they contain a few funny chars. | Otto Moerbeek | |
Encountered by henning@; ok millert@ robert@ deraadt@ | |||
2006-10-10 | sync | Todd T. Fries | |
2006-10-10 | etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either | Todd T. Fries | |
2006-10-10 | 4 usb tty devices by default; ok msf@ marco@ | Todd T. Fries | |
2006-10-07 | 'keep state' is now default, and use 'no state' where intended. | Ryan Thomas McBride | |
2006-10-06 | Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out. | Ray Lai | |
Unfortunately this does not fix existing file permissions. Spotted by Antti Harri <iku at openbsd dot fi>. OK millert@. | |||
2006-10-06 | enable landisk MAKEDEV building later | Theo de Raadt | |
2006-10-06 | add landisk subdirs | Theo de Raadt | |
2006-10-06 | Exit when asked to here too. Spotted by Theo. | Hugh Graham | |
2006-10-04 | make code look better | Theo de Raadt | |
2006-10-04 | Exit when asked to. OK by deraadt, spotted by lumpy. | Hugh Graham | |
2006-10-04 | Remove the three instances of :sf:, since we no longer support bad144 | Kenneth R Westerback | |
sector forwarding on those ide/esdi disks. | |||
2006-09-27 | Add ifstated(8) startup bits. | Marco Pfatschbacher | |
OK deraadt@, henning@, mcbride@ | |||
2006-09-19 | add chio.conf bits. | Alexandre Anriot | |
ok beck@ | |||
2006-09-14 | a more useable example; fix comments; ok jmc@ | Hans-Joerg Hoexer | |
2006-09-03 | update emacs package version | Steven Mestdagh | |
ok miod | |||
2006-09-01 | Switch boot order: isakmpd starts before sasyncd. | Marco Pfatschbacher | |
If a user is running sasyncd, start isakmpd with -S. In this mode isakmpd starts off passsive and doesn't delete SA's on shutdown. OK ho@, hshoexer@, deraadt@ | |||
2006-08-30 | shove boot program into the snapshot | Theo de Raadt | |
2006-08-29 | increase the carp demotion counter by 128 instead of 1 while rc runs. | Henning Brauer | |
you do not want a machine that is in the middle of rc and does not have all network daemons (that possibly increase the carp demotion counter further) to become master just because the other one lost 2 bgp sessions or similar for other daemons (esp sasyncd) and as such has a demotion count of >1. ok mcbride mpf deraadt | |||
2006-08-28 | Resync MAKEDEV scripts and man pages | Marc Aurele La France | |
2006-08-28 | Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on | Marc Aurele La France | |
sparc. ok miod@ | |||
2006-08-27 | Regen | Miod Vallat | |
2006-08-27 | Add ttyb[0-3] nodes for qsc0, not created by default for now. | Miod Vallat | |
2006-08-24 | Regen | Miod Vallat | |
2006-08-24 | /dev/kUmem is long dead. | Miod Vallat | |
2006-08-24 | Similar to the sample pf.conf, comment out everything. Suggested | Hans-Joerg Hoexer | |
by okan@demirmen.com, thanks! | |||
2006-08-24 | We've switched from aesctr to aes as default cipher quite some time | Hans-Joerg Hoexer | |
ago. Therefore adjust the example encryption key from 160 to 128 bits. Noticed by jmc@. |