Re: pfsync: deferred packets exit on wrong interface

2011-12-11 Thread Peter Hallin
On 2011-12-12 08:13, Peter Hallin wrote: Shit, realised I should have sent this to misc...

pfsync: deferred packets exit on wrong interface

2011-12-11 Thread Peter Hallin
Hello, We have a bunch of bridged firewalls and we are now looking into using the pfsync "defer" feature to solve some problems with async states during failover. However I discovered that the deferred packets (tcp SYN for example) are being sent out on the management interface of the firewall

科研项目申报指导会议通知(12月23日深圳会议)

2011-12-11 Thread wcnlexz
12:10:36 [demime 1.01d removed an attachment of type application/octet-stream which had a name of =?utf-8?B?5LiT6aG56LWE6YeR55Sz5oql5LiO5LyB5Lia55+l6K+G5Lqn5p2D566h55CG56CU6K6o54+tLmRvYw==?=]

remove useless usbd cookie

2011-12-11 Thread Tobias Ulmer
Remove the unused usb device/event cookie, saves a couple of bytes. We might want to keep this just because NetBSD has it, but it serves no visible purpose. I think I've checked their code some time ago and they don't do anything useful with it either (IIRC). Index: sys/dev/usb/usb.h

usb typo 2

2011-12-11 Thread Tobias Ulmer
Fix typo, requires rain, of course Index: sys/dev/pci/pcidevs === RCS file: /home/vcs/cvs/openbsd/src/sys/dev/pci/pcidevs,v retrieving revision 1.1626 diff -u -p -r1.1626 pcidevs --- sys/dev/pci/pcidevs 12 Nov 2011 11:47:17 -

usb typo 1

2011-12-11 Thread Tobias Ulmer
Fix typo in diagnostic messages Index: sys/dev/usb/usbdi.c === RCS file: /home/vcs/cvs/openbsd/src/sys/dev/usb/usbdi.c,v retrieving revision 1.43 diff -u -p -r1.43 usbdi.c --- sys/dev/usb/usbdi.c 16 Jan 2011 22:35:29 - 1.43 +

Se rompió la pantalla de la notebook

2011-12-11 Thread Servicio Técnico Especializado
[IMAGE] Cambio Display Original LCD y LED en notebooks y netbooks, todas las marcas. HP, COMPAQ, SONY, TOSHIBA, ACER, IBM, BANGHO, LENOVO, COMMODORE, MSI Tambiin hacemos cambios de discos y teclados, migracisn a Windows XP o Windows 7 Consultar por retiros sin cargo en Capital Federal, Presupue

Re: Allow clang++ to work on OpenBSD

2011-12-11 Thread Pascal Stumpf
On Sun, 11 Dec 2011 15:43:02 +0100 (CET), Mark Kettenis wrote: > > Date: Sun, 11 Dec 2011 13:37:29 +0100 > > From: Pascal Stumpf > > > > On Thu, 17 Nov 2011 19:06:24 +0100, Pascal Stumpf wrote: > > > Hi, > > > this diff was already suggested by matthew@ some time ago. It renders > > > clang++ u

Re: Allow clang++ to work on OpenBSD

2011-12-11 Thread Mark Kettenis
> Date: Sun, 11 Dec 2011 13:37:29 +0100 > From: Pascal Stumpf > > On Thu, 17 Nov 2011 19:06:24 +0100, Pascal Stumpf wrote: > > Hi, > > this diff was already suggested by matthew@ some time ago. It renders > > clang++ usable with gcc's C++ include files, see: > > > > http://marc.info/?l=openbsd

Re: Allow clang++ to work on OpenBSD

2011-12-11 Thread Pascal Stumpf
On Thu, 17 Nov 2011 19:06:24 +0100, Pascal Stumpf wrote: > Hi, > this diff was already suggested by matthew@ some time ago. It renders > clang++ usable with gcc's C++ include files, see: > > http://marc.info/?l=openbsd-tech&m=130229126704450&w=2 > > I don't expect any fallout, but just to be sur