Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | Hook up snmpd_metrics | Martijn van Duren | |
OK tb@, sthen@ | |||
2022-08-23 | (Re)add support for agentx in snmpd | Martijn van Duren | |
Current omissions in protocol support are notifications, index (de)allocation, and agent capabilities. Help testing sthen@ Feedback/tweaks/OK jmatthew@ | |||
2022-02-13 | Add /usr/local/share/examples/login.conf.d to the default hierarchy. | Antoine Jacoutot | |
ok sthen@ espie@ deraadt@ | |||
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy | |
anytime a class is looked up, the /etc/login.conf.d/${class} file will be checked first for a matching class definition; this will allow us to easily add custom login classes from packages ok millert@ | |||
2021-10-23 | btrace dir | Theo de Raadt | |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala | |
OK deraadt@ | |||
2021-04-28 | create riscv64 man dirs | Jonathan Gray | |
ok deraadt@ | |||
2021-02-26 | Create /var/db/dhcpleased for lease files. | Florian Obser | |
OK deraadt@ | |||
2020-06-29 | powerpc64 man page dirs | Theo de Raadt | |
2019-11-29 | add /var/cache/rpki-client, ok deraadt@ | Sebastian Benoit | |
2019-11-29 | create var/db/rpki-client directory with correct mode | Theo de Raadt | |
2019-07-27 | man5/sparc64 is now required (on all arch) | Theo de Raadt | |
2019-06-19 | move tals to /etc, where they can be upgraded by a "sysupgrade" if | Theo de Raadt | |
such a circumstance ever occurs. ok job | |||
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt | |
ok kettenis | |||
2019-04-05 | Fix hack(6). | Anthony J. Bentley | |
- Write savegames and scorefiles to the current directory instead of /var - Save oc_name and oc_descr alongside oc_uname in all situations - When a levitation potion times out, explicitly float down These patches were contributed last year by "tonypony76"; thanks! ok deraadt@, with added enthusiasm from tedu@ | |||
2019-04-01 | florian noticed unused etc/ssl/lib directory. jsing notes a release | Theo de Raadt | |
near 0.9.7a mistakenly created this incorrect directory. This was mimicked into our mtree framework in 1998, where it survived for over 20 years. ok jsing | |||
2019-02-11 | We no longer need /etc/unwind | Florian Obser | |
OK sthen | |||
2019-01-27 | Create /etc/unwind. | Florian Obser | |
re-commit now that snapshots are over the bump. OK deraadt | |||
2019-01-26 | revert for now, sysmerge needs to create the group first. | Florian Obser | |
found the hard way by deraadt | |||
2019-01-26 | create /etc/unwind; OK deraadt | Florian Obser | |
2018-08-16 | The zoneinfo directories can be mode 755 just like everything else. | Todd C. Miller | |
OK deraadt@ | |||
2018-04-04 | adapt armv7 manual pages for arm64 | Jonathan Gray | |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer | |
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@ | |||
2017-10-08 | Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon. | Visa Hankala | |
OK deraadt@ | |||
2017-08-21 | add basedir of the kernel link-kit | Robert Peichaer | |
requested by ajacoutot@ OK tb@ | |||
2017-04-26 | Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenis | Stuart Henderson | |
2017-04-18 | installation of the compiler creates include/g++ if needed; mtree does not | Theo de Raadt | |
need to do this. | |||
2017-04-17 | skip mtree creation of two include dirs. gcc3 may still use them, but | Theo de Raadt | |
if so gcc3 should create them itself. | |||
2017-04-16 | Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) | Antoine Jacoutot | |
that direclty uses /etc/ssl/{,private} by default. Adapt the httpd.conf example accordingly. ok florian@ benno@ millert@ | |||
2017-02-12 | As it's done in /etc/skel for new regular users, create an empty | Landry Breuil | |
/root/.ssh/authorized_keys file with correct permissions (0600 for the file, 0700 for /root/.ssh dir). Since we encourage administrators to use public keys only if they want to access root account via ssh, might aswell make it easier, this will be particularly useful in managed/provisioned environments (think ansible & others). Note that administrators might get an e-mail from security(8) if the file suddenly appears after an update - this is of course expected :) ok tb@ sthen@ rpe@ ajacoutot@ | |||
2016-12-27 | Remove user uucp and group news from base. | Jeremie Courreges-Anglas | |
2016-11-09 | Remove /usr/libdata/perl5/site_perl, it is no longer needed. | Todd C. Miller | |
OK tb@ | |||
2016-10-05 | conditionally create obj & xobj same way that src is handled | Theo de Raadt | |
ok natano | |||
2016-09-27 | Run acpidump(8) at system startup and store ACPI tables in the | Robert Peichaer | |
/var/db/acpi directory. Later sendbug(1) will use this data in bug reports. That directory is created by mtree. idea from and OK deraadt OK kettenis | |||
2016-09-07 | remove unused MD man5 dirs; ok schwarze | Jason McIntyre | |
while here, remove the comment for man6, according to ingo's system... | |||
2016-09-07 | restore commenting scheme: | Ingo Schwarze | |
before descending, after ascending, but not around single-subdir dirs | |||
2016-09-03 | Add /var/syspatch to mtree(8). | Antoine Jacoutot | |
OK many | |||
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-09-01 | remove sparc pieces | Theo de Raadt | |
2016-08-31 | create acme-client directories | Florian Obser | |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt | |
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go. | |||
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt | |
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | |||
2016-04-25 | burn down the systrace | Ted Unangst | |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2016-03-05 | Change default lpd spool directory to match the code; from Chris Bennett | Antoine Jacoutot | |
Add /var/spool/output/lpd to mtree(1). This removes the ability for the daemon group to write directly under /var/spool/output; though no breakage is expected since this directory was only supposed to contain line printer spooling directories. ok sthen@ | |||
2016-01-06 | delete vi catalog space; ok millert | Theo de Raadt | |
2015-12-08 | libexec/smtpd dir no longer needed; ok gilles | Theo de Raadt | |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm | |
creating the directory /usr/share/nls. Having a non-existing default path in catopen(3) does not make sense, so remove it. If the user does not specify a NLS path, better fail early than fail because of an empty directory. Remove path form hier(7). OK stsp@ schwarze@ jmc@ | |||
2015-10-10 | Fix /var/spool/smtpd/offline ownership and mode. | Antoine Jacoutot | |
ok gilles@ |