summaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syncderaadt2021-04-026-21/+21
|
* don't put ptys onto the ramdisk mediaderaadt2021-04-026-14/+7
| | | | from miod
* The ospf6d manpage states that the daemon laks support for multi arearemi2021-03-271-7/+2
| | | | | | | | configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind
* mail(1) cares about whitespacederaadt2021-03-251-1/+1
|
* Add mouse.tp.tapping example.bru2021-03-241-1/+3
| | | | ok kn@
* because the kernel has been replaced after last boot, run kvm_mkdbderaadt2021-03-131-5/+5
| | | | before the first consumer of kvm_bsd.db
* grow media a littlederaadt2021-03-111-4/+4
|
* Import regenerated moduli file.dtucker2021-03-101-406/+446
|
* dhcpleased wants /var (but contains code to handle when it isn't there).deraadt2021-03-091-3/+3
| | | | | | | But in the nfs diskless case, we can do better by starting it a little later. This disrupts nfs diskless on dynamic addresses a little, if it ever actually worked with dhclient, but anyone doing that deserves the headache. ok florian
* Update TAL files to offical versions that include a https:// URL for theclaudio2021-03-043-0/+3
| | | | | | trust anchor. rpki-client will then use the https:// URL first and fall back to rsync if the https request failed. OK job@ tb@
* resolvd and dhcpleased should not be enabled yetderaadt2021-03-011-3/+3
|
* install rc.d/resolvdderaadt2021-02-281-2/+2
|
* Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromajacoutot2021-02-271-5/+9
| | | | | | | | | | | | | the go ecosystem). Properly handle failing daemon startup now that we have pipefail. To take advantage of this new feature, just add foo_logger=facility to the daemon rc.d(8) script or in rc.conf.local(8) or use rcctl: rcctl set foo logger daemon.info tweak for checking flags in rcctl(8) from martijn@ "this looks pretty good" deraadt@ ok sthen@
* Ship resolvd service, enable it by defaultkn2021-02-263-3/+15
| | | | | | Starting right after unwind. OK deraadt
* Create /var/db/dhcpleased for lease files.florian2021-02-261-1/+3
| | | | OK deraadt@
* rc(8) bits for dhcpleased(8).florian2021-02-264-7/+19
| | | | OK deraadt
* add 7.0 syspatch pubkeyrobert2021-02-221-0/+2
|
* add rpki-rtr port 323; ok jobderaadt2021-02-181-1/+2
|
* syncjsg2021-02-127-41/+140
|
* create /dev/ drm nodes with the same names as linuxjsg2021-02-1214-14/+39
| | | | | | | | | | | | | | | | This was proposed by Emil Velikov to simplify libdrm and will remove the need for some patches in ports. /dev/drm0 -> /dev/dri/card0 /dev/drmR128 -> /dev/dri/renderD128 The previous names will remain for a period of time and will later be removed. Major and minor numbers remain the same. libdrm will not be changed to use the new names until known privsep and sandbox use has been updated to allow the new names. ok deraadt@
* do not need 66 keys anymorederaadt2021-02-124-8/+0
|
* rc: ensure that vfs.mounts.nfs check works without NFSnaddy2021-02-091-2/+2
| | | | | | | | If NFS isn't compiled into the kernel, sysctl -n vfs.mounts.nfs will produce no numerical output. Make sure that we always have a valid arithmetic expression. Reported by and ok patrick@
* 7.0 firmware keysthen2021-02-081-0/+2
|
* 7.0 packages keynaddy2021-02-081-0/+2
|
* add future 7.0 base keyderaadt2021-02-081-0/+2
|
* 6.9-betaderaadt2021-02-061-3/+3
|
* Improve the last commentdanj2021-02-021-4/+4
| | | | | | | Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio
* syncderaadt2021-01-2313-52/+156
|
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-2314-14/+32
| | | | | | | | 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@
* crank limits to satisfy piggy piggy clangderaadt2021-01-181-3/+3
|
* Bump default datasize-max and datasize-cur since clang now seems toderaadt2021-01-111-3/+3
| | | | require MORE [...]
* Bump default datasize-max and datasize-cur since clang now seems tokettenis2021-01-111-3/+3
| | | | | | require more than 768M to build itself. ok deraadt@
* Bump default datasize-max and datasize-cur since clang now seems tonaddy2021-01-081-3/+3
| | | | require more than 768M to build itself.
* add a xenodm login class and bump openfiles to 512 to avoid running outrobert2021-01-0714-14/+70
| | | | | | | | 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@
* Bump default datasize-max and datasize-cur since clang now seems tokettenis2021-01-061-3/+3
| | | | require more than 768M to build itself.
* Bump default datasize-max and datasize-cur since clang now seems tokettenis2021-01-031-3/+3
| | | | require more than 768M to build itself.
* Add space for ballooning clang.visa2021-01-032-6/+6
| | | | Moreover, this makes default datasize limits consistent mips64-wide.
* Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)krw2020-12-231-5/+16
| | | | | | files. Usual man page help & ok jmc@
* Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inkrw2020-12-211-3/+4
| | | | | | | hostname.if files. dhclient(8) does that itself. Part of the "further script optimizations" promised in r1.200 of netstart. Tested & ok gnezdo@
* Fix previous: use correct version of netstart and installer bits.tb2020-11-291-10/+11
|
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-292-20/+27
| | | | | | | | 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
* Prepare for libX11 1.7.0matthieu2020-11-281-2/+2
|
* no more mobileip;jmc2020-11-081-3/+3
| | | | ok claudio deraadt
* Back out last commit.denis2020-11-041-3/+3
| | | | Some devs are not convinced.
* acme response challenge location to issue better error codedenis2020-11-021-3/+3
| | | | | | Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
* Remove commented-out edns-buffer-size section from the default unbound.conf.sthen2020-10-281-7/+1
| | | | | | | | | 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.
* regenkettenis2020-10-241-8/+15
|
* Add /dev/drm[0-3].kettenis2020-10-241-1/+3
|
* Remove calls for df(1), netstat(1), and the verbose dump(1)danj2020-10-201-16/+3
| | | | | | | | | | | | | 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@
* Use find -delete instead of execing rm and rmdir.millert2020-10-081-5/+5
| | | | OK sthen@ denis@