>
> With the new define (SMALL_TIME_T) enabled, a 32-bit time_t build
> using "openssl s_client -connect" can successfully connect to a server
> and verify its certificate chain when one or more notAfter dates after
> 2038 are present.
>
> However, using "nc -c" fails to connect to the same
Hi Stefan,
On 14/08/2017, at 7:07 PM, Stefan Sperling wrote:
> This diff makes iwm_stop() always run in a process context.
> I want iwm_stop() to be able to sleep so that it can wait for asynchronous
> driver tasks, and perhaps even wait for firmware commands, in the future.
>
> If the interrup
Hi,
Bumping this to tech@ since I think it would be nice to get this into the
stock diff.
//Ibo
- Forwarded message from Ibrahim Khalifa -
On Wed, Jul 26, 2017 at 11:06:02PM -0400, Ted Unangst wrote:
> Ibrahim Khalifa wrote:
> > Hi,
> >
> > If you run diff against two directories whe
Hi,
Here is a patch to add RPKI/ROA support to bgpd(8) (based on RFC6810).
(bgpctl(8) patch in the next mail)
Can someone have a look and tell me what is wrong and what must be and how to
improved ?
* What needs to be done (in no specific order) :
- Do some benchmark
- Improve error handling
- A
Hi,
Following the previous email, here is a patch to bgpctl(8).
It adds two commands :
- show validator
- show rib roa-state [valid|invalid|not-found]
Here is the result of each command :
# bgpctl show validator
id address:port pref v4 v6
0 [2a02:cdc5:9715:0:185:5:200:241]:8282 128 36655 5837
Let's try to free allocated lines when resizing / reloading.
When using a big HISTSIZE and multiple concurrent shells, resource usage
climb up rather quickly.
The initial version didn't bother with resetting the lines pointers to
NULL, but better safe(r) than sorry, I guess.
ok?
NB: after "hist
Hi all,
Sorry for my patch format. It is good in my own mail client, but I find the
format is error in Marc achieve.
I need to check my mail client setting, and very sorry for inconvenience for
others!
Thanks very much!
Best Regards
Xiao Nan
-Original Message-
From: Xiao Nan
Sent: Sa
> Hi,
>
> is anyone still using floppies? If yes, it would be nice if they could
> give the diff below a test. It defers probing of the drives which reduces
> boot time quite a bit. If floppy does not work with the diff, please also
> test if it works without it. On qemu, floppy access seems to
Hi all,
I modify error message in dmesg.c. Patch is attached, apologize if I'm wrong.
Thanks!
Best Regards
Nan Xiao
Index: dmesg.c
===
RCS file: /cvs/src/sbin/dmesg/dmesg.c,v
retrieving revision 1.27
diff -u -p -r1.27 dmesg.c
--- d