Re: Make pcidump(8) print BARs for PCI bridges too

2018-04-08 Thread Mike Larkin
On Sun, Apr 08, 2018 at 01:57:25PM +0200, Mark Kettenis wrote: > ok? > > Index: pcidump.c > === > RCS file: /cvs/src/usr.sbin/pcidump/pcidump.c,v > retrieving revision 1.46 > diff -u -p -r1.46 pcidump.c > --- pcidump.c 31 Aug 2017 12:

Re: ldomctl.8: Do not discourage IPv6 usage

2018-04-08 Thread Jeremie Courreges-Anglas
On Mon, Apr 09 2018, Klemens Nanni wrote: > I was wondering for a second whether vnet(4) had IPv6 related bugs or so. Probably Mark's preferences, from when link-local IPv6 addresses were created by default. > Let's keep the example simple and defer such choices to the user. > > Feedback? OK? o

ldomctl.8: Do not discourage IPv6 usage

2018-04-08 Thread Klemens Nanni
I was wondering for a second whether vnet(4) had IPv6 related bugs or so. Let's keep the example simple and defer such choices to the user. Feedback? OK? Index: ldomctl.8 === RCS file: /cvs/src/usr.sbin/ldomctl/ldomctl.8,v retrievin

Adding current bandwidth to ftp(1)

2018-04-08 Thread Christian Barthel
Hello, i am often sitting behind a very slow internet link and thought, it might be useful to show the current bandwidth while downloading something with ftp(1). This looks like: $ ftp http://url 60% |* | 105 MB 0116 KB/s 11:22 ETA Is this of interest for others? An

Re: acme-client: remove last remenants of agreement url from parse.y

2018-04-08 Thread Sebastian Benoit
reads ok Florian Obser(flor...@openbsd.org) on 2018.04.08 20:59:40 +0200: > I hear 6.3 has been released... > > OK? > > diff --git parse.y parse.y > index 7882c24527e..6f4dbfe0c47 100644 > --- parse.y > +++ parse.y > @@ -92,7 +92,7 @@ typedef struct { > > %} > > -%token AUTHORITY AGRE

acme-client: remove last remenants of agreement url from parse.y

2018-04-08 Thread Florian Obser
I hear 6.3 has been released... OK? diff --git parse.y parse.y index 7882c24527e..6f4dbfe0c47 100644 --- parse.y +++ parse.y @@ -92,7 +92,7 @@ typedef struct { %} -%token AUTHORITY AGREEMENT URL API ACCOUNT +%token AUTHORITY URL API ACCOUNT %token DOMAIN ALTERNATIVE NAMES CERT FULL CHAIN KE

Re: kqueue EV_DISPATCH and EV_EOF interaction

2018-04-08 Thread Mike Belopuhov
On Tue, Apr 03, 2018 at 17:00 +0200, Lukas Larsson wrote: > On Fri, Mar 30, 2018 at 1:51 AM, Mike Belopuhov wrote: > > > On Fri, Mar 30, 2018 at 01:21 +0200, Mike Belopuhov wrote: > > > > > > Hi, > > > > > > This appears to be an issue with reactivating disabled event sources > > > in kqueue_regi

Re: de_DE.UTF-8/calendar.geschichte: fix year of Dutschke assault

2018-04-08 Thread Theo Buehler
On Sun, Apr 08, 2018 at 05:26:07PM +0200, Leah Neukirchen wrote: > > The assault on Dutschke happened in 1968; cross-checked with Wikipedia. Of course. Fixed, thanks!

de_DE.UTF-8/calendar.geschichte: fix year of Dutschke assault

2018-04-08 Thread Leah Neukirchen
The assault on Dutschke happened in 1968; cross-checked with Wikipedia. --- src/usr.bin/calendar/calendars/de_DE.UTF-8/calendar.geschichte +++ src/usr.bin/calendar/calendars/de_DE.UTF-8/calendar.geschichte @@ -111,7 +111,7 @@ LANG=de_DE.UTF-8 12/07 Japan bombardiert Pearl Harbor, 1941 /* De

[who.c] Remove trailing spaces/tabs and do some KNF

2018-04-08 Thread Alessandro Gallo
Hello everyone, I made some cleanups to the who code and thought that maybe it could have been useful to send it here. The diff removes some trailing spaces and tabs and fixes a few inconsistencies in the formatting style. There is no change in functionality. Sorry for the attachment, but I'

Make pcidump(8) print BARs for PCI bridges too

2018-04-08 Thread Mark Kettenis
ok? Index: pcidump.c === RCS file: /cvs/src/usr.sbin/pcidump/pcidump.c,v retrieving revision 1.46 diff -u -p -r1.46 pcidump.c --- pcidump.c 31 Aug 2017 12:03:02 - 1.46 +++ pcidump.c 8 Apr 2018 11:52:21 - @@ -455,7 +45

Re: random numbers for efiboot

2018-04-08 Thread Mark Kettenis
> From: "Theo de Raadt" > Date: Sat, 07 Apr 2018 15:26:30 -0600 > > Mark Kettenis wrote: > > > The UEFI firmware for the MACCHIATObin implements the EFI Random > > Number Generator Protocol. That makes it possible to implement the > > mdrandom() function for arm64's EFIBOOT. The random data i