IABSD.fr/src/etc

Branch :


Log

Author Commit Date CI Message
eaa066d0 2021-04-11 17:18:15 Create a sparc64 install*.img file also tested by kettenis
39270a22 2021-04-09 05:54:00 Fix release time ok deraadt
a90aeaa9 2021-04-02 02:30:29 sync
f28e45a0 2021-04-02 02:29:54 don't put ptys onto the ramdisk media from miod
9ba8c2e1 2021-03-27 10:23:25 The ospf6d manpage states that the daemon laks support for multi area configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind
bde6bd93 2021-03-25 19:10:39 mail(1) cares about whitespace
8fbafc91 2021-03-24 18:50:54 Add mouse.tp.tapping example. ok kn@
2434f299 2021-03-13 21:11:56 because the kernel has been replaced after last boot, run kvm_mkdb before the first consumer of kvm_bsd.db
c39ce09e 2021-03-11 07:57:18 grow media a little
fb510b1a 2021-03-10 06:32:27 Import regenerated moduli file.
f81d19e4 2021-03-09 07:12:15 dhcpleased wants /var (but contains code to handle when it isn't there). 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
edee2434 2021-03-04 14:29:02 Update TAL files to offical versions that include a https:// URL for the trust anchor. rpki-client will then use the https:// URL first and fall back to rsync if the https request failed. OK job@ tb@
e0fed226 2021-03-01 07:25:07 resolvd and dhcpleased should not be enabled yet
e702688e 2021-02-28 18:09:18 install rc.d/resolvd
9cd4f3a5 2021-02-27 09:28:04 Add logger(1) support for daemons that are logging to stdout/stderr (mostly from 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@
f1951eea 2021-02-26 18:29:16 Ship resolvd service, enable it by default Starting right after unwind. OK deraadt
141a9a11 2021-02-26 17:19:21 Create /var/db/dhcpleased for lease files. OK deraadt@
66b2cf04 2021-02-26 17:18:41 rc(8) bits for dhcpleased(8). OK deraadt
cf8f3116 2021-02-22 11:49:35 add 7.0 syspatch pubkey
ab570042 2021-02-18 02:30:29 add rpki-rtr port 323; ok job
8a7084c7 2021-02-12 10:28:55 sync
3856efe6 2021-02-12 10:26:33 create /dev/ drm nodes with the same names as linux 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@
04cd9386 2021-02-12 08:17:33 do not need 66 keys anymore
0049eb19 2021-02-09 21:42:04 rc: ensure that vfs.mounts.nfs check works without NFS 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@
cbaa0309 2021-02-08 22:18:21 7.0 firmware key
0231fd5c 2021-02-08 22:09:57 7.0 packages key
0fa8a2f5 2021-02-08 16:15:06 add future 7.0 base key
d1d99961 2021-02-06 21:26:19 6.9-beta
7d9b2f2f 2021-02-02 00:34:03 Improve the last comment Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio
e3ee239e 2021-01-23 17:36:22 sync
1d44892e 2021-01-23 05:08:33 introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. 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@
93e2f5d4 2021-01-18 04:08:08 crank limits to satisfy piggy piggy clang
853d9301 2021-01-11 20:07:31 Bump default datasize-max and datasize-cur since clang now seems to require MORE [...]
c90ed944 2021-01-11 19:58:33 Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself. ok deraadt@
5e271b12 2021-01-08 15:05:41 Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself.
521e6185 2021-01-07 19:51:53 add a xenodm login class and bump openfiles to 512 to avoid running out 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@
ec7a910e 2021-01-06 09:35:43 Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself.
9ab00c22 2021-01-03 19:54:59 Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself.
1344be77 2021-01-03 17:15:54 Add space for ballooning clang. Moreover, this makes default datasize limits consistent mips64-wide.
a872b7ae 2020-12-23 17:22:07 Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5) files. Usual man page help & ok jmc@
bae23f9b 2020-12-21 16:52:49 Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' in hostname.if files. dhclient(8) does that itself. Part of the "further script optimizations" promised in r1.200 of netstart. Tested & ok gnezdo@
0df984aa 2020-11-29 20:54:33 Fix previous: use correct version of netstart and installer bits.
4f9a4669 2020-11-29 20:14:06 Add support for !command to mygate, so that netstart has a late opportunity 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
2b128e8d 2020-11-28 14:36:37 Prepare for libX11 1.7.0
f7df26a3 2020-11-08 16:51:43 no more mobileip; ok claudio deraadt
e406b4df 2020-11-04 10:34:18 Back out last commit. Some devs are not convinced.
805cf49d 2020-11-02 20:30:41 acme response challenge location to issue better error code Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
4c3a6c80 2020-10-28 11:35:58 Remove commented-out edns-buffer-size section from the default unbound.conf. 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.
b3dc4da1 2020-10-24 21:12:37 regen
4eb0f901 2020-10-24 21:10:41 Add /dev/drm[0-3].
43edb082 2020-10-20 22:42:29 Remove calls for df(1), netstat(1), and the verbose dump(1) 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@
f87fab9d 2020-10-08 12:08:45 Use find -delete instead of execing rm and rmdir. OK sthen@ denis@
cb2695c4 2020-09-30 09:11:38 Regen moduli.
c8cc3d0a 2020-09-26 22:16:50 adjust date
be47cf1f 2020-09-26 22:15:40 adjust date
2a80f886 2020-09-25 21:31:21 add 6.9 firmware key
8f36c16e 2020-09-23 19:14:03 add 6.9 syspatch pubkey
fba82077 2020-09-19 09:46:35 Add a bsd.schema line to the example ldapd.conf from reyk
222ffc23 2020-09-17 09:13:06 tab vs. spaces; from navan AT airpost.net, thanks!
8f2fd157 2020-09-15 11:44:51 grow amd64 ramdisk_cd.......
f11bcb30 2020-09-15 09:52:47 Register agentx port 705 in services. OK deraadt@
6736ff2b 2020-09-14 16:00:17 We need to be able to provide contact information to use the buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
ff7b3402 2020-09-13 11:29:52 Install /etc/examples/login_ldap.conf with proper mode and ownership. tweak from deraadt@ ok martijn@ tb@
4f581c5d 2020-09-13 10:03:46 Install login_ldap.conf and register it into changelist and mtree/special. ok tb@ (who had the same diff) & deraadt@
5ce92256 2020-09-12 15:11:15 Add an example file so login_ldap.conf maybe becomes a little more intelligible. OK bluhm@
e3132ea9 2020-08-31 21:37:27 6.9 packages key
a907aba0 2020-08-31 16:08:28 crank to 6.8-beta
1f76607b 2020-08-30 04:50:17 old keys are boring
c2815b7a 2020-08-30 04:28:06 signify key for 6.9 base
8a1c1efc 2020-08-03 18:19:12 grow to cope with clang10
7932220e 2020-07-22 14:06:08 build bsd.mp (issues remain, but doing the build effort is valuable already)
f47c3a24 2020-07-22 14:04:59 sync
b4c43e69 2020-07-22 14:04:35 create /dev nodes for sparc64 and powerpc console, so that dev_mkdb will find them, and devname() in various programs won't return "??" ok kettenis
9099a081 2020-07-18 14:22:14 copy out bootblocks
b82a4de3 2020-07-16 19:44:19 regen
cd75e4e9 2020-07-16 19:42:47 Bootloader magic.
c93d5785 2020-07-16 19:42:18 Add disk description for bootloader ramdisk.
8b4cf230 2020-07-12 14:35:38 Use su -fl to avoid sourcing /etc/profile / the target user's .profile 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@
17e24fb9 2020-07-06 06:12:37 regen after kstat addition
963d6015 2020-07-06 06:11:26 wire up kstat(4). it's only accessible to root:wheel. ok deraadt@
7db9ac7a 2020-07-05 21:57:23 Build minirootXX.img for powerpc64.
e9e01eb1 2020-07-05 20:03:31 Missing file needed for building releases.
7e1b4d47 2020-07-02 16:24:06 Minimal fbtab for powerpc64.
fae51641 2020-06-30 21:58:13 Fix two places where carp backup state is misspelled in comments. ok claudio@
3209e200 2020-06-29 17:52:02 enter etc.powerpc64
ea425ecd 2020-06-29 17:49:52 powerpc64; picked the best bits from amd64 and arm64
7c3e9570 2020-06-29 17:47:20 regen
08ddfbc8 2020-06-29 17:39:58 Fix pasto.
0178100d 2020-06-29 17:38:35 powerpc64 MD bits
c0a074d6 2020-06-29 17:26:24 powerpc64 man page dirs
143054fa 2020-06-26 19:51:14 Switch cdio's default CDDB database to gnudb.gnudb.org:8880. The freedb.org CD track database has been discontinued. Retire cddb/888 from /etc/services. Nothing uses this any longer. gnudb.org uses the "cddbp-alt" port of 8880, but we don't need a services(5) entry for a single site. ok deraadt@
44268de3 2020-06-23 15:45:34 bump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44 ok deraadt@
cd431690 2020-06-23 13:57:05 Enable virtual consoles on armv7, the same way it is done on arm64. Tested on a Cubieboard2. OK patrick@
c32abbbf 2020-06-23 13:54:40 Sync armv7 fbtab with arm64 fbtab, leaving out drm devices. OK deraadt@, patrick@
b4cf6692 2020-06-22 09:28:04 Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can store radius passwords and nothing requires it to be group readable. ok yasuoka@
bf6955b0 2020-06-21 16:59:45 tidy wording from when dnssec was enabled/disabled/reenabled ok kn gsoares
7058e686 2020-06-21 12:28:13 start wg with the other interfaces that rely on routing being up. from Matt Dunwoodie and Jason A. Donenfeld ok deraadt@
8717b3bd 2020-06-08 15:21:38 growth
471476a4 2020-06-03 08:23:16 Import regenerated moduli file.
4e2f099e 2020-05-25 20:28:12 sync from MAKEDEV.md