On Wed, May 05, 2021 at 11:34:17PM +0200, Sebastian Benoit wrote:
> Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.05 17:53:20 +0200:
> > The rsync uploader (what is the generator in rsync) can be simplified and
> > cleaned up a fair bit.
> >
> > There is some confusion of non-blocking IO on r
On Tue, May 4, 2021 at 12:43 PM Klemens Nanni wrote:
...
> I compared my corrupted shared library with an intact copy from ports
> and it showed that the corrupted one was simply zeroed out at some point
> (not truncated) until the end, e.g. readelf(1)'s `-h' or `-l' report
> "Error: no .dynamic
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.05 20:03:19 +0200:
> I like rsync -v but hell it is noisy with openrsync.
> Just shut up about all the files that have not changed unless you go -vv.
Before we do this, are there reasons to keep this like it is in the original?
I think i actually
Job Snijders(j...@openbsd.org) on 2021.05.05 16:35:46 +:
> I'd like to modify our JSON format, many people in the community have
> voiced complaints that transforming the string to an integer is
> annoying.
>
> This won't break existing deployments coupled with GoRTR.
>
> OK?
ok benno@
>
>
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.05 17:53:20 +0200:
> The rsync uploader (what is the generator in rsync) can be simplified and
> cleaned up a fair bit.
>
> There is some confusion of non-blocking IO on regular files and the idea
> to poll() between openat() and fstat(). This is
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.05 17:13:03 +0200:
> Normalize some code.
ok
>
> --
> :wq Claudio
>
> Index: receiver.c
> ===
> RCS file: /cvs/src/usr.bin/rsync/receiver.c,v
> retrieving revision 1.25
> diff -u
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.05.05 14:20:58 +0200:
> The peer flags (mainly rde evaluate all but also transparent-as) and the
> export options (none, default) are not properly handled on a config
> reload. In both cases a full session restart is needed after the config
> reload (
Hi,
The function lreply() already calls fflush(3) on stdout. So, this calls
are useless.
OK?
bye,
Jan
Index: ftpd.c
===
RCS file: /cvs/src/libexec/ftpd/ftpd.c,v
retrieving revision 1.229
diff -u -p -r1.229 ftpd.c
--- ftpd.c 1
I would like a further justification for removing these ports from
the very limited dynamic reserved space used by bindresvport.
(but not by rresvport, which appears still stomp over them)
For tcp, 32 of the 512 are locked out.
For udp, 19.
What software is actually using these ports?
Is that s
Stefan Sperling writes:
> On Wed, May 05, 2021 at 04:30:50PM +0200, Stefan Sperling wrote:
>> This ensures that if WPA offloading is in use iwx(4) only sets link
>> state UP once firmware has confirmed that crypto keys have been
>> installed successfully.
>>
>> iwm(4) could use a similar patch,
I like rsync -v but hell it is noisy with openrsync.
Just shut up about all the files that have not changed unless you go -vv.
--
:wq Claudio
Index: downloader.c
===
RCS file: /cvs/src/usr.bin/rsync/downloader.c,v
retrieving revisio
On Wed, May 05, 2021 at 04:30:50PM +0200, Stefan Sperling wrote:
> This ensures that if WPA offloading is in use iwx(4) only sets link
> state UP once firmware has confirmed that crypto keys have been
> installed successfully.
>
> iwm(4) could use a similar patch, but I've not written that yet.
>
Makes sense to me.
Job Snijders wrote:
> I'd like to modify our JSON format, many people in the community have
> voiced complaints that transforming the string to an integer is
> annoying.
>
> This won't break existing deployments coupled with GoRTR.
>
> OK?
>
> Index: output-json.c
> ==
I'd like to modify our JSON format, many people in the community have
voiced complaints that transforming the string to an integer is
annoying.
This won't break existing deployments coupled with GoRTR.
OK?
Index: output-json.c
===
R
On Wed, May 05, 2021 at 11:09:12AM +0100, Stuart Henderson wrote:
> On 2021/05/04 12:07, Jan Klemkow wrote:
> > Add missing ftps defaults ports to servies(5).
> >
> > Index: services
> > ===
> > RCS file: /cvs/src/etc/services,v
> > r
Hi,
Thanks for the wonderful work on dt(4) and the btrace tool.
I noticed while using the btrace program:
btrace -e 'tracepoint:uvm:malloc { printf("%s[%d]: malloc(%d)\n", comm, pid,
arg0); }' | \
grep -v Xorg
The output of btrace is unbuffered and grep does not filter the line, until
The rsync uploader (what is the generator in rsync) can be simplified and
cleaned up a fair bit.
There is some confusion of non-blocking IO on regular files and the idea
to poll() between openat() and fstat(). This is all not needed and
therefor a lot of the code handling files can be moved into p
Normalize some code.
--
:wq Claudio
Index: receiver.c
===
RCS file: /cvs/src/usr.bin/rsync/receiver.c,v
retrieving revision 1.25
diff -u -p -r1.25 receiver.c
--- receiver.c 24 Nov 2020 16:54:44 - 1.25
+++ receiver.c 5 May
This ensures that if WPA offloading is in use iwx(4) only sets link
state UP once firmware has confirmed that crypto keys have been
installed successfully.
iwm(4) could use a similar patch, but I've not written that yet.
ok?
diff f30a2d1c29071de858b3607fbaa2227aa7c6bfd3
57e0ba6871dcbf4d5516ac08
On Sat, May 01, 2021 at 08:19:19AM +0200, Anton Lindqvist wrote:
> Hi,
> In August 2019 I tried to unlock lseek(2) which failed since the vnode
> lock could not be acquired without holding the kernel lock back then,
> found the hard way. claudio@ recently[1] make it possible to acquire a
> vnode lo
The peer flags (mainly rde evaluate all but also transparent-as) and the
export options (none, default) are not properly handled on a config
reload. In both cases a full session restart is needed after the config
reload (with a bit of extra wait time to ensure that the peer config is
actually up to
Stuart Henderson wrote:
> Every new entry in this file reduces the range available for dynamic
> port selection, so it would seem a good idea to cull a few if we're
> adding some. Here are some likely candidates;
Precisely.
And one day there will be no reserved ports left, and then what?
reads good.
OK florian
On 2021-05-05 11:09 +01, Stuart Henderson wrote:
> On 2021/05/04 12:07, Jan Klemkow wrote:
>> Hi,
>>
>> Add missing ftps defaults ports to servies(5).
>>
>> OK?
>>
>> bye,
>> Jan
>>
>> Index: services
>>
On 04/05/21(Tue) 21:41, Klemens Nanni wrote:
> On Thu, Apr 15, 2021 at 03:05:45PM +0200, Mark Kettenis wrote:
> > > > [...]
> > > > Hence, only access buckets in _dl_find_symbol_obj() if there are any;
> > > > this fixes the crash and in fact allows me to play the song even when
> > > > preloading
On 2021/05/04 12:07, Jan Klemkow wrote:
> Hi,
>
> Add missing ftps defaults ports to servies(5).
>
> OK?
>
> bye,
> Jan
>
> Index: services
> ===
> RCS file: /cvs/src/etc/services,v
> retrieving revision 1.99
> diff -u -p -r1.99 se
25 matches
Mail list logo