support em(4) i210/i211 OTP chips

2015-03-08 Thread Patrick Wildt
Hi, this diff adds support for a special configuration of i210/i211 chips. Those can have a OTP chip instead of the usual EEPROM, so this diff adds the infrastructure to read needed data from OTP and have it not bail out when there's no EEPROM. \Patrick diff --git a/sys/dev/pci/if_em.c b/sys/de

PATCH: ksh: parsing problem: quote in comment in command substitution

2015-03-08 Thread Sébastien Marie
On Sat, Mar 07, 2015 at 07:16:53AM +0100, Sébastien Marie wrote: > Hi, > > I encounter a problem of parsing in ksh(1): a quote in a comment in a > command substitution $(...) or `...` is parsed as quote and a closing quote > is expected. > > Here code snippet that expose the problem: > > $ cat t

Re: ksh diff, escape !

2015-03-08 Thread David Gwynne
Your subject line sounded like the name of a Russ Meyer film. On 9 Mar 2015 5:56 am, "Stuart Henderson" wrote: > ! needs to be escaped in tab-completion otherwise this happens. > > $ ls > Season 4 UPDATE!-FFdJhCSr8ng.mp4 > $ ls Season\ 4\ UPDATE!-FFdJhCSr8ng.mp4 > ls: Season 4 UPDATE!4: No such f

Re: ksh diff, escape !

2015-03-08 Thread Stuart Henderson
On 2015/03/08 15:06, Philip Guenther wrote: > On Sun, Mar 8, 2015 at 2:52 PM, Christian Weisgerber > wrote: > > On 2015-03-08, Stuart Henderson wrote: > > > >> ! needs to be escaped in tab-completion otherwise this happens. > >> > >> $ ls > >> Season 4 UPDATE!-FFdJhCSr8ng.mp4 > >> $ ls Season\ 4

Re: ksh diff, escape !

2015-03-08 Thread Philip Guenther
On Sun, Mar 8, 2015 at 2:52 PM, Christian Weisgerber wrote: > On 2015-03-08, Stuart Henderson wrote: > >> ! needs to be escaped in tab-completion otherwise this happens. >> >> $ ls >> Season 4 UPDATE!-FFdJhCSr8ng.mp4 >> $ ls Season\ 4\ UPDATE!-FFdJhCSr8ng.mp4 >> ls: Season 4 UPDATE!4: No such fil

Re: ksh diff, escape !

2015-03-08 Thread Christian Weisgerber
On 2015-03-08, Stuart Henderson wrote: > ! needs to be escaped in tab-completion otherwise this happens. > > $ ls > Season 4 UPDATE!-FFdJhCSr8ng.mp4 > $ ls Season\ 4\ UPDATE!-FFdJhCSr8ng.mp4 > ls: Season 4 UPDATE!4: No such file or directory Huh? $ ls Season 4 UPDATE!-FFdJhCSr8ng.mp4 $ ls Seaso

Re: ksh diff, escape !

2015-03-08 Thread Simon Nicolussi
Stuart Henderson suggested: > - if (strchr("\"#$&'()*:;<=>?[\\]`{|}", s[add]) || > + if (strchr("\"#$&'()*:;<=>?[\\]`{|}!", s[add]) || Adding the bang in front of the string would retain the ASCII ordering. -- Simon Nicolussi http{s,}://{www.,}sinic.name/

ksh diff, escape !

2015-03-08 Thread Stuart Henderson
! needs to be escaped in tab-completion otherwise this happens. $ ls Season 4 UPDATE!-FFdJhCSr8ng.mp4 $ ls Season\ 4\ UPDATE!-FFdJhCSr8ng.mp4 ls: Season 4 UPDATE!4: No such file or directory ok? Index: edit.c === RCS file: /cvs/src/

Minor typo in iwm.4

2015-03-08 Thread Andreas Zeilmeier
Hi guys, there's a minor typo in the manpage iwm.4. Cheers, Andi Index: iwm.4 === RCS file: /cvs/src/share/man/man4/iwm.4,v retrieving revision 1.11 diff -u -p -r1.11 iwm.4 --- iwm.4 3 Mar 2015 06:57:11 - 1.11 +++ iw

Re: [Bulk] freetype vulns

2015-03-08 Thread Kevin Chadwick
On Wed, 04 Mar 2015 17:12:07 -0500 Ted Unangst wrote: > references this bug: > http://savannah.nongnu.org/bugs/?43661 Does anyone know how to turn off external font loading in xombrero's webkit and would doing so avoid a large part of the risk? Was gonna post to misc@ but judging by this thread

Re: secrets db with passwords containing a hash symbol #

2015-03-08 Thread Guenther Niess
On 02/27/15 03:20, Anthony J. Bentley wrote: > Guenther Niess writes: >> On 02/26/15 16:47, Seth wrote: >>> On Thu, 26 Feb 2015 03:51:37 -0800, Guenther Niess >>> wrote: >>> Hi, I've problems with a password in the file /etc/mail/secrets containing the hash symbol '#'. The passwords