recent change of nat-to behavior

2011-07-30 Thread Peter N. M. Hansteen
I finally got around to upgrading my home gateway from 4.9-current (late snapshot) to 5.0-beta (jul 27 snapshot), and I stumbled across what appears to be a subtle but significant change in nat-to behavior. my $ext_if is xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500

fix man buffercache.9

2011-07-30 Thread Alexandr Shadchin
Hi, cred argument was removed from bread() and breadn() (http://marc.info/?l=openbsd-cvsm=130975394527345w=2) Is this patch correct ? OK ? -- Alexandr Shadchin Index: buffercache.9 === RCS file:

invalid link in ath(4) manpage

2011-07-30 Thread James Hartley
The following diff removes a link no longer made available by Qualcomm Atheros. A similar link was removed from the athn(4) manpage back in January: http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man4/athn.4.diff?r1=1.13;r2=1.14;f=h Thanks. Index: ath.4

Re: recent change of nat-to behavior

2011-07-30 Thread Peter N. M. Hansteen
Not the most precise description I see - pe...@bsdly.net (Peter N. M. Hansteen) writes: match out log on $ext_if inet nat-to ($ext_if) AFter upgrading, this was loaded as match out log on $ext_if inet nat-to $ext_addr round-robin Actually match out log on $ext_if inet nat-to $ext_if

ksh: dead assignments found by LLVM analyzer

2011-07-30 Thread Alexander Polakov
Title says it all. It found some other bugs, but they're harder to verify (and some of them don't look right at first look). diff --git a/c_ksh.c b/c_ksh.c index e653975..1cdf150 100644 --- a/c_ksh.c +++ b/c_ksh.c @@ -534,7 +534,7 @@ c_command(char **wp) int c_typeset(char **wp) { -

Re: invalid link in ath(4) manpage

2011-07-30 Thread Jason McIntyre
On Sat, Jul 30, 2011 at 09:07:23AM -0700, James Hartley wrote: The following diff removes a link no longer made available by Qualcomm Atheros. A similar link was removed from the athn(4) manpage back in January:

Re: mg dired diff to reduce annoyance

2011-07-30 Thread Loganaden Velvindron
I'll wait for kjell@ to have some time to review this diff. No big deal really :-D

Re: invalid link in ath(4) manpage

2011-07-30 Thread Han Boetes
Jason McIntyre wrote: fixed, and an identical link in uath(4) removed too. Might I suggest pulling all sourcefiles through a linkchecker? # Han

Re: invalid link in ath(4) manpage

2011-07-30 Thread Jason McIntyre
On Sat, Jul 30, 2011 at 09:14:44PM +0159, Han Boetes wrote: Jason McIntyre wrote: fixed, and an identical link in uath(4) removed too. Might I suggest pulling all sourcefiles through a linkchecker? # Han you can do this if you want. in the meantime, i think we should try to avoid

Re: recent change of nat-to behavior

2011-07-30 Thread Ryan McBride
Please try a newer snapshot, this bug was fixed in the following commit: CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2011/07/29 04:48:35 Modified files: sys/net: pf_lb.c Log message: Make sure we use the right

Re: recent change of nat-to behavior

2011-07-30 Thread Peter N. M. Hansteen
Ryan McBride mcbr...@openbsd.org writes: Please try a newer snapshot, this bug was fixed in the following commit: Trying a newer snapshot is exactly what I plan to do, no worries - P -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/

Re: mg dired diff to reduce annoyance

2011-07-30 Thread Kenneth R Westerback
On Sat, Jul 30, 2011 at 04:30:42PM -0400, Loganaden Velvindron wrote: I'll wait for kjell@ to have some time to review this diff. No big deal really :-D You might wait a long time. Kjell has transitioned to the real world and now works for a living. :-) Ken