Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-11-04 | Back out last commit. | denis | |
Some devs are not convinced. | |||
2020-11-02 | acme response challenge location to issue better error code | denis | |
Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks | |||
2020-10-28 | Remove 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-24 | regen | Mark Kettenis | |
2020-10-24 | Add /dev/drm[0-3]. | Mark Kettenis | |
2020-10-20 | Remove 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-08 | Use find -delete instead of execing rm and rmdir. | Todd C. Miller | |
OK sthen@ denis@ | |||
2020-09-30 | Regen moduli. | Darren Tucker | |
2020-09-26 | adjust date | Theo de Raadt | |
2020-09-26 | adjust date | Theo de Raadt | |
2020-09-25 | add 6.9 firmware key | Stuart Henderson | |
2020-09-23 | add 6.9 syspatch pubkey | Robert Nagy | |
2020-09-19 | Add a bsd.schema line to the example ldapd.conf | Theo Buehler | |
from reyk | |||
2020-09-17 | tab vs. spaces; from navan AT airpost.net, thanks! | Florian Obser | |
2020-09-15 | grow amd64 ramdisk_cd....... | Theo de Raadt | |
2020-09-15 | Register agentx port 705 in services. | Martijn van Duren | |
OK deraadt@ | |||
2020-09-14 | We need to be able to provide contact information to use the | Florian Obser | |
buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt | |||
2020-09-13 | Install /etc/examples/login_ldap.conf with proper mode and ownership. | Antoine Jacoutot | |
tweak from deraadt@ ok martijn@ tb@ | |||
2020-09-13 | Install login_ldap.conf and register it into changelist and mtree/special. | Antoine Jacoutot | |
ok tb@ (who had the same diff) & deraadt@ | |||
2020-09-12 | Add an example file so login_ldap.conf maybe becomes a little more | Martijn van Duren | |
intelligible. OK bluhm@ | |||
2020-08-31 | 6.9 packages key | Christian Weisgerber | |
2020-08-31 | crank to 6.8-beta | Theo de Raadt | |
2020-08-30 | old keys are boring | Theo de Raadt | |
2020-08-30 | signify key for 6.9 base | Theo de Raadt | |
2020-08-03 | grow to cope with clang10 | Theo de Raadt | |
2020-07-22 | build bsd.mp (issues remain, but doing the build effort is valuable already) | Theo de Raadt | |
2020-07-22 | sync | Theo de Raadt | |
2020-07-22 | create /dev nodes for sparc64 and powerpc console, so that dev_mkdb | Theo de Raadt | |
will find them, and devname() in various programs won't return "??" ok kettenis | |||
2020-07-18 | copy out bootblocks | Theo de Raadt | |
2020-07-16 | regen | Mark Kettenis | |
2020-07-16 | Bootloader magic. | Mark Kettenis | |
2020-07-16 | Add disk description for bootloader ramdisk. | Mark Kettenis | |
2020-07-12 | Use su -fl to avoid sourcing /etc/profile / the target user's .profile | Jeremie 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-06 | regen after kstat addition | David Gwynne | |