summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2013-12-04Stop security(8) whining about /etc/nsd.conf which has moved, pointed outStuart Henderson
by Bjorn Ketelaars. Check that the /var/nsd/etc directory is protected instead, it may contain zone-transfer keys etc.
2013-12-01kill /var/obj which has been commented out since -r1.1 in '95.Jasper Lievisse Adriaanse
ok deraadt@
2013-12-01Copy the bootblocks to the release directory and sha256 it; spotted byMiod Vallat
aoyama@
2013-11-26/etc/nsd.conf -> /var/nsd/etc/nsd.confStuart Henderson
2013-11-26install sample nsd config file to /var/nsd/etc not /etc, spotted by/ok deraadtStuart Henderson
2013-11-26update for NSD 4.0.0; generate keys for nsd-control if non-existent, andStuart Henderson
use nsd-control to signal NSD.
2013-11-26new sample config entries for NSD 4.0.0Stuart Henderson
2013-11-26mtree changes for NSD 4.0Stuart Henderson
2013-11-21regenMark Kettenis
2013-11-21Change /dev/drm* permissions to 0600.Mark Kettenis
ok deraadt@, naddy@, ajacoutot@
2013-11-18Give /dev/drm0 to the user logged on the console to be ableMatthieu Herrb
to run OpenGL applications. ok kettenis@ naddy@
2013-11-17Delete unused `:0'.Kenji Aoyama
"Good catch" miod@
2013-11-17Remove unused /dev/X0 entries. ok millert@Matthieu Herrb
2013-11-05syncTheo de Raadt
2013-11-05kill iop(4); spotted by jmcTheo de Raadt
2013-11-03ugly spacesTheo de Raadt
2013-11-01missing regen after gpio(4) got addedJasper Lievisse Adriaanse
2013-11-01hookup sunxi bits for miniroot and ramdisk, tested on pcduino.Jasper Lievisse Adriaanse
note that on boards without ahci you will need to install to usb and still boot of sd, at least until there's support for the sd slot. ok patrick@
2013-10-28Revamp ARMv7 ramdisk and miniroot creation process.Patrick Wildt
Instead of running mkuboot during install, we call it on during the release build, so that we can also ship bootable images of the generic and the ramdisk kernel. We can now build miniroots for imx, too. The installer also can recognize the SoC and makes decision based on it. Use ext2fs for i.MX6 based devices. Tar the bootloader files to save some space. ok syl@
2013-10-27enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm
ok jasper@, patrick@, rapha@
2013-10-20Remove Freetype internal directories.Matthieu Herrb
2013-10-19add a random sleep of up to half an hour to distribute the serverAlexander Hall
load from spamd-setup. Brought up by phessler@ who also pointed out that the percent sign must be escaped in the command. ok ajacoutot@ joerg@ phessler@ and sort of @blambert
2013-10-18create usr/share/man/man5/macppcMiod Vallat
2013-10-17a.out emulation went awayTheo de Raadt
2013-10-15regenMiod Vallat
2013-10-15ramdisk needs diskmap. Found the hard way.Miod Vallat
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-14add 7.5kbit DH groupsDarren Tucker
2013-10-12+vxlan; remember services is parsed for baddynamic; ok reykTheo de Raadt
2013-10-10Regenerate moduliDarren Tucker
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
the fragments separately. "No substantive objection" djm@
2013-09-292 new libX11 localeMatthieu Herrb
2013-09-28Muild bsd.mp when baking a release.Miod Vallat
2013-09-16regen.David Coppa
2013-09-16Increase default number of ugen device files: two are too few forDavid Coppa
modern standards, with people having usb cameras, music players, smartcard readers, UPSs, wifi scanners, rocket launchers and so on... OK sthen@, djm@
2013-09-13reload not supported; from Craig R. Skinner.Okan Demirmen
ok dcoppa ajacoutot
2013-09-07Update ARMv7's release build process to build kernels and ramdisksPatrick Wildt
per SoC. It's heavily based on the SGI port. ok florian@
2013-09-05no bthub(4) page;Jason McIntyre
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04regenPatrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
ok rapha@
2013-09-01Properly pass daemon_flags to amd(8).Antoine Jacoutot
ok dcoppa@ sthen@
2013-08-22add the directories EGL/GLES headers will be installed toJonathan Gray
ok matthieu@
2013-08-22Like for dhclient, do no create a route to alias addresses via 127.0.0.1.Martin Pieuchot
Our stack is able to tell if the address is local or not. ok todd@, krw@
2013-08-21regenAntoine Jacoutot
2013-08-21Forgot to remove uscan_dev after uscanner(4) was sent to the attic.Antoine Jacoutot
spotted by Nathanael Rensen, thanks!
2013-08-20regenAntoine Jacoutot
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@
2013-08-19Remove the following users which became obsolete:Antoine Jacoutot
* _afs: arla/nnpfs got disabled then removed long ago * _kdc, _kadmin: these were added 10 years ago but never used for anything afaict ok dcoppa@ beck@
2013-08-14Filter the IPv6 Discard-Only Prefix because it should not be globallyClaudio Jeker
routable. See RFC6666. Diff by Gleydson Soares.