Re: md5: new -C flag to skip non-existent files in checklist

2012-03-15 Thread Ted Unangst
On Mon, Mar 12, 2012, Stuart Henderson wrote: On 2012/03/12 00:49, Daniel C. Sinclair wrote: What do you think of making cksum output: (SHA256) nonexistant.txt: MISSING instead of FAILED and the extra output to stderr saying No such file or directory? I think this would be useful (in

Unbound in base (review)

2012-03-15 Thread Björn Ketelaars
2012/3/14 Jakob Schlyter ja...@kirei.se (mailto:ja...@kirei.se): Could you provide an update complete tarfil for review by other developers? I think we should start considering importing this. Latest iteration: http://gateway.hydroxide.nl/OpenBSD/unbound-wip.9.tar.gz Current status includes

Re: Thecus N1200 fix

2012-03-15 Thread iss...@gmail.com IMAP
On Sun, 11 Mar 2012 03:59:24 +0600, Tobias Ulmer tobi...@tmux.org wrote: (Ivan: would be nice if you could test it and tell us about any success/failure) socppc saves registers r3 (fwfdtsave) and r29 (fwargsave) in locore.S. initppc() checks for the absence of a flat device tree structure, in

Re: md5: new -C flag to skip non-existent files in checklist

2012-03-15 Thread Otto Moerbeek
On Thu, Mar 15, 2012 at 03:26:44AM -0400, Ted Unangst wrote: On Mon, Mar 12, 2012, Stuart Henderson wrote: On 2012/03/12 00:49, Daniel C. Sinclair wrote: What do you think of making cksum output: (SHA256) nonexistant.txt: MISSING instead of FAILED and the extra output to stderr

Re: trasport-mode ESP packet and pf `rdr-to'

2012-03-15 Thread Alexander Bluhm
On Wed, Mar 14, 2012 at 03:32:08PM +0900, YASUOKA Masahiko wrote: Hi, In ip_input(), there is a filter to disable all packets to 127.0.0.0/27. That filter drops a packet that was a transport-mode ESP packet and that has been redirected to 127.0.0.1 with pf `rdr-to' rule. Below diff will

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-03-15 Thread Marc Espie
On Thu, Mar 15, 2012 at 01:39:18AM +, Stuart Henderson wrote: $ c++ -pedantic -c a.c In file included from /usr/include/g++/memory:60, from /usr/include/g++/string:48, from a.c:1: /usr/include/g++/limits: In static member function 'static char

pf pptp nat

2012-03-15 Thread Mitja Muženič
Hey, there was a longish thread here roughly 4 years ago titled [patch] pf PPTP nat passthrough patch. [1] And it was said back then that it's close to getting committed. Anybody knows the state of this? I know that pf changed significantly since, so I doubt those patches still apply [1]

Re: trasport-mode ESP packet and pf `rdr-to'

2012-03-15 Thread YASUOKA Masahiko
On Thu, 15 Mar 2012 09:16:42 +0100 Alexander Bluhm alexander.bl...@gmx.net wrote: On Wed, Mar 14, 2012 at 03:32:08PM +0900, YASUOKA Masahiko wrote: In ip_input(), there is a filter to disable all packets to 127.0.0.0/27. That filter drops a packet that was a transport-mode ESP packet and that

Re: pf pptp nat

2012-03-15 Thread Mike Belopuhov
we had this discussion recently and the outcome is: show the *actual* diff that was close to getting committed. so far there hasn't been any. On Thu, Mar 15, 2012 at 11:31 AM, Mitja MuEeniD mi...@muzenic.net wrote: Hey, there was a longish thread here roughly 4 years ago titled [patch] pf

Re: trasport-mode ESP packet and pf `rdr-to'

2012-03-15 Thread Mike Belopuhov
On Thu, Mar 15, 2012 at 19:34 +0900, YASUOKA Masahiko wrote: On Thu, 15 Mar 2012 09:16:42 +0100 Alexander Bluhm alexander.bl...@gmx.net wrote: On Wed, Mar 14, 2012 at 03:32:08PM +0900, YASUOKA Masahiko wrote: In ip_input(), there is a filter to disable all packets to 127.0.0.0/27. That

Re: one usb_mem pool per host controller

2012-03-15 Thread Mark Kettenis
Date: Wed, 14 Mar 2012 02:25:02 +0100 From: Tobias Ulmer tobi...@tmux.org I have a couple of machines with an EHCI controller that refuses to work with memory above 2G, causing all kinds of trouble. This diff enables setting a bus_dma boundary and allows me to make off-site backups again.

Re: latest sparc64 snapshot crashes on boot on a Blade 100

2012-03-15 Thread Landry Breuil
On Thu, Mar 15, 2012 at 08:53:17PM +0100, Markus Lude wrote: Hello, today I tried to upgrade my SUN Blade 100 to the latest sparc64 snapshot. After rebooting it crashed. dmesgs below. And it crashes too on hppa, with a similar trace.. OpenBSD/hppa BOOT 1.2 boot booting dk6a:/bsd:

Re: trasport-mode ESP packet and pf `rdr-to'

2012-03-15 Thread YASUOKA Masahiko
On Thu, 15 Mar 2012 12:22:52 +0100 Mike Belopuhov m...@crypt.org.ru wrote: On Thu, Mar 15, 2012 at 19:34 +0900, YASUOKA Masahiko wrote: On Thu, 15 Mar 2012 09:16:42 +0100 Alexander Bluhm alexander.bl...@gmx.net wrote: On Wed, Mar 14, 2012 at 03:32:08PM +0900, YASUOKA Masahiko wrote: In