Commit Graph

  • 29f2ea91 (HEAD -> master) Switch cdio's default CDDB database to gnudb.gnudb.org:8880. The freedb.org CD track database has been discontinued. by naddy 2020-06-26 19:51:14 +0000
  • 70533a0e bump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44 ok deraadt@ by naddy 2020-06-23 15:45:34 +0000
  • 3d720a0b Enable virtual consoles on armv7, the same way it is done on arm64. by fcambus 2020-06-23 13:57:05 +0000
  • 7dd5da88 Sync armv7 fbtab with arm64 fbtab, leaving out drm devices. by fcambus 2020-06-23 13:54:40 +0000
  • e6e85f60 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. by mvs 2020-06-22 09:28:04 +0000
  • c1a5bd2d When 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 otto 2020-06-22 06:11:34 +0000
  • 05d2e212 tidy wording from when dnssec was enabled/disabled/reenabled ok kn gsoares by sthen 2020-06-21 16:59:45 +0000
  • 1f569ed8 start wg with the other interfaces that rely on routing being up. by dlg 2020-06-21 12:28:13 +0000
  • cd7ca781 Fix comments about sioctl_desc's maxval field by ratchov 2020-06-18 04:44:11 +0000
  • 691f3495 growth by deraadt 2020-06-08 15:21:38 +0000
  • 9e800812 Import regenerated moduli file. by dtucker 2020-06-03 08:23:16 +0000
  • 1e1f8ce8 This patch fixes one bug and one instance of undesirable behaviour. by schwarze 2020-05-27 22:25:09 +0000
  • db7117fe sync from MAKEDEV.md by kmos 2020-05-25 20:28:12 +0000
  • 2b74e17b Increase 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 kmos 2020-05-25 20:27:44 +0000
  • d8877c6c Remove useless line from daemon class in login.conf by danj 2020-05-23 13:16:03 +0000
  • 62f534bc Revert the following commit as it breaks hostname.if(5) lines with a backslash at the end for line continuation by kn 2020-05-22 13:38:44 +0000
  • 8b521e71 Fix stripcom() description wrt. comments not on their own line by kn 2020-05-21 13:42:02 +0000
  • f752bda1 Do not treat backslashe as an escape character in hostname.if(5) lines by kn 2020-05-21 11:54:41 +0000
  • 7a208a95 Change 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 deraadt 2020-05-17 17:04:29 +0000
  • 5e398339 As done everywhere else, use a local version of MINIMUM() and avoid conflict against a potential define min() from some other scope. by deraadt 2020-05-17 14:44:20 +0000
  • a7e0353e list 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 jmc 2020-05-16 16:58:12 +0000
  • 5bbd6a07 Use a double-underscore prefix for local variables declared in macros that have arguments. Document this requirement/recommendation in style(9) by guenther 2020-05-10 00:56:06 +0000
  • 443797ca less ugly upstream names by deraadt 2020-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 schwarze 2020-05-05 14:42:44 +0000
  • a0093d79 repair headers, as noted by tb by deraadt 2020-05-03 16:48:47 +0000
  • 1d3a903b correct date by deraadt 2020-05-03 16:34:16 +0000
  • e4694bbe Sort variables and fix a comment. No functional change. by ajacoutot 2020-04-29 15:38:31 +0000
  • 33f1d1e7 Minimal 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 schwarze 2020-04-26 16:36:14 +0000
  • 60427d09 fix the description; from andras farkas ok schwarze by jmc 2020-04-26 13:59:56 +0000
  • 9c6cc665 regen by ratchov 2020-04-24 20:09:30 +0000
  • f19d8338 Bump audio devices count to 4 by ratchov 2020-04-24 20:09:05 +0000
  • 9e3e087e rpki-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 claudio 2020-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 sthen 2020-04-23 17:12:59 +0000
  • 6520244d Recent changes in usr/mdec require (substantial) growth of the ramdisk. ok jsg kettenis, testing by kmos also by deraadt 2020-04-23 02:54:50 +0000
  • 98e73ebf regen by ratchov 2020-04-18 21:29:57 +0000
  • abbb0753 Create /dev/audio* and /dev/rmidi* with mode 0660 and owned by root:_sndiod. Stop creating unused /dev/mixer* devices. by ratchov 2020-04-18 21:28:35 +0000
  • 999b8199 document the flags field, and combine flags in the rpki example; ok deraadt by jmc 2020-04-18 17:22:43 +0000
  • 7821dc1a Suggest to update RPKI once an hour. by job 2020-04-16 23:36:52 +0000
  • b8cd4e21 Remove AUTHORS section. This follows what is done in strstr.3 by claudio 2020-04-16 12:40:41 +0000
  • e93dc626 Replace 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 claudio 2020-04-16 12:39:28 +0000
  • f550b551 Resync our strstr.c with the musl version. Removes some debug code and optimizes one statement in two-way string compare. OK tb@ millert@ by claudio 2020-04-16 12:37:52 +0000
  • 1889360b Use the new random interval support in cron instead of a random sleep. The random intervals used can be adjusted as needed. OK deraadt@ by millert 2020-04-15 03:24:08 +0000
  • 4b4dd01e If all addresses are numeric no use for dns probe; ok florian@ sthen@ by otto 2020-04-12 14:20:56 +0000
  • 956b4239 Zap double definition of conf and make ibuf_dns static to avoid double definition; from Michael Forney by otto 2020-04-11 07:49:48 +0000
  • 59e49a85 adjust day of the week and year by tb 2020-04-05 16:15:39 +0000
  • 71653796 crank to 6.7-beta by deraadt 2020-04-05 06:34:20 +0000
  • 2f72a23f clang bsd.rd is a bit bigger.. by deraadt 2020-04-04 13:28:46 +0000
  • fb6f45cf increase rdroot size by jsg 2020-04-03 23:18:36 +0000
  • dc5460d3 "eventually" came and went back in 2004. by martijn 2020-03-30 12:52:58 +0000
  • 66d99272 Run getty on all /dev/ttyC* apart from ttyC0, since it might conflict with /dev/console. by patrick 2020-03-13 13:14:40 +0000
  • d81c100e sync by patrick 2020-03-12 16:39:07 +0000
  • 137b8be2 Add /dev/drm[0-3]. by patrick 2020-03-12 16:38:58 +0000
  • 03c838fd grow limits a bit because clang is a pig. by deraadt 2020-03-12 15:32:22 +0000
  • f8b2b5d3 Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G. ok deraadt@ by naddy 2020-03-11 15:41:48 +0000
  • 08fd45ee add 6.8 fw pubkey by sthen 2020-03-10 10:48:30 +0000
  • 322c0901 add 6.8 syspatch public key by robert 2020-03-04 15:41:16 +0000
  • 019c0ae1 oops some snapshot tests fell in by deraadt 2020-02-28 05:22:52 +0000
  • efd3cf5f sync by deraadt 2020-02-28 04:59:04 +0000
  • 2b79dd81 6.8 packages key by naddy 2020-02-27 21:31:16 +0000
  • 44cfda0f add 6.8 base key by deraadt 2020-02-26 16:37:55 +0000
  • a5a367a7 Add API to control audio device parameters exposed by sndiod. by ratchov 2020-02-26 13:53:58 +0000
  • 12aaacbc Do 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 ajacoutot 2020-02-22 18:58:13 +0000
  • 062f1670 Typo in log message by otto 2020-02-20 14:41:01 +0000
  • 2d2cade2 Import regenerated moduli. by dtucker 2020-02-20 05:41:50 +0000
  • 1e76fb29 Remove trailing backslashes by kn 2020-02-16 20:02:21 +0000
  • 71bd3d55 do not propagate TMPDIR and override value from /etc/locate.rc in weekly effectively reverting r1.9 to follow principal of least surprise by jung 2020-02-12 20:51:49 +0000
  • c1869dec If 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 otto 2020-02-12 19:14:56 +0000
  • 710f7b7c Standardize argument naming for "sourceaddr" and unify the wording a bit, similar to what deraadt@ recently did in other manual pages. by schwarze 2020-02-12 14:46:36 +0000
  • cc18f188 briefly 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 schwarze 2020-02-10 13:18:21 +0000
  • 13a47914 correct Research Unix edition "appeared in" use in HISTORY by jsg 2020-02-08 01:09:57 +0000
  • 0e2d6221 Properly determine era 0 or era 1, making it possible to move past the ntp timestamp wrapping in 2036. by otto 2020-01-30 15:55:41 +0000
  • 8afdfdd1 sort by naddy 2020-01-28 16:51:03 +0000
  • 7dcf84da try disconnecting old world boot.mac bootloader for a bit by tedu 2020-01-26 04:26:46 +0000
  • eae5f9e9 sync rc.d/sshd with sshd proctitle change - listener has been modified to keep command-line arguments again; ok aja@ djm@ by sthen 2020-01-25 12:05:08 +0000
  • 9d01c2cb regen by mpi 2020-01-24 14:14:45 +0000
  • ccd34c60 Use major 32 for dt(4). by mpi 2020-01-24 14:11:01 +0000
  • d4185b35 retire rebound etc bits to the attic by tedu 2020-01-24 06:17:38 +0000
  • 41b9a3d1 revert 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 okan 2020-01-24 02:09:51 +0000
  • 18cbbc86 Extend PATH from login(1)/setusercontext(3) instead of overriding. by okan 2020-01-23 20:56:11 +0000
  • 378fc90e regen after adding pppac by dlg 2020-01-23 02:52:16 +0000
  • 5b261d80 wire up pppac(4). by dlg 2020-01-23 02:47:29 +0000
  • 9a6e199a update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener] 1 of 10-100 startups'). "makes sense" deraadt@ by sthen 2020-01-22 13:14:51 +0000
  • ea9f48ef regen by mpi 2020-01-21 16:21:39 +0000
  • 89505fee Add /dev/dt by mpi 2020-01-21 16:20:44 +0000
  • 01616a97 6.4 keys not needed anymore by deraadt 2020-01-15 17:16:28 +0000
  • 48516209 Do not redirect already quiet stdout for IPv6 reject routes by kn 2020-01-15 00:19:40 +0000
  • e1ef5dc1 Document 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 stsp 2020-01-13 18:05:10 +0000
  • 1355e207 Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the wild fits inside 32 elements, like UsmUserEntry objects. by martijn 2019-12-31 10:34:14 +0000
  • e4cad6bb don't suppress error output from running updatelocatedb check that the resulting db works instead of some more specific test by espie 2019-12-30 16:49:51 +0000
  • 6397b133 regen by kettenis 2019-12-22 18:19:55 +0000
  • 1f5e3b71 Wire up ipmi(4). by kettenis 2019-12-22 18:18:02 +0000
  • 2a11a3e5 a few depend:-related thingies that were still in. by espie 2019-12-21 21:40:00 +0000
  • fc36547c drand48(3) returns values in [0.0, 1.0). by tb 2019-12-20 19:16:40 +0000
  • bf449960 sync by reyk 2019-12-17 13:18:05 +0000
  • de5ff145 Fix fido(4) documentation link (no functional change) by reyk 2019-12-17 13:15:17 +0000
  • 2cfe4aa4 Add fido(4), a HID driver for FIDO/U2F security keys by reyk 2019-12-17 13:08:56 +0000
  • 763ffd3a Fix comment: vmctl command options come before arguments by kn 2019-12-14 09:46:02 +0000
  • 17e63aa2 sync by deraadt 2019-12-14 05:06:15 +0000
  • e4c1ffd2 usb devices nodes have been excesively permissive. repair that. by deraadt 2019-12-14 05:05:46 +0000
  • 1e38ea6a sync by deraadt 2019-12-13 21:05:50 +0000