Re: How to have more than 15 pflog interfaces?

2012-04-13 Thread Henning Brauer
if nobody tests this beyond my extremely light tests (try actually USING the pflog interfaces to log to, I didn't), I can't get this in :) * Henning Brauer [2012-04-11 12:21]: > * Henning Brauer [2012-04-11 11:26]: > > * Siju George [2012-04-10 08:16]: > > > On Tue, Apr 10, 2012 at 11:40 AM, An

Re: How to have more than 15 pflog interfaces?

2012-04-13 Thread Siju George
On Fri, Apr 13, 2012 at 1:40 PM, Henning Brauer wrote: > if nobody tests this beyond my extremely light tests (try actually > USING the pflog interfaces to log to, I didn't), I can't get this in :) > I will test. getting a system up with current. Thanks --Siju

pthread_spin_lock family implementation

2012-04-13 Thread Paul Irofti
Okay? (Yes, I'll do the manpage bits as well). Index: lib/libpthread/include/pthread.h === RCS file: /cvs/src/lib/libpthread/include/pthread.h,v retrieving revision 1.33 diff -u -p -r1.33 pthread.h --- lib/libpthread/include/pthread.

Re: How to have more than 15 pflog interfaces?

2012-04-13 Thread Sebastian Benoit
Henning Brauer(henn...@openbsd.org) on 2012.04.13 10:10:41 +0200: > if nobody tests this beyond my extremely light tests (try actually > USING the pflog interfaces to log to, I didn't), I can't get this in :) works somewhat. destroying an interface breaks things: # ifconfig pflog17 create

path correction

2012-04-13 Thread Peter J. Philipp
This probably saw some debate in the past, which I did not see. On my IRC channel it is concensus that the path given out is dangerous. -peter Index: dot.profile === RCS file: /cvs/src/etc/skel/dot.profile,v retrieving revision 1.4

Re: pthread_spin_lock family implementation

2012-04-13 Thread Paul Irofti
On Fri, Apr 13, 2012 at 05:34:09PM +0300, Paul Irofti wrote: > Okay? (Yes, I'll do the manpage bits as well). Now with documentation and style fixes and hppa support. Index: lib/libpthread/include/pthread.h === RCS file: /cvs/src/li

Fix unp_internalize mbuf stomping

2012-04-13 Thread Claudio Jeker
unp_internalize() tries to resize a mbuf by calling MCLGET() and then copying the mbuf data into the extcluster allocated over the mbuf. This fails badly since the exthdr is put into the data section of the mbuf. So instead copy out the data into temporary storage and then copy back after succesful

Re: path correction

2012-04-13 Thread Peter J. Philipp
On Fri, Apr 13, 2012 at 05:08:32PM +0200, Peter J. Philipp wrote: > This probably saw some debate in the past, which I did not see. On my IRC > channel it is concensus that the path given out is dangerous. I'd like to retract this patch. I lied. Yes I told a lie. Danger talking or discussing a

Re: How to have more than 15 pflog interfaces?

2012-04-13 Thread Henning Brauer
* Sebastian Benoit [2012-04-13 17:00]: > Henning Brauer(henn...@openbsd.org) on 2012.04.13 10:10:41 +0200: > > if nobody tests this beyond my extremely light tests (try actually > > USING the pflog interfaces to log to, I didn't), I can't get this in :) > works somewhat. works much betterer now :

turn threads info into an optional flag

2012-04-13 Thread Paul Irofti
This is on top of the former ps(1) & friends usage diff. Turns the threads info into an optional flag. Okay? The ps(1) and top(1) bits will go in as well afterwards. Index: sys/sysctl.h === RCS file: /cvs/src/sys/sys/sysctl.h,v retr

Re: turn threads info into an optional flag

2012-04-13 Thread Paul Irofti
Now with more stuff and a better name. Man page bits still missing. Index: sys/kern/kern_sysctl.c === RCS file: /cvs/src/sys/kern/kern_sysctl.c,v retrieving revision 1.220 diff -u -p -r1.220 kern_sysctl.c --- sys/kern/kern_sysctl.c