Re: bin/144411: [patch] mtree(8) doesn't reject non-regular files for -X

2010-05-07 Thread Garrett Cooper
The following reply was made to PR bin/144411; it has been noted by GNATS. From: Garrett Cooper To: Garrett Cooper Cc: Bruce Evans , bug-followup Subject: Re: bin/144411: [patch] mtree(8) doesn't reject non-regular files for -X Date: Fri, 7 May 2010 00:20:29 -0700 --005045016ba0d819d

kern/146372: ipfw setfib does not work on local outgoing connections

2010-05-07 Thread Alexander V. Chernikov
>Number: 146372 >Category: kern >Synopsis: ipfw setfib does not work on local outgoing connections >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Cla

kern/146375: Typos in macro variables names in sys/fs/nfs/*.h

2010-05-07 Thread Andrey Simonenko
>Number: 146375 >Category: kern >Synopsis: Typos in macro variables names in sys/fs/nfs/*.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class:

bin/146377: Interface doesn't clear addresses when PPPoE connection closes

2010-05-07 Thread John Bayly
>Number: 146377 >Category: bin >Synopsis: Interface doesn't clear addresses when PPPoE connection closes >Confidential: no >Severity: non-critical >Priority: medium >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Requi

bin/146378: sh(1) can't path expand foo/*"/baz" patterns

2010-05-07 Thread Peer Stritzinger
>Number: 146378 >Category: bin >Synopsis: sh(1) can't path expand foo/*"/baz" patterns >Confidential: no >Severity: serious >Priority: medium >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class:

misc/146382: scrollz 2.[01] doesnt allow usage of non-latin chars in messages

2010-05-07 Thread Tilc
>Number: 146382 >Category: misc >Synopsis: scrollz 2.[01] doesnt allow usage of non-latin chars in >messages >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Req

Re: kern/146372: [ipfw] ipfw setfib does not work on local outgoing connections

2010-05-07 Thread linimon
Old Synopsis: ipfw setfib does not work on local outgoing connections New Synopsis: [ipfw] ipfw setfib does not work on local outgoing connections Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:37:54 UTC 2010 Responsib

Re: kern/146375: [nfs] [patch] Typos in macro variables names in sys/fs/nfs/*.h

2010-05-07 Thread linimon
Old Synopsis: Typos in macro variables names in sys/fs/nfs/*.h New Synopsis: [nfs] [patch] Typos in macro variables names in sys/fs/nfs/*.h Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:38:31 UTC 2010 Responsible-Change

Re: bin/146377: [ppp] [tun] Interface doesn't clear addresses when PPPoE connection closes

2010-05-07 Thread linimon
Old Synopsis: Interface doesn't clear addresses when PPPoE connection closes New Synopsis: [ppp] [tun] Interface doesn't clear addresses when PPPoE connection closes Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:39:05

Re: ports/146382: irc/scrollz 2.[01] doesnt allow usage of non-latin chars in messages

2010-05-07 Thread linimon
Old Synopsis: scrollz 2.[01] doesnt allow usage of non-latin chars in messages New Synopsis: irc/scrollz 2.[01] doesnt allow usage of non-latin chars in messages Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:41

Re: kern/145733: [patch] ipfw flaws with ipv6 fragments

2010-05-07 Thread Matthew Luckie
Attached is a revised patch fixing a third flaw. ipfw will reject very small IPv6 fragments when it tries to pullup the transport header. This relaxes the code to be consistent with the IPv4 path where it only tries to pull up the transport header on fragments with offset zero.--- ip_fw2.c.orig