Re: request for the inclusion of the pcap-filter manpage

2012-03-04 Thread Lawrence Teo
On Mon, Mar 05, 2012 at 12:43:07AM +0100, Ingo Schwarze wrote: > > http://www.manpagez.com/man/7/pcap-filter/ > > http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz > > > > Please consider adding it to the distribution. > > From cursory inspection, it looks like OpenBSD is using a fork of > libp

Re: request for the inclusion of the pcap-filter manpage

2012-03-04 Thread Ingo Schwarze
Hi Han, Han Boetes wrote on Sat, Mar 03, 2012 at 11:08:53PM +0059: > The current libpcap distribution contains the pcap-filter manpage > which in my opinion is a very useful manpage for the use of tcpdump. Sure. On OpenBSD, the same information is included in the tcpdump(8) manual. > http://ww

Re: enable/fix vt switching on sandybridge machines

2012-03-04 Thread Mark Kettenis
> Date: Sun, 4 Mar 2012 12:27:56 -0800 > From: Mike Larkin > Cc: joshua stein , tech@openbsd.org > Reply-To: mlar...@azathoth.net > List-Owner: > X-Loop: tech@openbsd.org > Sender: owner-t...@openbsd.org > X-XS4ALL-DNSBL-Checked: mxdrop214.xs4all.nl checked 192.43.2

Re: enable/fix vt switching on sandybridge machines

2012-03-04 Thread Mike Larkin
On Sat, Mar 03, 2012 at 09:43:39PM +0100, Matthieu Herrb wrote: > On Sat, Mar 03, 2012 at 12:50:32PM -0600, joshua stein wrote: > > > And it only works if you don't suspend the machine. After a > > > suspend/resume cycle, X still comes back, but text mode VTs stay black > > > again. > > > > does

Re: enable/fix vt switching on sandybridge machines

2012-03-04 Thread Mark Kettenis
> Date: Fri, 2 Mar 2012 21:27:52 -0600 > From: joshua stein Hi Joshua, There is something strange about your diff... > diff --git a/driver/xf86-video-intel/src/intel_driver.c > b/driver/xf86-video-intel/src/intel_driver.c > index 03b1586..8f04695 100644 > --- a/driver/xf86-video-intel/src/inte

Re: SMBus support for AMD CS5536 (glxpcib)

2012-03-04 Thread Mike Belopuhov
On Sun, Feb 26, 2012 at 17:00 +0100, Mike Belopuhov wrote: > On Sat, Feb 25, 2012 at 15:46 +0100, Mike Belopuhov wrote: > > hi, > > > > here's a diff that adds support for the SMBus controller found > > on AMD CS5536: > > > > glxpcib0 at pci0 dev 15 function 0 "AMD CS5536 ISA" rev 0x03: rev 3, 32

BSD strip error handling V2

2012-03-04 Thread Tobias Ulmer
V2 In the 'ofile' branch (process single file): Replaced ERROR with err(), removing dead code and preventing the infinite read/write error loop. Also fix printing of the close() errno which nobody cares about and make lint less angry in a few cases. I admit these are all rather obscure and unlik

better fix for IETF stupidity

2012-03-04 Thread Claudio Jeker
IETF once again fucked up by creating an ivory tower spec while ignoring reality. In short the MRT RFC specifies an encoding that is not even used by the example in the RFC itself. Because of this the MRT parser code needs to detect the two different encodings. This diff tries to make this detecti