summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2021-01-23syncTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
This includes ujoy_hid_is_collection() to work around limitations of hid_is_collection() until this can be combined without fallout. input, testing with 8bitdo controller, and ok brynet@ PS4 controller testing, fix for hid_is_collection, and ok mglocker@
2021-01-18crank limits to satisfy piggy piggy clangTheo de Raadt
2021-01-11Bump default datasize-max and datasize-cur since clang now seems toTheo de Raadt
require MORE [...]
2021-01-11Bump default datasize-max and datasize-cur since clang now seems toMark Kettenis
require more than 768M to build itself. ok deraadt@
2021-01-08Bump default datasize-max and datasize-cur since clang now seems toChristian Weisgerber
require more than 768M to build itself.
2021-01-07add a xenodm login class and bump openfiles to 512 to avoid running outRobert Nagy
of file descriptors while running a busy desktop the xenodm login class expands the records from the daemon login class ok aja@, deraadt@, kettenis@, sthen@
2021-01-06Bump default datasize-max and datasize-cur since clang now seems toMark Kettenis
require more than 768M to build itself.
2021-01-03Bump default datasize-max and datasize-cur since clang now seems toMark Kettenis
require more than 768M to build itself.
2021-01-03Add space for ballooning clang.Visa Hankala
Moreover, this makes default datasize limits consistent mips64-wide.
2020-12-23Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)Kenneth R Westerback
files. Usual man page help & ok jmc@
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inKenneth R Westerback
hostname.if files. dhclient(8) does that itself. Part of the "further script optimizations" promised in r1.200 of netstart. Tested & ok gnezdo@
2020-11-29Fix previous: use correct version of netstart and installer bits.Theo Buehler
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb
2020-11-28Prepare for libX11 1.7.0Matthieu Herrb
2020-11-08no more mobileip;Jason McIntyre
ok claudio deraadt
2020-11-04Back out last commit.denis
Some devs are not convinced.
2020-11-02acme response challenge location to issue better error codedenis
Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
2020-10-28Remove commented-out edns-buffer-size section from the default unbound.conf.Stuart Henderson
The default in Unbound (and other DNS server software in the recent "DNS flag day") changed to 1232 bytes, this avoids problems due to fragmented packets (fragments can result in blackholes and also enable some attack vectors) so there's now little reason to reduce this from defaults, and increasing it is more of a specialist use case that isn't really needed in this streamlined default config.
2020-10-24regenMark Kettenis
2020-10-24Add /dev/drm[0-3].Mark Kettenis
2020-10-20Remove calls for df(1), netstat(1), and the verbose dump(1)Daniel Jakots
With this change, daily(8) only sends email when something looks dubious. Consequently VERBOSESTATUS is now a no-op and may be unset. The code is trivial and riddled with choices that look like personal preferences. The old behavior can be achieved through /etc/daily.local. With schwarze@, tweak kn@, sthen@ OK schwarze@, kn@, jung@
2020-10-08Use find -delete instead of execing rm and rmdir.Todd C. Miller
OK sthen@ denis@
2020-09-30Regen moduli.Darren Tucker
2020-09-26adjust dateTheo de Raadt
2020-09-26adjust dateTheo de Raadt
2020-09-25add 6.9 firmware keyStuart Henderson
2020-09-23add 6.9 syspatch pubkeyRobert Nagy
2020-09-19Add a bsd.schema line to the example ldapd.confTheo Buehler
from reyk
2020-09-17tab vs. spaces; from navan AT airpost.net, thanks!Florian Obser
2020-09-15grow amd64 ramdisk_cd.......Theo de Raadt
2020-09-15Register agentx port 705 in services.Martijn van Duren
OK deraadt@
2020-09-14We need to be able to provide contact information to use theFlorian Obser
buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
2020-09-13Install /etc/examples/login_ldap.conf with proper mode and ownership.Antoine Jacoutot
tweak from deraadt@ ok martijn@ tb@
2020-09-13Install login_ldap.conf and register it into changelist and mtree/special.Antoine Jacoutot
ok tb@ (who had the same diff) & deraadt@
2020-09-12Add an example file so login_ldap.conf maybe becomes a little moreMartijn van Duren
intelligible. OK bluhm@
2020-08-316.9 packages keyChristian Weisgerber
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-30old keys are boringTheo de Raadt
2020-08-30signify key for 6.9 baseTheo de Raadt
2020-08-03grow to cope with clang10Theo de Raadt
2020-07-22build bsd.mp (issues remain, but doing the build effort is valuable already)Theo de Raadt
2020-07-22syncTheo de Raadt
2020-07-22create /dev nodes for sparc64 and powerpc console, so that dev_mkdbTheo de Raadt
will find them, and devname() in various programs won't return "??" ok kettenis
2020-07-18copy out bootblocksTheo de Raadt
2020-07-16regenMark Kettenis
2020-07-16Bootloader magic.Mark Kettenis
2020-07-16Add disk description for bootloader ramdisk.Mark Kettenis
2020-07-12Use su -fl to avoid sourcing /etc/profile / the target user's .profileJeremie Courreges-Anglas
This way rc.d and rcctl don't suffer from side effects in people's rc files. If you somehow used those files to set environment variables, you should have used login.conf as described in rc.d(8) instead. ok ajacoutot@
2020-07-06regen after kstat additionDavid Gwynne