Re: [RFC4448] wire(4) patch v1

2012-08-26 Thread Rafael Zalamena
On Wed, Aug 22, 2012 at 12:20:19AM -0300, Rafael Zalamena wrote: > I've being working on a project that involves MPLS and OpenBSD, I > recently started coding and I would really love to get some > comments/advices about it. > > This thread will contain code about the wire(4) pseudo device (RFC4448

Re: Toolchain bump: be careful upgrading from source

2012-08-26 Thread Matthew Dempsky
On Sun, Aug 26, 2012 at 10:28 AM, Chris Bennett wrote: > I have done a fresh checkout of -current src, but I still get: > > # ld --verbose | grep randomdata > PROVIDE (__openbsd_randomdata_start = .); > .openbsd.randomdata : > *(.openbsd.randomdata .openbsd.randomdata.*) > PROVIDE (_

Re: Toolchain bump: be careful upgrading from source

2012-08-26 Thread Chris Bennett
I have done a fresh checkout of -current src, but I still get: # ld --verbose | grep randomdata PROVIDE (__openbsd_randomdata_start = .); .openbsd.randomdata : *(.openbsd.randomdata .openbsd.randomdata.*) PROVIDE (__openbsd_randomdata_end = .); This does not match what is shown unde

Re: [cwm] ssh menu: match on any part of input

2012-08-26 Thread Igot Essex
> I don't know about you guys, but: > > 1) I can recall last octet of an IP address more often than the first, > 2) I have a lot of machines in the same /24 subnet. Why not use globbing? I find search_match_text redundant since search_match_exec has support for globbing. You can do "*x*" to get t