Re: ACPI C-States diff

2009-06-08 Thread Jonathan Armani
The patch makes my dell d430 reboot at boot (just after acpi stuff). jor...@peereboom.us a icrit : Sending out an initial attempt at implementing C-states for APCI CPUs. The C-states are used to implement the CPU idle loop per CPU. Please send dmesgs of booting using this patch. Index:

net.inet*.icmp*.rediraccept

2009-06-08 Thread Stuart Henderson
Prompted by an undeadly post [0]. What does anyone think about disabling acceptance of ICMP redirects by default? I had a look in a few relevant places and didn't notice any discussion about this before, but if my google/grep-fu is lacking, please point me in the right direction. [0]

Re: [patch] Make tcpbench server non-forking and non-blocking.

2009-06-08 Thread Reyk Floeter
hi, the idea sounds ok, but why just 128? tcpbench is for benchmarking and testing and it should be possible to run more concurrent connections. it could call getrlimit() to get the actual RLIMIT_NOFILE value which is 128 by default but can be much higher. another variant is the way