Discover the HEC Executive MBA in Doha

2010-11-30 Thread HEC Paris Executive Education
DEFINE new perspectives. Discover the HEC Executive MBA, now available in Doha - 6 Majors to choose from - 5 International learning locations - 1 Degree recognized worldwide >> More information: http://www.restworx.com/page,7803,17484474,101,3426,11240,xrheww8m.html HEC PARIS Ranked

Re: more hotplug events

2010-11-30 Thread Marco Peereboom
yes please. I see all kinds of overruns when resuming currently. On Tue, Nov 30, 2010 at 07:37:06PM -0500, Ted Unangst wrote: > there are a lot of usb devices that attach more than 16 things at once, > notably the "endless stream of nonsense uhid" type gadgetry. increase the > limit. > > this

Re: allow bioctl to read passphrase from stdin

2010-11-30 Thread Marco Peereboom
I changed my mind. I did talk with jsing and deraadt about the bioctl follow on but haven't gotten to it yet. On Tue, Nov 30, 2010 at 11:20:53AM -0500, Ted Unangst wrote: > err, the last time this came up you said you would do it right... :) > > http://marc.info/?l=openbsd-misc&m=125613898224309

Inserisci o ricerca immobile

2010-11-30 Thread Annunci immobili
Clicca qui per inserire o cercare annunci Portale interamente gratuito (sia per l'agenzia immobiliare che per il privato) che consente di inserire annunci immobiliari riguardanti immobili in vendita o in affitto. Le persone interessate all'acquisto o alla locazione di una casa (o di un appartament

more hotplug events

2010-11-30 Thread Ted Unangst
there are a lot of usb devices that attach more than 16 things at once, notably the "endless stream of nonsense uhid" type gadgetry. increase the limit. this will use more kernel memory of course (only a tiny bit really, but whatever) so it's allocated at first open. if you don't use hotplug,

Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-30 Thread Jason McIntyre
On Sat, Nov 27, 2010 at 03:18:41PM +0001, Jason McIntyre wrote: > On Sat, Nov 27, 2010 at 12:04:02PM -0300, Carlos Alberto Pereira Gomes wrote: > > > > Hi Jason, > > > > > > I am afraid that, concerning the bsearch.c comment, "involes" was meant > > "involves" because I think the phrase "moving

Re: allow bioctl to read passphrase from stdin

2010-11-30 Thread Chris Kuethe
On Tue, Nov 30, 2010 at 12:51 AM, Joachim Schipper wrote: > In short, what's the use? Network unlocks. I don't want to have to wander over to my colo facility after every reboot, and plug in a disk every time, and I also don't want to have to log in and run bioctl by hand for every volume. --

Re: update pms driver

2010-11-30 Thread Alexandr Shadchin
On Mon, Nov 29, 2010 at 10:08:22PM +, Nicholas Marriott wrote: > > Well, I don't use it so I don't have strong feelings about it, but it > does work for PS/2 mice and it seems that it would be useful for anyone > using wsmoused (although there probably aren't many people). > > Would it be so

Re: allow bioctl to read passphrase from stdin

2010-11-30 Thread Ted Unangst
err, the last time this came up you said you would do it right... :) http://marc.info/?l=openbsd-misc&m=125613898224309&w=2 On Tue, Nov 30, 2010 at 5:16 AM, Marco Peereboom wrote: > I like this. > > On Mon, Nov 29, 2010 at 02:22:35PM -0800, Chris Kuethe wrote: >> Currently bioctl invokes readpas

Re: update pms driver

2010-11-30 Thread Kevin Chadwick
On Mon, 29 Nov 2010 22:08:22 + Nicholas Marriott wrote: > Well, I don't use it so I don't have strong feelings about it, but it > does work for PS/2 mice and it seems that it would be useful for anyone > using wsmoused (although there probably aren't many people). I use xset m, that isn't af

Re: allow bioctl to read passphrase from stdin

2010-11-30 Thread Marco Peereboom
I like this. On Mon, Nov 29, 2010 at 02:22:35PM -0800, Chris Kuethe wrote: > Currently bioctl invokes readpassphrase(3) with RPP_REQUIRE_TTY, which > means that there must be a controlling tty to read the password from. > This diff adds an option (-s) to force bioctl to read the passphrase > from

Re: allow bioctl to read passphrase from stdin

2010-11-30 Thread Joachim Schipper
On Mon, Nov 29, 2010 at 02:22:35PM -0800, Chris Kuethe wrote: > Currently bioctl invokes readpassphrase(3) with RPP_REQUIRE_TTY, which > means that there must be a controlling tty to read the password from. > This diff adds an option (-s) to force bioctl to read the passphrase > from stdin. Without

Re: acpithinkpad(4) fan control - sysctl callback in kernel?

2010-11-30 Thread Stuart Henderson
On 2010/11/30 09:10, Christopher Zimmermann wrote: > Still I'd like to implement a sysctl interface. The example of > lid_suspend did not help much. I need something like a callback when > userspace changes the sysctl variable. Is this possible? Or should I do > it like it is done for lid_suspend a

Re: acpithinkpad(4) fan control - sysctl callback in kernel?

2010-11-30 Thread Christopher Zimmermann
On 11/22/10 23:01, joshua stein wrote: > as for code implementing the sysctl, it would probably be something > created under machdep, like the recently added machdep.lidsuspend. Thanks for your code. It helped me to do a first test of the fan control on my T43. It reacts strangely (regulates fan s