summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2012-07-07add /var/www/cache for nginx to store some dataRobert Nagy
ok ajacoutot@, krw@, deraadt@
2012-07-07Simplify rc_wait() (no functionnal change).Antoine Jacoutot
initially from robert at peichaer dot org with some enhancement by halex@ ok halex@
2012-07-07Restore default tftpd(8) argument to use "/tftpboot" so that is worksAntoine Jacoutot
out of the box. ok deraadt@ pirofti@
2012-06-21clean mac68k dribblesTheo de Raadt
2012-06-20move to 5.2-betaTheo de Raadt
2012-06-20yet more mac68k goop...Matthew Dempsky
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-06-20Now that many of the daemons in the tree can actually cope with fileTheo de Raadt
descriptor starvation, we can crank the default user file descriptor limits.
2012-06-02Add AMT ports to /etc/services so they're entered in net.inet.tcp.baddynamicStuart 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-31Add 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-30in -d mode, display an error message before exiting, in the case theMarc Espie
daemon is not active (happens often to me, as I forget which box has which daemons). okay ajacoutot@
2012-05-25Hook sgi IP28 kernels into the build. While there, update the iso images toMiod Vallat
provide IP22 and IP28 kernels, as well as the ECOFF bootblock. No objection from deraadt@
2012-05-23fixup from/to specificationMike Belopuhov
2012-05-14remove korea and china examples, as these files don't mirror reliablyBob Beck
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@
2012-05-12remove the brackets in aliases map declaration, they look uglyGilles Chehade
2012-04-30Add a sample line for groupdn (commented by default).Antoine Jacoutot
ok jmatthew@
2012-04-27Add a brief comment describing each bogus v4 network that is filtered byPeter 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-26grow the isoTheo de Raadt
2012-04-13clean-up release dependency tree, so that release is "MI parallel-make clean"Marc Espie
(yeah, the md parts are NOT, not yet). okay miod@, deraadt@
2012-04-12NOOBJ -> zap unneeded ${.CURDIR} for clarity.Marc Espie
ok miod@
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people
2012-04-08Missed kbproto documentation directory.Matthieu Herrb
2012-04-08New directories for protocol documentation.Matthieu Herrb
2012-04-06Regen.Joel Sing
2012-04-06Remove raidframe device nodes.Joel Sing
2012-04-06tedu the raidctl.Joel Sing
ok deraadt@
2012-04-01btd went awayTheo de Raadt
2012-03-29Hook IP22 kernels to the build, and document how to boot the installationMiod Vallat
media on them. Try to be helpful and explain how things may fail on the older PROM and what to do about this.
2012-03-28regenMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
(IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited to headless operation, input and video drivers will get ported soon. Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC Indy not supported yet (coming soon), R4600 not supported yet either (coming soon as well). Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC, Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver which are being looked at. Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO bridges not ported yet due to the lack of hardware, and this kind of driver does not port blindly. Most of this work comes from NetBSD, polishing and integration work, as well as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours truly. More work is coming, as well as trying to get some easy way to boot install kernels (as older PROM can only boot ECOFF binaries, which won't do for the kernel).
2012-03-23rollback r1.76 since it may break some toolsGleydson Soares
noticed / requested by claudio@ discussed with henning / claudio / me
2012-03-21zap appletalk (ddp) protocol suite hereGleydson Soares
these are obsolete and no longer available in kernel "absolutely. ok" henning@
2012-03-16install the rc.d script for tftpd, ok dlg@Stuart Henderson
2012-03-10Add libXt documentation directory. spotted by naddy@Matthieu Herrb
2012-03-10New dir for libXext doc.Matthieu Herrb
2012-03-10ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv.David Gwynne
this diff starts ypldap before ypbind instead of after. ok deraadt@ ajacoutot@
2012-03-05add tftpd to the network daemons list just after ftpd and ftpproxy.David Gwynne
reminded by mikeb@ ok sthen@
2012-03-05tftpd doesnt get run from inetd now.David Gwynne
2012-03-05add rc.d bits for the new standalone tftpd daemon.David Gwynne
mostly from Kent R. Spillner ok sthen@ robert@
2012-03-04New dirs for libICE and libSM docsMatthieu Herrb
2012-03-02Don't include ou=People in the basedn. ypldap(8) has had netid supportAntoine Jacoutot
for a while now and groups are usually stored outside of People. ok sthen@
2012-03-01Add luna88k GENERIC.MP configuration file, based on mvme88k.Kenji Aoyama
ok miod@
2012-02-19enable nginxRobert Nagy
2012-02-19these files are not needed here, they are going to get installed fromRobert Nagy
usr.sbin/nginx using the distribution target
2012-02-11Fix previous fix for /altroot processing. Should now work for bothKenneth R Westerback
duid and device entries in fstab. As a bonus make commented out lines in fstab in-eligable for altroot detection. ok halex@ deraadt@
2012-02-09install popa3d script; ok robert@ deraadt@David Krause
2012-02-08Let /altroot work with a duid-based fstab.Kenneth R Westerback
Reported by & fix tested by Dave Anderson. Thanks! ok deraadt@
2012-02-06add missing authentication styles.Igor Sobrado
initially intended for YubiKey, jmc@ noted that list was out of date. ok deraadt@, jmc@
2012-01-31Update pkg names revision for 5.1giovanni
ok sthen@
2012-01-26hook login_yubikey to the buildDavid Hill
ok deraadt