Re: PATCH: ntpctl.8, ntpd.c

2015-02-14 Thread Jason McIntyre
On Fri, Feb 13, 2015 at 09:49:58PM -0600, Adam Thompson wrote: > Fix a minor typo in the ntpctl help output, and same semantic mistake in the > manpage. Currently says (to be pedantic) that '-s' only works with 'all', > which is not the case: '-s' is required with all options. > Apologies if I've

Re: libpcap monitor_mode() handle s/EINVAL/ENOTTY/ for unknown ioctls

2015-02-14 Thread David Coppa
On Fri, Feb 13, 2015 at 6:19 PM, Stuart Henderson wrote: > In sys/net/if_media.c r1.19 (2007/12/20) the return code for unknown > ioctl requests was changed from EINVAL to ENOTTY. > > libpcap uses a SIOCGIFMEDIA to determine whether an interface can use > rfmon mode; this change breaks this. Notic

"tar: Directory vanished" redux

2015-02-14 Thread Stuart Henderson
On 2015/02/11 16:14, Philip Guenther wrote: > CVSROOT: /cvs > Module name: src > Changes by: guent...@cvs.openbsd.org2015/02/11 16:14:46 > > Modified files: > bin/pax: extern.h file_subs.c ftree.c pax.h tables.c >tables.h > > Log message: >

Patch to add AIX to libressl-portable.

2015-02-14 Thread Michael Felt
Many many thanks to Brent for his help with the autoconf and automake patches. They make the patch attached possible. Some notes: 1) getentrophy_aix.c: * I added, per Bob's suggestion, more perfstat entrophy data. * I removed the mod (%) op, and changed the amount added from a u_longlong_t (8 byte

Re: USBD_NO_COPY problems

2015-02-14 Thread David Higgs
On Feb 13, 2015, at 7:29 AM, David Higgs wrote: > On Friday, February 13, 2015, Martin Pieuchot wrote: > On 13/02/15(Fri) 00:28, David Higgs wrote: > > I guess nobody else has tried calling uhidev_get_report_async() yet. :) > > > > First I was getting a NULL pointer deref in the uhidev async c

man ntpd.conf: small errors in constraints section

2015-02-14 Thread Max Fillinger
Some small issues in the new section: - 'NTP servers' means actual servers, not the keyword, so remove the .Ic - 'constraint' is used instead of 'constraint from' in some places; that might be ok as an abbreviation, but at least the example should use the full keyword. In the diff below, I us

Unbreak nc -T + IPv6

2015-02-14 Thread Jérémie Courrèges-Anglas
Currently: $ nc -T lowdelay ::1 22 nc: set IP ToS: Invalid argument With the diff below: $ ./obj/nc -T lowdelay ::1 22 SSH-2.0-OpenSSH_6.7 ok? Index: netcat.c === RCS file: /cvs/src/usr.bin/nc/netcat.c,v retrieving revision 1.126 d

Re: 5.6 nslookup - uses port 48830

2015-02-14 Thread Jérémie Courrèges-Anglas
(stripping bind-users@ from the CC list since current bind versions aren't affected) "Pawel S. Veselov" writes: > On Sun, 1 Feb 2015 15:06:17 -0800 > "Pawel S. Veselov" wrote: > >> Running latest amd64 5.6 (p16, just upgraded to it), for some reason >> my nslookup keeps trying to use port 4883

Re: PATCH: ntpctl.8, ntpd.c

2015-02-14 Thread Jérémie Courrèges-Anglas
Jason McIntyre writes: > On Fri, Feb 13, 2015 at 09:49:58PM -0600, Adam Thompson wrote: >> Fix a minor typo in the ntpctl help output, and same semantic mistake in the >> manpage. Currently says (to be pedantic) that '-s' only works with 'all', >> which is not the case: '-s' is required with all

Re: libpcap monitor_mode() handle s/EINVAL/ENOTTY/ for unknown ioctls

2015-02-14 Thread Jérémie Courrèges-Anglas
Makes sense, ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE