lesskey.1: Don't mention email address

2015-11-22 Thread Michael Reed
This was already done for less.1, as OpenBSD's less(1) differs substantially from upstream. Index: lesskey.1 === RCS file: /cvs/src/usr.bin/less/lesskey.1,v retrieving revision 1.13 diff -u -p -r1.13 lesskey.1 --- lesskey.1 5 Nov

less.1: Update for LESSCHARSET removal

2015-11-22 Thread Michael Reed
Index: less.1 === RCS file: /cvs/src/usr.bin/less/less.1,v retrieving revision 1.50 diff -u -p -r1.50 less.1 --- less.1 15 Nov 2015 21:05:56 - 1.50 +++ less.1 23 Nov 2015 06:15:22 - @@ -1424,67 +1424,9 @@ in text

Re: [patch] Add Broadcom BCM15700A2 and BCM4360 to pcidevs

2015-11-22 Thread Bryan Vyhmeister
On Sun, Nov 22, 2015 at 01:27:49PM -0800, Bryan Vyhmeister wrote: > I noticed a patch come through a few minutes ago to add some pcidevs for > other Apple systems so I added identifications for the BCM15700A2 chip > which appears at least in the 2013/2014/2015 MacBook Air system. It > appears to be

Typo, and consistency, in www/build/mirrors/ftp.html.head

2015-11-22 Thread Larry Hynes
I *think* www/build/mirrors/ftp.html.head is the correct source to make corrections for /ftp.html - apologies if I'm mistaken. This corrects 'sytem' to 'system', and applies consistency to the use of 'CD-ROM'. Index: ftp.html.head

Re: Interesting if_get() case

2015-11-22 Thread Alexandr Nedvedicky
Hello, > > > > > + else { > > > + struct ifnet *destifp; > > > + > > > + destifp = if_get(rt->rt_ifidx); > > > + if (destifp != NULL) > > > + destmtu = destifp->if_mtu; > > > +

Re: rt_ifp and pf(4)

2015-11-22 Thread Alexandr Nedvedicky
On Sat, Nov 21, 2015 at 12:37:58PM +0100, Martin Pieuchot wrote: > On 20/11/15(Fri) 18:05, Alexandr Nedvedicky wrote: > > Hello, > > > > I have just nit comments, feel free to ignore them. > > > > 1) would it be possible to use closing #endif guards as follows: > > #endif /* NCARP */ > > Do

[nc] rename sun to s_un (for building on Solaris)

2015-11-22 Thread Brent Cook
Finally getting around to trying out nc on some more platforms for LibreSSL-portable, and ran into Sun/Oracle's silly definition of 'sun' in the system headers. OK to rename the local sockaddr_un variables? Portable contains a patch full of #ifdef's around other systems-specific nc features (e.g.

vmm update

2015-11-22 Thread Mike Larkin
An early rough cut of the vmm subsystem is now in the tree. This includes both the kernel parts and userland parts. There are still lots of things that need to be fixed and improved. For this reason, it is still disabled by default. But there is enough there for people to start playing with runni

[patch] Add Broadcom BCM4331 to pcidevs

2015-11-22 Thread Ossi Herrala
Hi tech@, The following patch adds Broadcom BCM4331 wifi chip to pcidevs, so it's shown correctly with pcidump. Tested with MacBookPro9,2. Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1

Re: Change PC's to PCs in www/i386.html

2015-11-22 Thread Michael McConville
Larry Hynes wrote: > PC's is a possessive form, PCs a plural one: The plural of peecee is > peecees, not peecee's. Committed. Thanks. > Index: i386.html > === > RCS file: /cvs/www/i386.html,v > retrieving revision 1.735 > diff -r1.73

Re: [patch] cwm: Preserve stacking order during cycling

2015-11-22 Thread Vadim Vygonets
День добрый, Quoth Артур Истомин on Sun, Nov 22, 2015: > It is always reproducable for me when 3 or more windows opened. This > is not immediately, but eventualy I can't access to the window located > below one or two other through Alt+Tab. Sorry to be so explicit, but just to make sure I underst

Change PC's to PCs in www/i386.html

2015-11-22 Thread Larry Hynes
PC's is a possessive form, PCs a plural one: The plural of peecee is peecees, not peecee's. Index: i386.html === RCS file: /cvs/www/i386.html,v retrieving revision 1.735 diff -r1.735 i386.html 19c19 < OpenBSD/i386 runs on the standa

Re: [patch v2] cwm: Preserve stacking order during cycling

2015-11-22 Thread Vadim Vygonets
I accidentally killed restacking on group_show(). Sorry about that. Here's version 2 of the patch. Vadik. Quoth Vadim Vygonets on Sat, Nov 21, 2015: > After cycling through many windows, the original window may be > obscured by many others, and if you still want to see its > contents you end up

Re: int -> size_t in ksh

2015-11-22 Thread Nicholas Marriott
Just look at the trouble changing one int->size_t is causing in lex ;-). On Sun, Nov 22, 2015 at 08:18:55AM +, Nicholas Marriott wrote: > On Sun, Nov 22, 2015 at 01:59:07AM +, B?hler Theo wrote: > > > It seems apparent that they never go negative. All instances are used to > > > manipula

Re: int -> size_t in ksh

2015-11-22 Thread Nicholas Marriott
On Sun, Nov 22, 2015 at 01:59:07AM +, B?hler Theo wrote: > > It seems apparent that they never go negative. All instances are used to > > manipulate strlen() values. > > > > ok? > > the first hunk is fine with me. I don't understand the second one: > why only convert w? Aren't all three ints