Re: powerpc ld.lld fix

2020-11-01 Thread Mark Kettenis
> From: Philip Guenther > Date: Sun, 1 Nov 2020 05:06:13 -0900 > > Makes sense. This code is just the space reservation, the relocation > generation or whatever fills them in is suppressed already, yes? Assuming > so, r+ Yes. The slots are reserved such that ld.so can fill them in. > On

Re: powerpc ld.lld fix

2020-11-01 Thread Philip Guenther
Makes sense. This code is just the space reservation, the relocation generation or whatever fills them in is suppressed already, yes? Assuming so, r+ On Sat, Oct 31, 2020 at 2:46 PM Mark Kettenis wrote: > > Date: Sat, 10 Oct 2020 23:19:19 +0200 (CEST) > > From: Mark Kettenis > > > > On

Re: Diff: Introductory Clause Comma Crap

2020-11-01 Thread Jason McIntyre
On Sun, Nov 01, 2020 at 04:14:19PM -0500, VARIK VALEFOR wrote: > Mr. MCINTYRE: > > > Mr. MACINTYRE... you must mean my dad! > :^) > > > commas are really subjective, so a massive comma diff is always likely > > to be problematic. sentence clauses do not always need commas. sometimes > > commas

Re: Diff: Introductory Clause Comma Crap

2020-11-01 Thread VARIK VALEFOR
Mr. MCINTYRE: > Mr. MACINTYRE... you must mean my dad! :^) > commas are really subjective, so a massive comma diff is always likely > to be problematic. sentence clauses do not always need commas. sometimes > commas just make the text harder to read. However, the comma rules which are specified

Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars

2020-11-01 Thread Greg Steuck
This one was an omission from the earlier conversion, should be an easy OK? >From 1ea2565b9414fddc1227781348101e5d9c37a913 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 1 Nov 2020 19:05:14 -0800 Subject: [PATCH 1/3] Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars ---

Convert ffs_sysctl to sysctl_bounded_args

2020-11-01 Thread Greg Steuck
How does the encoding of sysctl_rdint as [1,0] sound? OK? >From 27fda35ce0990df113dab99f2e4018e63b5390d7 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 1 Nov 2020 19:14:12 -0800 Subject: [PATCH] Convert ffs_sysctl to sysctl_bounded_args Requires sysctl_bounded_arr branch to support

sndio support for Rust (cpal crate) - review requested

2020-11-01 Thread Aaron Miller
Hello all, I have added support for a host for the sndio(7) system to the cpal Rust audio library[1]. I am seeking reviewers who are familiar with the sndio API and with Rust. My PR is here: https://github.com/RustAudio/cpal/pull/493 Although it's not the most straightforward code it's only about

bpf_sysctl for sysctl_int_bounded

2020-11-01 Thread Greg Steuck
Mildly different in flavor due to the special check. OK? Tested: % sysctl | grep bpf net.bpf.bufsize=32768 net.bpf.maxbufsize=2097152 % doas sysctl -w net.bpf.bufsize=32768 net.bpf.bufsize: 32768 -> 32768 % doas sysctl -w net.bpf.bufsize=32767 net.bpf.bufsize: 32768 -> 32767 % doas sysctl -w