summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
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
2012-01-20Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.Stuart Henderson
From danh@, ok aja@ giovanni@
2012-01-16Use nsdc to reliably stop nsd.Camiel Dobbelaar
ok ajacoutot sthen
2012-01-11crank to 5.1-betaTheo de Raadt
2012-01-09Add disabled getty lines for acpi(4) and dca(4) lines, better late than never.Miod Vallat
2011-12-28sndiod(1) does not 'reload', so set rc_reload to NO.Antoine Jacoutot
ok ratchov@
2011-12-21regenMiod Vallat
2011-12-21Add audio nodes on hp300.Miod Vallat
2011-12-21Adapt after recent rc scripts change.Antoine Jacoutot
with input from and ok sthen@
2011-12-21Move mandatory flags from daemon_flags to daemon.Antoine Jacoutot
ok sthen@
2011-12-15use a FQDN (i.e. one ending with a period) as tsig key example's name;Igor Sobrado
rename key1 to tsig1 to clearly identify this name as a transaction signature digest; consistently use tsig key name on slave zone. ok jakob@
2011-12-13Set rc_reload to NO. In rc.d(8), `reload' means reloading theAntoine Jacoutot
configuration without service disruption which is not what -HUP does for nsd(8). Anyway, zone operations (...) should be done using nsdc(8) and not with an rc script. discussed with and ok sthen@
2011-12-09Handle aucat -> sndiod name change, and enable sndiod by default. MostlyAlexandre Ratchov
from ajacoutot@. ok deraadt ajacoutot
2011-12-06closing fd 0-2 is indeed bad style and potentially dangerous, as pointedAlexander Hall
out by Arne Becker, who also supplied the diff, thanks! ok schwarze@ agreed by many
2011-11-30Fix an issue when uid != euid (e.g. when running shutdown(8) as aAntoine Jacoutot
regular user, member of the operator group); rm(1) was waiting for interactive input to remove the runfiles which made no sense, so just use `-f'. issue spotted by weerd@ ok weerd@ robert@
2011-11-04regenerated moduli file; ok deraadtDarren Tucker
2011-10-29Add a sample mixerctl.conf(5).Antoine Jacoutot
Pretty terse for now but will eventually come with some more complex examples when ratchov@ finishes some ongoing work on aucat(1). ok ratchov@ jmc@ deraadt@
2011-10-22regenMiod Vallat
2011-10-22Move the audio* device creation stanzas from MI to MD, and reduce theMiod Vallat
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable vax can receive another audio device as expansion (until we get TURBOchannel support with DMA on VS4k/90). ok deraadt@ todd@