Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-23 | Remove /usr/X11R6/lib/X11/config/ | Matthieu Herrb | |
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko | |
install sample configs to /etc/. ok claudio deraadt henning mcbride | |||
2012-09-18 | Add SNMPv3 USM example (commented out) | Reyk Floeter | |
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot | |
ok sthen@ | |||
2012-09-10 | we need a fakeramdisk, like on sparc64 | Theo de Raadt | |
2012-09-08 | sync | Martin Pieuchot | |
2012-09-08 | Add drm node | Martin Pieuchot | |
ok kettenis@ | |||
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot | |
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@ | |||
2012-08-29 | regen moduli file (<=4kbit). ok deraadt djm | Darren Tucker | |
2012-08-29 | Make the update-moduli rule append the 6kbit and 8kbit params so that we | Darren Tucker | |
can trivially regen the <=4k bit ones. ok djm@ | |||
2012-08-26 | Hook up nginx to rc(8). | Antoine Jacoutot | |
ok deraadt@ robert@ | |||
2012-08-23 | sync: remove lingering nnpfs, pointed out by jmc@ | Todd T. Fries | |
2012-08-23 | create the man8/beagle dir | Theo de Raadt | |
2012-08-23 | enter etc.beagle so MAKEDEV.8 can be generated properly during builds | Todd T. Fries | |
prompted by deraadt@ | |||
2012-08-23 | no more afs activation goop | Theo de Raadt | |
2012-08-23 | stop installing the etc/afs | Theo de Raadt | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt | |
2012-08-21 | Use the new "-q" option of pgrep(1) instead of redirecting stdout | Antoine Jacoutot | |
to /dev/null. | |||
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne | |
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk | |||
2012-08-14 | Optimize checks for /etc/exports. | Antoine Jacoutot | |
from robert at peichaer dot org discussed with and ok halex@ | |||
2012-08-13 | unset _rcflags and _rcuser so that they don't get inherited by rc.d(8) | Antoine Jacoutot | |
scripts; from robert at peichaer dot org ok halex@ While here, put the "sanitation" commands in their own block. | |||
2012-08-13 | Set the daemon_class as readonly as it should be (and is documented as | Antoine Jacoutot | |
such). from robert at peichaer dot org modified after a discussion with halex@ ok halex@ robert@ | |||
2012-08-11 | Make a couple of variables local. | Antoine Jacoutot | |
from robert at peichaer dot org ok halex@ | |||
2012-08-04 | Add a new rc_usercheck variable (default to YES). When set to no, root | Antoine Jacoutot | |
privilege is needed to run rc_check. In effect this means /etc/rc.d/foobar check can now be run as a regular user. Discussed with robert@ during g2k12. ok todd@ | |||
2012-08-04 | Set rc_usercheck to NO. | Antoine Jacoutot | |
2012-08-03 | add a handful of linux signatures from p0fv2 and some other | Jonathan Gray | |
signatures from observation. ok mikeb@ jsing@ henning@ deraadt@ | |||
2012-07-20 | regen moduli file; ok deraadt | Darren Tucker | |
2012-07-16 | don;t quote things unneccessarily; ok gilles | Jason McIntyre | |
2012-07-13 | Add a config file that the cross compiler looks for. | Brandon Mercer | |
OK espie@ kettines@ | |||
2012-07-10 | fix pexp | Alexander Hall | |
ok robert@ | |||
2012-07-10 | fix regexp in pexp | Alexander Hall | |
ok robert@ | |||
2012-07-07 | add /var/www/cache for nginx to store some data | Robert Nagy | |
ok ajacoutot@, krw@, deraadt@ | |||
2012-07-07 | Simplify rc_wait() (no functionnal change). | Antoine Jacoutot | |
initially from robert at peichaer dot org with some enhancement by halex@ ok halex@ | |||
2012-07-07 | Restore default tftpd(8) argument to use "/tftpboot" so that is works | Antoine Jacoutot | |
out of the box. ok deraadt@ pirofti@ | |||
2012-06-21 | clean mac68k dribbles | Theo de Raadt | |
2012-06-20 | move to 5.2-beta | Theo de Raadt | |
2012-06-20 | yet more mac68k goop... | Matthew Dempsky | |
2012-06-20 | Delete some more SUBDIR += mac68k. | Matthew Dempsky | |
2012-06-20 | Now that many of the daemons in the tree can actually cope with file | Theo de Raadt | |
descriptor starvation, we can crank the default user file descriptor limits. | |||
2012-06-02 | Add AMT ports to /etc/services so they're entered in net.inet.tcp.baddynamic | Stuart Henderson | |
preventing them being locally allocated as dynamic ports. If AMT is configured with the same IP address as the host (and, in the case of redirection/https ports, if the relevant feature is enabled), it will steal packets sent to its ports. ok mikeb@. kettenis@ thinks it's probably a good idea. | |||
2012-05-31 | Add commented-out examples for net.inet.tcp.always_keepalive / keepidle. | Stuart Henderson | |
These are useful if you're behind a bad nat with short timeouts as often found in airport lounges and hotels. If the keepalives fail because the network goes away (moving out of wireless reception, swapping cables etc) your connections are more likely to drop so this is a double-edged sword. ok henning@ | |||
2012-05-30 | in -d mode, display an error message before exiting, in the case the | Marc Espie | |
daemon is not active (happens often to me, as I forget which box has which daemons). okay ajacoutot@ | |||
2012-05-25 | Hook sgi IP28 kernels into the build. While there, update the iso images to | Miod Vallat | |
provide IP22 and IP28 kernels, as well as the ECOFF bootblock. No objection from deraadt@ | |||
2012-05-23 | fixup from/to specification | Mike Belopuhov | |
2012-05-14 | remove korea and china examples, as these files don't mirror reliably | Bob Beck | |
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@ | |||
2012-05-12 | remove the brackets in aliases map declaration, they look ugly | Gilles Chehade | |
2012-04-30 | Add a sample line for groupdn (commented by default). | Antoine Jacoutot | |
ok jmatthew@ | |||
2012-04-27 | Add a brief comment describing each bogus v4 network that is filtered by | Peter Hessler | |
default, similar to the v6 entries. While here, add a filter for 100.64.0.0/10, which is now reserved by RFC 6598 OK henning@, sthen@ | |||
2012-04-26 | grow the iso | Theo de Raadt | |