Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-28 | remove old drm devices | Jonathan Gray | |
2021-04-28 | Sync | Dale Rahn | |
2021-04-28 | riscv64 etc support | Dale Rahn | |
copied from arm64 MAKEDEV.md contents are kinda partially there, needs more work. | |||
2021-04-25 | Bump pbuild stacksize to 8M. | mortimer | |
Addresses a stack exhaustion issue with llvm11 and a small number of ports. ok kettenis@ | |||
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart 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-11 | Create a sparc64 install*.img file also | Theo de Raadt | |
tested by kettenis | |||
2021-04-09 | Fix release time | Theo Buehler | |
ok deraadt | |||
2021-04-02 | sync | Theo de Raadt | |
2021-04-02 | don't put ptys onto the ramdisk media | Theo de Raadt | |
from miod | |||
2021-03-27 | The ospf6d manpage states that the daemon laks support for multi area | remi | |
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-25 | mail(1) cares about whitespace | Theo de Raadt | |
2021-03-24 | Add mouse.tp.tapping example. | Ulf Brosziewski | |
ok kn@ | |||
2021-03-13 | because the kernel has been replaced after last boot, run kvm_mkdb | Theo de Raadt | |
before the first consumer of kvm_bsd.db | |||
2021-03-11 | grow media a little | Theo de Raadt | |
2021-03-10 | Import regenerated moduli file. | Darren Tucker | |
2021-03-09 | dhcpleased 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-04 | Update TAL files to offical versions that include a https:// URL for the | Claudio 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-01 | resolvd and dhcpleased should not be enabled yet | Theo de Raadt | |
2021-02-28 | install rc.d/resolvd | Theo de Raadt | |
2021-02-27 | Add logger(1) support for daemons that are logging to stdout/stderr (mostly from | Antoine 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-26 | Ship resolvd service, enable it by default | kn | |
Starting right after unwind. OK deraadt | |||
2021-02-26 | Create /var/db/dhcpleased for lease files. | Florian Obser | |
OK deraadt@ | |||
2021-02-26 | rc(8) bits for dhcpleased(8). | Florian Obser | |
OK deraadt | |||
2021-02-22 | add 7.0 syspatch pubkey | Robert Nagy | |
2021-02-18 | add rpki-rtr port 323; ok job | Theo de Raadt | |
2021-02-12 | sync | Jonathan Gray | |
2021-02-12 | create /dev/ drm nodes with the same names as linux | Jonathan 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-12 | do not need 66 keys anymore | Theo de Raadt | |
2021-02-09 | rc: ensure that vfs.mounts.nfs check works without NFS | Christian 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-08 | 7.0 firmware key | Stuart Henderson | |
2021-02-08 | 7.0 packages key | Christian Weisgerber | |
2021-02-08 | add future 7.0 base key | Theo de Raadt | |
2021-02-06 | 6.9-beta | Theo de Raadt | |
2021-02-02 | Improve the last comment | Daniel Jakots | |
Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio | |||
2021-01-23 | sync | Theo de Raadt | |
2021-01-23 | introduce 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-18 | crank limits to satisfy piggy piggy clang | Theo de Raadt | |
2021-01-11 | Bump default datasize-max and datasize-cur since clang now seems to | Theo de Raadt | |
require MORE [...] | |||
2021-01-11 | Bump default datasize-max and datasize-cur since clang now seems to | Mark Kettenis | |
require more than 768M to build itself. ok deraadt@ | |||
2021-01-08 | Bump default datasize-max and datasize-cur since clang now seems to | Christian Weisgerber | |
require more than 768M to build itself. | |||
2021-01-07 | add a xenodm login class and bump openfiles to 512 to avoid running out | Robert 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-06 | Bump default datasize-max and datasize-cur since clang now seems to | Mark Kettenis | |
require more than 768M to build itself. | |||
2021-01-03 | Bump default datasize-max and datasize-cur since clang now seems to | Mark Kettenis | |
require more than 768M to build itself. | |||
2021-01-03 | Add space for ballooning clang. | Visa Hankala | |
Moreover, this makes default datasize limits consistent mips64-wide. | |||
2020-12-23 | Allow 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-21 | Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' in | Kenneth 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-29 | Fix previous: use correct version of netstart and installer bits. | Theo Buehler | |
2020-11-29 | Add support for !command to mygate, so that netstart has a late opportunity | Theo 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-28 | Prepare for libX11 1.7.0 | Matthieu Herrb | |
2020-11-08 | no more mobileip; | Jason McIntyre | |
ok claudio deraadt |