Re: Bridge rules

2012-06-29 Thread sven falempin
compilable diff, ( i reboot new kernel and test userland l8r ) ifconfig bridge0 rule pass in on fxp0 src *:de:ff ifconfig bridge0 rule pass in on fxp0 src de:ff:* rantings time ~ Bret aint't no fool when it comes to the kernel do not make a mess ~ did it from tod

Re: Bridge rules

2012-06-29 Thread sven falempin
2012/6/29 Bret Lambert > Holy crap, you're doing this in a way too fucking complicated manner: > >for (i = 0; i < ETHER_ADDR_LEN; i++) >if (addr[i] != match[i] && match[i] != '*') >return (ENOTAMACTCH); > > Why do people want to cram useless shit where it doesn't want to b

Re: Bridge rules

2012-06-29 Thread sven falempin
Feel free to commit those code refactoring :) So, I have problem compiling my diff -for re mac bridge taging- for testing. ../../../../net/if_bridge.h:40:19: error: regex.h: No such file or directory but /usr/src/include/regex.h looks quite accessible .. # find /usr/src -type f -name regex.h /

Re: Bridge rules

2012-06-29 Thread Ted Unangst
On Fri, Jun 29, 2012 at 15:08, sven falempin wrote: > Code Rewriting (nothing new) and asking > > I seriously wonder if 'that' is good in sys/net/if_bridge.c > if (flags == 0) > goto return_action; > > Because if i m not wrong it could be rewritten this way (diff) That does look clearer to me.

Re: Bridge rules

2012-06-29 Thread sven falempin
Code Rewriting (nothing new) and asking I seriously wonder if 'that' is good in sys/net/if_bridge.c if (flags == 0) goto return_action; Because if i m not wrong it could be rewritten this way (diff) ---

Re: Bridge rules

2012-06-29 Thread sven falempin
2012/6/29 Henning Brauer > * Mike Belopuhov [2012-06-29 13:46]: > > On Fri, Jun 29, 2012 at 1:36 PM, Henning Brauer > > wrote: > > > now it's very unclear what your actual problem is - the struct is > > > called ifbreq and used in a number of places, most notably of course > > > the ioctls. > >

Re: AES-{192,256}-CTR with isakmpd

2012-06-29 Thread Mike Belopuhov
On Fri, Jun 29, 2012 at 7:20 PM, Christian Weisgerber wrote: > And the corresponding bits for iked(8).  I don't think we need to keep > "aes-ctr" for compatibility there, do we? > i'm a sitting on a fence a little bit. i don't really mind either way hence my OK for the diff.

Re: AES-{192,256}-CTR with isakmpd

2012-06-29 Thread Christian Weisgerber
And the corresponding bits for iked(8). I don't think we need to keep "aes-ctr" for compatibility there, do we? Index: iked.conf.5 === RCS file: /cvs/src/sbin/iked/iked.conf.5,v retrieving revision 1.18 diff -u -p -r1.18 iked.conf.5

UPDATE: xf86-input-synaptics 1.6.2

2012-06-29 Thread Martin Pieuchot
Here's the correct update to the 1.6.2 bugfix release. Tested with an ALPS glidepoint and the fix I've just send to bugs@. Ok? Martin Index: aclocal.m4 === RCS file: /cvs/xenocara/driver/xf86-input-synaptics/aclocal.m4,v retrieving

Re: tinyscheme + mg

2012-06-29 Thread Nick Bender
On Thu, Jun 28, 2012 at 11:03 PM, Otto Moerbeek wrote: > On Thu, Jun 28, 2012 at 12:40:57PM -0600, Nick Bender wrote: > >> On Thu, Jun 28, 2012 at 12:29 PM, Otto Moerbeek wrote: >> > On Thu, Jun 28, 2012 at 11:00:24AM -0600, Nick Bender wrote: >> >> >> >> >> >> TCL? BSD, small, fast, been around

Hi!:) I'm Lorina!:)

2012-06-29 Thread Lorina Carriere
Hello sweetie! Do you feel the spring coming? Don't you want to be loved by somebody, just like I do? I'm pretty sure you are. So, u can call me Lorina. I am young, beautiful, wild, and free. In addition, I'm a girl with no hang-ups and I have no bad habits. I wanna feel a man by my side, which

Re: nc -ul semantics

2012-06-29 Thread Lazaros Koromilas
On Fri, Jun 29, 2012 at 12:00:28AM -0300, Christiano F. Haesbaert wrote: > On Thu, Jun 28, 2012 at 11:44:36PM -0300, Christiano F. Haesbaert wrote: > > Although the idea for using -k with -u is a good one, I don't think > > it's necessary, I for one think we should change semantics as the > > first

Re: Bridge rules

2012-06-29 Thread Henning Brauer
* Mike Belopuhov [2012-06-29 13:46]: > On Fri, Jun 29, 2012 at 1:36 PM, Henning Brauer > wrote: > > now it's very unclear what your actual problem is - the struct is > > called ifbreq and used in a number of places, most notably of course > > the ioctls. > he's trying to add patterns to the mac a

Re: Bridge rules

2012-06-29 Thread Mike Belopuhov
On Fri, Jun 29, 2012 at 1:36 PM, Henning Brauer wrote: > now it's very unclear what your actual problem is - the struct is > called ifbreq and used in a number of places, most notably of course > the ioctls. > he's trying to add patterns to the mac address matching code and pretends to be done wi

Re: Bridge rules

2012-06-29 Thread Henning Brauer
* sven falempin [2012-06-28 23:53]: > Doc : > > <> > Want to do something like > < OPENBSDAWESOME>> > or > < OPENBSDAWESOME>> > > Read Code : > found, in if_bridge.c (following SIOCBRDGARL from ifconfig) > << > bcopy(&req->ifbr_src, &n->brl_src, sizeof(struct ether_addr)); > bcopy(&req->ifbr_dst

Re: Update xf86-input-synaptics to 1.6.2 and fix ALPS touchpads in X11

2012-06-29 Thread Martin Pieuchot
On 29/06/12(Fri) 12:04, Martin Pieuchot wrote: > On 18/06/12(Mon) 08:41, ja...@cieti.lv wrote: > > >Description: > > Touchpad does not work after xf86-input-synaptics update to 1.6.1 > > on Dell E4300. Pointing stick motion is jerky. > > >How-To-Repeat: > > Update xf86-input-synaptics 1.5.2

Update xf86-input-synaptics to 1.6.2 and fix ALPS touchpads in X11

2012-06-29 Thread Martin Pieuchot
On 18/06/12(Mon) 08:41, ja...@cieti.lv wrote: > >Description: > Touchpad does not work after xf86-input-synaptics update to 1.6.1 > on Dell E4300. Pointing stick motion is jerky. > >How-To-Repeat: > Update xf86-input-synaptics 1.5.2 to xf86-input-synaptics 1.6.1 Straightforward update

Buscamos Importadores y agentes para nuestros Robots Industriales

2012-06-29 Thread VKM Robotica
Para: Gerente General Nuestros robots avanzados lideran el mercado de automatización industrial Gracias a la combinación única de: · Alta producción y autonomía · Tiempos de ciclos reducidos. · Rápido retorno de la inversión. · Posibilidad de trabajar c

Re: wbsio: Add support for Winbond W83627UHG

2012-06-29 Thread Mike Belopuhov
On Fri, Jun 29, 2012 at 5:41 AM, Lawrence Teo wrote: > This diff adds support for the Winbond W83627UHG chip, as found on the > Lanner FW-7539 appliance.  This diff was ported from DragonFly BSD: > > http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/245ec76bc1613b22cf282 526fa9931e4c16e4237