Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-21 | move snmpd.conf to the etc/ directory. it is not installed yet by the build. | Reyk Floeter | |
2008-01-17 | Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they're | Brad Smith | |
taken into consideration for rtsol. ok reyk@ dlg@ | |||
2008-01-16 | create pflog0 whenever pf is enabled, not just when pflogd_flags!=NO | Stuart Henderson | |
fixes spamlogd with pflogd disabled. ok henning | |||
2008-01-09 | Do not bring up pfsync(4) before the working ruleset | Marco Pfatschbacher | |
has been loaded. Otherwise, states that are received during the initial bulk update mismatch the correct pf-checksum and do not attach to the rules. Problem identified by david@. Fix done in collaboration. OK henning@ | |||
2008-01-09 | Try to make /etc/ttys more consistent accross platforms, which will also | Miod Vallat | |
make the installation media's life easier: - stop using ``Pc'' as a getty terminal type, use std.9600 instead. - on platforms with multiple virtual consoles (alpha, amd64, i386, zaurus), console is disabled, various ttyC* are enabled. - on other platforms, console is enabled, all other devices are disabled. This only changes armish, mac68k, sgi. - default terminal for console is unknown on serial-only machines, vt220 on glass-capable machines (questionable, but done for consistency). - minor whitespace changes. - glass console forgotten on a couple platforms (luna88k, sparc64, vax). eyeballed by deraadt@, ok krw@ | |||
2008-01-08 | switch console to std.9600 (suncons is the same); ok miod | Theo de Raadt | |
2008-01-06 | Update fbtab with the glass console devices. | Miod Vallat | |
2008-01-05 | Add commented out entries for watchdog timers. If you enable the watchdog | Marc Balmer | |
timeout, either set auto retriggering or start watchdogd(8)... From Mitja Muzenic. ok deraadt. | |||
2008-01-04 | Use consistent capitalization in comments. From mitja@muzenic.net. | Marc Balmer | |
2008-01-03 | create directory again | Theo de Raadt | |
2008-01-03 | revert back to using local zones for localhost. and IPv4/IPv6 reverse until | Jakob Schlyter | |
we've found a better solution for chrooted applications. | |||
2008-01-01 | Updated moduli file; ok djm@ | Darren Tucker | |
2007-12-20 | typo | Jakob Schlyter | |
2007-12-20 | add OpenBSD-tag | Jakob Schlyter | |
2007-12-18 | add commented entry for machdep.kbdreset | Jasper Lievisse Adriaanse | |
ok jsing@ miod@ | |||
2007-12-16 | remove localhost. zone (localhost. queries are handled by /etc/hosts) | Jakob Schlyter | |
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard | |||
2007-12-14 | Enable console support for SGI O2 workstations. Switch between the serial | Joel Sing | |
and graphical console based on the selection made in the ARCBIOS. Early attachment of gbe(4) is still required, otherwise we have a working graphical console. ok miod@ | |||
2007-12-13 | add explicit allow-recursion for recursive view | Jakob Schlyter | |
2007-12-11 | mention starttls(8) | Todd C. Miller | |
2007-12-09 | _hoststated got renamed to _relayd | Reyk Floeter | |
2007-12-09 | hoststated.conf got renamed to relayd.conf | Reyk Floeter | |
From Daniel Ouellet (daniel at presscom dot net) | |||
2007-12-08 | make the generic handler for TCP-based protocols the default (allows | Reyk Floeter | |
to use "protocol foo" without defining a type). | |||
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter | |
the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@ | |||
2007-12-07 | oops, _relayd not _relay; spotted by reyk | Theo de Raadt | |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter | |
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying | |||
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Theo de Raadt | |
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying | |||
2007-11-28 | extend proxy example | Reyk Floeter | |
2007-11-26 | regen | Reyk Floeter | |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter | |
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@ | |||
2007-11-25 | sync | Reyk Floeter | |
2007-11-25 | define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md) | Reyk Floeter | |
ok deraadt@ | |||
2007-11-25 | sync | Owain Ainsworth | |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth | |
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others. | |||
2007-11-25 | remove acpi device. named apmctl on amd64 now, and on i386 apmctl | Ted Unangst | |
has become a gate to both apm and acpi. ok deraadt | |||
2007-11-20 | comment for spamd_flags should refer to spamd(8); | Jason McIntyre | |
pointed out by Daniel Wade and previously by Frank Bax; this time ok beck | |||
2007-11-19 | Update the transparent HTTP proxy example: | Reyk Floeter | |
Include filters to block some well-known instant messengers; thanks to Rene Badalassi (rene at cybersecure dot com dot au) for providing the examples. (This change depends on my latest fix to hoststated) | |||
2007-11-12 | sync | Mark Kettenis | |
2007-11-12 | openprom | Mark Kettenis | |
2007-11-11 | -w flag for wsconsctl is deprecated; from Tim van der Molen | Jason McIntyre | |
2007-11-09 | Build and advertize bsd.mp on mvme88k. | Miod Vallat | |
2007-11-09 | Missing PHONY target. | Miod Vallat | |
2007-11-05 | Change chio.conf's group ownership to operator and mode to 644. | Michael Erdely | |
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@ | |||
2007-11-03 | l.root-servers.net has new address; ok deraadt@ | Jakob Schlyter | |
2007-11-01 | chio(1), not chio(8); | Jason McIntyre | |
2007-10-23 | list package changes in daily insecurity output | Stuart Henderson | |
ok henning | |||
2007-10-22 | add additional relay examples: simple non-SSL TCP relay, transparent | Reyk Floeter | |
HTTP proxy. this makes it easier to test hoststated. ok pyr@ | |||
2007-10-17 | build sparc64 bsd.mp too | Theo de Raadt | |
2007-10-15 | permit tcp 111/2049 at boot too, for tcp nfs mounts; Jim Rees | Theo de Raadt | |
2007-10-13 | the iso can be smaller | Theo de Raadt | |
2007-10-10 | entry for the install##.iso file we now create | Theo de Raadt | |