29f2ea91 (HEAD -> master)Switch cdio's default CDDB database to gnudb.gnudb.org:8880. The freedb.org CD track database has been discontinued. by
naddy2020-06-26 19:51:14 +0000
70533a0ebump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44 ok deraadt@ by
naddy2020-06-23 15:45:34 +0000
3d720a0bEnable virtual consoles on armv7, the same way it is done on arm64. by
fcambus2020-06-23 13:57:05 +0000
7dd5da88Sync armv7 fbtab with arm64 fbtab, leaving out drm devices. by
fcambus2020-06-23 13:54:40 +0000
e6e85f60Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can store radius passwords and nothing requires it to be group readable. by
mvs2020-06-22 09:28:04 +0000
c1a5bd2dWhen the main process exits, it closes the pipe so a read 0 occurs. Move log level to debug for that case and while there correct the string, we're reding, not writing. by
otto2020-06-22 06:11:34 +0000
05d2e212tidy wording from when dnssec was enabled/disabled/reenabled ok kn gsoares by
sthen2020-06-21 16:59:45 +0000
1f569ed8start wg with the other interfaces that rely on routing being up. by
dlg2020-06-21 12:28:13 +0000
cd7ca781Fix comments about sioctl_desc's maxval field by
ratchov2020-06-18 04:44:11 +0000
691f3495growth by
deraadt2020-06-08 15:21:38 +0000
9e800812Import regenerated moduli file. by
dtucker2020-06-03 08:23:16 +0000
1e1f8ce8This patch fixes one bug and one instance of undesirable behaviour. by
schwarze2020-05-27 22:25:09 +0000
db7117fesync from MAKEDEV.md by
kmos2020-05-25 20:28:12 +0000
2b74e17bIncrease the default number of ldom and ttyV devices for sparc64 from eight to sixteen. It's quite easy to be able to create that many LDOMs on the newer machines. by
kmos2020-05-25 20:27:44 +0000
d8877c6cRemove useless line from daemon class in login.conf by
danj2020-05-23 13:16:03 +0000
62f534bcRevert the following commit as it breaks hostname.if(5) lines with a backslash at the end for line continuation by
kn2020-05-22 13:38:44 +0000
8b521e71Fix stripcom() description wrt. comments not on their own line by
kn2020-05-21 13:42:02 +0000
f752bda1Do not treat backslashe as an escape character in hostname.if(5) lines by
kn2020-05-21 11:54:41 +0000
7a208a95Change install images called *.fs to *.img. These are UFS filesystem images, but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn by
deraadt2020-05-17 17:04:29 +0000
5e398339As done everywhere else, use a local version of MINIMUM() and avoid conflict against a potential define min() from some other scope. by
deraadt2020-05-17 14:44:20 +0000
a7e0353elist example files in FILES with a short description: generally, "Example configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent; by
jmc2020-05-16 16:58:12 +0000
5bbd6a07Use a double-underscore prefix for local variables declared in macros that have arguments. Document this requirement/recommendation in style(9) by
guenther2020-05-10 00:56:06 +0000
443797caless ugly upstream names by
deraadt2020-05-08 00:56:29 +0000
92685324 (tag: OPENBSD_6_7_BASE, OPENBSD_6_7)watch the /.profile and the /.cshrc in the root directory; i noticed this is desirable while looking at an issue reported by Doug Moss <dougmoss710 at yahoo dot com> on bugs@; OK deraadt@ sthen@ tb@ by
schwarze2020-05-05 14:42:44 +0000
a0093d79repair headers, as noted by tb by
deraadt2020-05-03 16:48:47 +0000
1d3a903bcorrect date by
deraadt2020-05-03 16:34:16 +0000
e4694bbeSort variables and fix a comment. No functional change. by
ajacoutot2020-04-29 15:38:31 +0000
33f1d1e7Minimal maintenance to make this mess slightly less confusing: queue -> list; mention "intrusive"; element -> member at one place; delete a bogus remark that maybe referred to a long-gone implementation in VAX assembly code. Much more could be improved, but i don't want to waste too much time here. by
schwarze2020-04-26 16:36:14 +0000
60427d09fix the description; from andras farkas ok schwarze by
jmc2020-04-26 13:59:56 +0000
f19d8338Bump audio devices count to 4 by
ratchov2020-04-24 20:09:05 +0000
9e3e087erpki-client does not do privsep and also no chroot to /var/empty. Change the user to 'rpki-client user' and the homedir to /nonexistent since it is not required for operation of rpki-client. OK deraadt@ by
claudio2020-04-24 14:57:31 +0000
dd54085a"local-address" can be specified for both address families now, so no more need for separate v4/v6 groups. ok claudio@ by
sthen2020-04-23 17:12:59 +0000
6520244dRecent changes in usr/mdec require (substantial) growth of the ramdisk. ok jsg kettenis, testing by kmos also by
deraadt2020-04-23 02:54:50 +0000
abbb0753Create /dev/audio* and /dev/rmidi* with mode 0660 and owned by root:_sndiod. Stop creating unused /dev/mixer* devices. by
ratchov2020-04-18 21:28:35 +0000
999b8199document the flags field, and combine flags in the rpki example; ok deraadt by
jmc2020-04-18 17:22:43 +0000
7821dc1aSuggest to update RPKI once an hour. by
job2020-04-16 23:36:52 +0000
b8cd4e21Remove AUTHORS section. This follows what is done in strstr.3 by
claudio2020-04-16 12:40:41 +0000
e93dc626Replace the simple memmem() implementation with a version that is O(n) based on code from musl and now similar to our strstr(). OK tb@ millert@ by
claudio2020-04-16 12:39:28 +0000
f550b551Resync our strstr.c with the musl version. Removes some debug code and optimizes one statement in two-way string compare. OK tb@ millert@ by
claudio2020-04-16 12:37:52 +0000
1889360bUse the new random interval support in cron instead of a random sleep. The random intervals used can be adjusted as needed. OK deraadt@ by
millert2020-04-15 03:24:08 +0000
4b4dd01eIf all addresses are numeric no use for dns probe; ok florian@ sthen@ by
otto2020-04-12 14:20:56 +0000
956b4239Zap double definition of conf and make ibuf_dns static to avoid double definition; from Michael Forney by
otto2020-04-11 07:49:48 +0000
59e49a85adjust day of the week and year by
tb2020-04-05 16:15:39 +0000
71653796crank to 6.7-beta by
deraadt2020-04-05 06:34:20 +0000
2f72a23fclang bsd.rd is a bit bigger.. by
deraadt2020-04-04 13:28:46 +0000
fb6f45cfincrease rdroot size by
jsg2020-04-03 23:18:36 +0000
dc5460d3"eventually" came and went back in 2004. by
martijn2020-03-30 12:52:58 +0000
66d99272Run getty on all /dev/ttyC* apart from ttyC0, since it might conflict with /dev/console. by
patrick2020-03-13 13:14:40 +0000
2b79dd816.8 packages key by
naddy2020-02-27 21:31:16 +0000
44cfda0fadd 6.8 base key by
deraadt2020-02-26 16:37:55 +0000
a5a367a7Add API to control audio device parameters exposed by sndiod. by
ratchov2020-02-26 13:53:58 +0000
12aaacbcDo not run _rc_parse_conf of /var/run/rc.d/foobar on "start". This is needed in case a foobar fails to start but still returns 0. Changing its flags (in rc.conf.local) would then get ignored because of this cache (which is around to handle stop/check/reload on flags changes). by
ajacoutot2020-02-22 18:58:13 +0000
062f1670Typo in log message by
otto2020-02-20 14:41:01 +0000
2d2cade2Import regenerated moduli. by
dtucker2020-02-20 05:41:50 +0000
1e76fb29Remove trailing backslashes by
kn2020-02-16 20:02:21 +0000
71bd3d55do not propagate TMPDIR and override value from /etc/locate.rc in weekly effectively reverting r1.9 to follow principal of least surprise by
jung2020-02-12 20:51:49 +0000
c1869decIf constraints are configured but do not work for whatever reason ntpd does not work. Make that more clear in the log and ntpdctl -s status. report by and ok benno@ by
otto2020-02-12 19:14:56 +0000
710f7b7cStandardize argument naming for "sourceaddr" and unify the wording a bit, similar to what deraadt@ recently did in other manual pages. by
schwarze2020-02-12 14:46:36 +0000
cc18f188briefly mention /etc/examples/ in the FILES section of all the manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many by
schwarze2020-02-10 13:18:21 +0000
13a47914correct Research Unix edition "appeared in" use in HISTORY by
jsg2020-02-08 01:09:57 +0000
0e2d6221Properly determine era 0 or era 1, making it possible to move past the ntp timestamp wrapping in 2036. by
otto2020-01-30 15:55:41 +0000
7dcf84datry disconnecting old world boot.mac bootloader for a bit by
tedu2020-01-26 04:26:46 +0000
eae5f9e9sync rc.d/sshd with sshd proctitle change - listener has been modified to keep command-line arguments again; ok aja@ djm@ by
sthen2020-01-25 12:05:08 +0000
ccd34c60Use major 32 for dt(4). by
mpi2020-01-24 14:11:01 +0000
d4185b35retire rebound etc bits to the attic by
tedu2020-01-24 06:17:38 +0000
41b9a3d1revert previous; guenther noted that the csh(1) part belongs in dot.login because each invocation will grow the path, but that exposed an interaction with loginShell:true in our dot.Xdefaults... by
okan2020-01-24 02:09:51 +0000
18cbbc86Extend PATH from login(1)/setusercontext(3) instead of overriding. by
okan2020-01-23 20:56:11 +0000
378fc90eregen after adding pppac by
dlg2020-01-23 02:52:16 +0000
5b261d80wire up pppac(4). by
dlg2020-01-23 02:47:29 +0000
9a6e199aupdate pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener] 1 of 10-100 startups'). "makes sense" deraadt@ by
sthen2020-01-22 13:14:51 +0000
89505feeAdd /dev/dt by
mpi2020-01-21 16:20:44 +0000
01616a976.4 keys not needed anymore by
deraadt2020-01-15 17:16:28 +0000
48516209Do not redirect already quiet stdout for IPv6 reject routes by
kn2020-01-15 00:19:40 +0000
e1ef5dc1Document how to make getopt_long(3) process arguments in order and stop at the first non-option argument. I had to read source code to figure it out. by
stsp2020-01-13 18:05:10 +0000
1355e207Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the wild fits inside 32 elements, like UsmUserEntry objects. by
martijn2019-12-31 10:34:14 +0000
e4cad6bbdon't suppress error output from running updatelocatedb check that the resulting db works instead of some more specific test by
espie2019-12-30 16:49:51 +0000
6397b133regen by
kettenis2019-12-22 18:19:55 +0000
1f5e3b71Wire up ipmi(4). by
kettenis2019-12-22 18:18:02 +0000
2a11a3e5a few depend:-related thingies that were still in. by
espie2019-12-21 21:40:00 +0000
fc36547cdrand48(3) returns values in [0.0, 1.0). by
tb2019-12-20 19:16:40 +0000