Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-14 | 63 keys no longer useful | Theo de Raadt | |
2019-04-14 | sync | Jonathan Gray | |
2019-04-14 | create drm render node devices | Jonathan Gray | |
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 | revert previous. ifconfig errors may be interesting... to be revisited. | Ted Unangst | |
2019-04-01 | Update radiusd.conf(5) man page and its example to recommend to | YASUOKA Masahiko | |
surround words with double quote. Also fix a bug in the man page that module argument was missing for "module set". | |||
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-04-01 | catch/hide errors from ifconfig carp in case there is no carp. | Ted Unangst | |
ok deraadt | |||
2019-03-25 | add syspatch signify key for 6.6 | Robert Nagy | |
2019-03-21 | Start in the daemon configured routing table and not in the one we're currently | Antoine Jacoutot | |
in. This fixes the case where one would be in a non default rdomain shell then run an rdomain 0 rc.d daemon. reported by YASUOKA Masahiko and Pierre Emeriaud ok sthen@ claudio@ benno@ | |||
2019-03-19 | Remove old X proto documentation directories. | Matthieu Herrb | |
2019-03-17 | Grow sgi ISO/FS media space to cope with the clang growth. | Theo de Raadt | |
2019-03-12 | Almost all terminals now support hardware tabs so default to OXTABS | Nicholas Marriott | |
off. This makes three changes: adds the ht capability to the standard lines in gettytab(5); removes OXTABS from TTYDEF_OFLAG in ttydefaults.h (the defaults used by pty(4) - diff from martijn); and only sets OXTABS on terminals which lack hts and tbc in tset(1) (from Thomas Dickey upstream). Addresses problems reported by tedu. ok millert | |||
2019-03-05 | install*.{fs,iso} get larger due to clang library changes | Theo de Raadt | |
2019-02-26 | crank to 6.5-beta | Theo de Raadt | |
2019-02-24 | Remove -S from install commands | kn | |
As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and install(1) will always create files safely, thus clean the option usage from the tree. Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks. | |||
2019-02-19 | Simplify NFS check in reorder_libs() | kn | |
Loop over df(1)'s output directly, ensure the resulting list of block devices is unique to avoid later duplicity checks and redundant mount(8) invocations. This allows direct bail out on invalid types and simpler saving for later remount. OK deraadt | |||
2019-02-19 | sync staff datasize-cur with default | Jonathan Gray | |
ok deraadt@ | |||
2019-02-11 | We no longer need /etc/unwind | Florian Obser | |
OK sthen | |||
2019-02-11 | Since the new trust anchor format no longer contains constantly | Florian Obser | |
changing timestamps we can track it in /etc/changelist. OK sthen | |||
2019-02-10 | Revert previous. requested by deraadt@ | Matthieu Herrb | |
2019-02-10 | Remove old X proto documentation directories | Matthieu Herrb | |
2019-02-10 | crank limits because of mesa | Theo de Raadt | |
2019-02-07 | No need to run unbound-anchor anymore. Unwind(8) handles the bootstrap | Florian Obser | |
correctly itself now. At leat considering the end of life times of OpenBSD releases and the speed at which the root key signing key (KSK) rolls. On the other hand, unbound-anchor assumes a certain network quality which we cannot guarantee in places where we want to run unwind(8). This in turn can lead to unbound-anchor stalling the boot process. | |||
2019-02-05 | 6.6 firmware key | Stuart Henderson | |
2019-02-05 | 6.6 packages key | Christian Weisgerber | |
2019-02-05 | Add an example unwind.conf. | Florian Obser | |
Note that unwind(8) works without a config file in many (most?) cases. This provides an example on how to use the captive portal detection feature. Input benno Input & OK sthen | |||
2019-02-05 | sets grew a little, install*.* need to also | Theo de Raadt | |
2019-02-03 | add 6.6 base key | Theo de Raadt | |
2019-02-03 | crank datasize, because mesa is a pig | Theo de Raadt | |
2019-01-29 | add /etc/unwind.conf in changelist(5) | Sebastien Marie | |
ok florian@ | |||
2019-01-27 | Add domain-s also known as DNS over TLS (DoT) | Daniel Jakots | |
ok deraadt@ florian@ | |||
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 | rc(8) bits for unwind(8); OK deraadt | Florian Obser | |
2019-01-26 | create /etc/unwind; OK deraadt | Florian Obser | |
2019-01-26 | add _unwind user; OK deraadt | Florian Obser | |
2019-01-24 | Bump default datasize on arm64 to 768M to prepare for building clang 7. | Mark Kettenis | |
ok deraadt@, visa@ | |||
2019-01-24 | Drop the ttyflags message. | Antoine Jacoutot | |
suggested by and ok deraadt@ ("I think we never hang there anymore") | |||
2019-01-21 | Use ${rcexec} in rc_pre to do the config testing. This allows to specify | Claudio Jeker | |
macros with spaces in them. With and OK ajacoutot | |||
2019-01-20 | untabify | Matthieu Herrb | |
2019-01-20 | New doc directories for xorgproto | Matthieu Herrb | |
2019-01-20 | The shell will strip the quotes from daemon_flags when starting a daemon so make | Antoine Jacoutot | |
sure pexp matches the process (i.e. doesn't include the quotes). It's a bit hackish but it allows things like these in rc.conf.local: relayd_flags=-D IPS="1.2.3.4 2.3.4.5" And we properly end up with... $ grep ^pexp /var/run/rc.d/relayd pexp=/usr/sbin/relayd -D IPS=1.2.3.4 1.2.3.5 ... which matches what is in the process list: root 14217 <snip> 0:00.01 /usr/sbin/relayd -D IPS=1.2.3.4 1.2.3.5 There's always the possibility that we have introduced a regressions with hand crafted functions in rc.d scripts (mostly from packags), so watch out. reported by and debugged with claudio@ | |||
2019-01-19 | document pwraction in the example file | Ted Unangst | |
2019-01-19 | Clean-up unused directories | Matthieu Herrb | |
2019-01-12 | Use acpidump -q to avoid message about ACPI information not being found. | Mark Kettenis | |
Many arm64 systems use device trees instead of ACPI and acpidump is expectected to fail on those systems. And vmm(4) doesn't provide ACPI information either. ok deraadt@ | |||
2019-01-08 | Move acme-client.conf to examples. Since we no longer store the | Florian Obser | |
agreement url in here we no longer need to updated it all the time. OK deraadt | |||
2018-12-20 | 6.2 keys no longer required | Theo de Raadt | |
2018-12-16 | Remove control-use-cert. It is ignored for local sockets (since unbound 1.7.3). | Tim van der Molen | |
OK florian@ sthen@ | |||
2018-12-12 | add commented-out "val-log-level: 2" next to the uncommentable line to | Stuart Henderson | |
enable dnssec validation, it's really useful for debug |