summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2021-04-28remove old drm devicesJonathan Gray
2021-04-28SyncDale Rahn
2021-04-28riscv64 etc supportDale Rahn
copied from arm64 MAKEDEV.md contents are kinda partially there, needs more work.
2021-04-25Bump pbuild stacksize to 8M.mortimer
Addresses a stack exhaustion issue with llvm11 and a small number of ports. ok kettenis@
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others) and firmware for Raspberry Pi 4. This allows the same installation method as used on Raspberry Pi 3 without separate UEFI firmware (although UEFI can still be used). Help from kettenis@ jsg@ deraadt@
2021-04-11Create a sparc64 install*.img file alsoTheo de Raadt
tested by kettenis
2021-04-09Fix release timeTheo Buehler
ok deraadt
2021-04-02syncTheo de Raadt
2021-04-02don't put ptys onto the ramdisk mediaTheo de Raadt
from miod
2021-03-27The ospf6d manpage states that the daemon laks support for multi arearemi
configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind
2021-03-25mail(1) cares about whitespaceTheo de Raadt
2021-03-24Add mouse.tp.tapping example.Ulf Brosziewski
ok kn@
2021-03-13because the kernel has been replaced after last boot, run kvm_mkdbTheo de Raadt
before the first consumer of kvm_bsd.db
2021-03-11grow media a littleTheo de Raadt
2021-03-10Import regenerated moduli file.Darren Tucker
2021-03-09dhcpleased wants /var (but contains code to handle when it isn't there).Theo de Raadt
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
2021-03-04Update TAL files to offical versions that include a https:// URL for theClaudio Jeker
trust anchor. rpki-client will then use the https:// URL first and fall back to rsync if the https request failed. OK job@ tb@
2021-03-01resolvd and dhcpleased should not be enabled yetTheo de Raadt
2021-02-28install rc.d/resolvdTheo de Raadt
2021-02-27Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromAntoine Jacoutot
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@
2021-02-26Ship resolvd service, enable it by defaultkn
Starting right after unwind. OK deraadt
2021-02-26Create /var/db/dhcpleased for lease files.Florian Obser
OK deraadt@
2021-02-26rc(8) bits for dhcpleased(8).Florian Obser
OK deraadt
2021-02-22add 7.0 syspatch pubkeyRobert Nagy
2021-02-18add rpki-rtr port 323; ok jobTheo de Raadt
2021-02-12syncJonathan Gray
2021-02-12create /dev/ drm nodes with the same names as linuxJonathan Gray
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@
2021-02-12do not need 66 keys anymoreTheo de Raadt
2021-02-09rc: ensure that vfs.mounts.nfs check works without NFSChristian Weisgerber
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@
2021-02-087.0 firmware keyStuart Henderson
2021-02-087.0 packages keyChristian Weisgerber
2021-02-08add future 7.0 base keyTheo de Raadt
2021-02-066.9-betaTheo de Raadt
2021-02-02Improve the last commentDaniel Jakots
Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio
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