Re: If you are one of the cool kids who cranks kern.bufcachepercent up..

2010-01-17 Thread Janne Johansson
Bob Beck wrote: My conern is what is actually behind your possible panic. We (including myself) have been introducing and removing some dlg inspired breakage at the same time here so it depends what you are doing. Please continue and let me know what you see. I redid the tests on my 2G laptop

games/fortune/strfile/strfile.8

2010-01-17 Thread Lars Nooden
The output made by strfile currently gets the suffix '.dat' by default. /Lars Index: strfile.8 === RCS file: /cvs/src/games/fortune/strfile/strfile.8,v retrieving revision 1.13 diff -u -p -u -p -r1.13 strfile.8 --- strfile.8 31

sizeof(x)/sizeof(x[0]) - nitems(x)

2010-01-17 Thread Stuart Henderson
This diff uses nitems in various places in sys/dev/pci. If this is wanted I'll do more sometime. No md5 changes. Ok? Index: adv_pci.c === RCS file: /cvs/src/sys/dev/pci/adv_pci.c,v retrieving revision 1.10 diff -u -p -r1.10

Re: games/fortune/strfile/strfile.8

2010-01-17 Thread Ingo Schwarze
Hi Lars, The output made by strfile currently gets the suffix '.dat' by default. Fixed, thanks. Note that strfile(8) is not installed by default, neither the utility nor the manual. It's only used by the build process. Yours, Ingo Index: strfile.8

Re: games/fortune/strfile/strfile.8

2010-01-17 Thread Lars Nooden
Ingo Schwarze wrote: Note that strfile(8) is not installed by default, neither the utility nor the manual. It's only used by the build process. Noted. Thanks. I missed a second change. /Lars Index: strfile.8 === RCS file:

Re: games/fortune/strfile/strfile.8

2010-01-17 Thread Ingo Schwarze
Hi Lars, I missed a second change. Well, i already fixed that one, and two more details, in my commit. ;-) Index: strfile.8 === RCS file: /cvs/src/games/fortune/strfile/strfile.8,v retrieving revision 1.13 diff -u -p -r1.13

cwm no blank labels

2010-01-17 Thread Thomas Pfaff
This diff disallows setting blank labels and pressing Esc while editing the current one will leave it unchanged. I don't see the point in allowing empty labels as the windows will just show up as blank entries in the menu. Also remove `current' variable and just use `cc-label'. Index: kbfunc.c

rt2661 patch to fix interrupt handling under load

2010-01-17 Thread Tom Murphy
Hi, I'd like to point out that Roland Dreier's patch as detailed here: http://www.mail-archive.com/m...@openbsd.org/msg83528.html Works great on my little Soekris 5501 with a RT2661. (dmesg attached to end of this email.) I do still get the odd wireless drop for 15-20 seconds, but it no

Re: rt2661 patch to fix interrupt handling under load

2010-01-17 Thread Marco Peereboom
Then if no one objects I'll commit it tomorrow. On Sun, Jan 17, 2010 at 04:54:09PM -0600, Marco Peereboom wrote: Has this been tested on all variants of the chip? On Sun, Jan 17, 2010 at 07:40:29PM +, Tom Murphy wrote: Hi, I'd like to point out that Roland Dreier's patch as