Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2015-08-24 | /usr/share/sysmerge -> /var/sysmerge | Antoine Jacoutot | |
requested by several discussed with deraadt@ | |||
2015-07-21 | Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS | YASUOKA Masahiko | |
server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt | |||
2015-04-30 | Add smtpd(8) spool directories so that they are registered as part of base. | Antoine Jacoutot | |
ok henning@ gilles@ deraadt@ | |||
2015-04-12 | Switch example NSD config to splitting master and slave zones into different | Stuart Henderson | |
subdirectories (/var/nsd/zones/{master,slave}) and create these in mtree. Nearly everybody that uses NSD for slave zones that I talked to already has this layout. Bikesh^Wdiscussed with ajacoutot florian millert and others. ok ajacoutot@ florian@ phessler@ claudio@ jung@ | |||
2014-12-22 | dickman noticed /var/rwho keeps coming back. remove it. | Ted Unangst | |
2014-11-17 | Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the | Theo de Raadt | |
often space-constrained /var filesystem was a historical mistake. There are big implications for the daemons which assume they won't run out of space, and this is a first step towards trying to improve the situation. Move /tmp to the same 7-day expiration rules that /var/tmp had. vi.recover works just as well as before, except on memory filesystems; indicating that vi should be repaired to write files into homedirs or something. done with rpe ok many | |||
2014-10-09 | no lkm | Ted Unangst | |
2014-10-01 | sliphome et sliplogin(8) are gone. | Martin Pieuchot | |
2014-09-16 | More sendmail removal. | Antoine Jacoutot | |
ok matthieu@ | |||
2014-09-15 | Remove sendmail tentacles. ok krw@ ajacoutot@ | Matthieu Herrb | |
2014-08-26 | usr.sbin | Robert Nagy | |
2014-08-22 | disable use of bind in base; in the base use nsd/unbound instead. | Theo de Raadt | |
a proper & complete bind port will show up. discussed with many for years | |||
2014-07-18 | Since syslog messages are now sent via the sendsyslog(2) system call, | Theo de Raadt | |
we no longer need the spread of dev/log AF_UNIX sockets all over the various chroot spaces. ok beck millert aja | |||
2014-07-18 | Follow the recent addition of /usr/local/lib/pkgconfig and add | Antoine Jacoutot | |
/usr/local/share/pkgconfig ok sthen@ | |||
2014-07-17 | No more /var/db/sysmerge | Antoine Jacoutot | |
2014-07-16 | Yes /etc/disklabels/ is a good practice for placing labels of disks | Theo de Raadt | |
in case of catastropy. But it is so poorly documented that any admin is more likely to store the labels elsewhere, so let's stop bothering with providing the directory. Discussed a bit, no objections. |