Re: armv7/omap: introducing amdisplay(4) + nxptda(4)

2017-04-15 Thread Ian Sutton
On Mon, Apr 03, 2017 at 01:33:28AM -0400, Ian Sutton wrote: > The code below is a complete (fourth!) rewrite. It completely and > correctly controls the hardware but still needs to be plugged into the > rest of the system (wsdisplay for syscons, wsfb for Xorg, etc.) before > it is useful. In the

Re: rc(8): Fix motd update

2017-04-15 Thread Ingo Schwarze
Hi Anthony, Anthony Coulter wrote on Tue, Apr 11, 2017 at 04:59:06PM -0400: > The man page for motd(5) says that all lines up to (but not including) > the first line of /etc/motd are replaced by the kernel version at > startup. > > But if the first line is blank I'm not sure how that might

Re: umb: aggregate packets on tx

2017-04-15 Thread Alexander Bluhm
On Mon, Feb 20, 2017 at 04:35:10PM +0100, Gerhard Roth wrote: > On Mon, 12 Dec 2016 14:50:50 +0100 Gerhard Roth wrote: > > The current umb(4) implementation needs one USB transfer for every packet > > that is sent. With the following patch, we can now aggregate several > >

delete the obsolete RB_* #defines

2017-04-15 Thread Philip Guenther
One dangling set (but no check) of RB_DFLFTROOT to zap with the #defines themselves ok? Index: sys/reboot.h === RCS file: /cvs/src/sys/sys/reboot.h,v retrieving revision 1.17 diff -u -p -r1.17 reboot.h --- sys/reboot.h11

nsd(8): enable minimal-responses per default

2017-04-15 Thread Florian Obser
nsd 4.1.6 gives us minimal-responses config option and I think we should enable it in nsd.conf. >From the man page: minimal-responses: Enable minimal responses for smaller answers. This makes packets smaller. Extra data is only added for referrals, when

reboot(2) document RB_TIMEBAD, remove some others

2017-04-15 Thread Philip Guenther
Document RB_TIMEBAD. RB_DFLTROOT, RB_INITNAME, and RD_RDONLY are unimplemented or the default; documenting them is pointless and just makes this page harder to read. I'm inclined to suggest deleting from sys/reboot.h the #defines for the unused options, including the three above as well as