Re: X41 ACPI suspend hints

2010-08-11 Thread BSD Stuff
Unfortunately, it shows the same behavior also with this patch applied: it immediately wakes up after zzz. Cheers, David The same on my Dell Latitude D620. -luis

Seminario de 'Liderazgo y Project Management'

2010-08-11 Thread acp039
El Club de P+rogramad^ores- AsociaciC3n Civil, invita a participar del seminario 'Liderazgo y Project Management' que se dictarC! los dC-as Martes de 18:30 a 21:30 hs a partir del 24 de agosto de 2010, en Auditorio Congreso, Entre RC-os 166 piso 14 1- Temario a desarrollar 2- Datos del instructor

Re: X41 ACPI suspend hints

2010-08-11 Thread J.C. Roberts
On Thu, 12 Aug 2010 00:08:57 +0200 David Coppa dco...@gmail.com wrote: On Wed, 11 Aug 2010, Mark Kettenis wrote: Date: Tue, 10 Aug 2010 23:15:32 +0200 From: Mike Belopuhov m...@crypt.org.ru Hi, I have a Thinkpad X41 which doesn't do ACPI suspend properly (it immediately

minor disklabel cleanup

2010-08-11 Thread Ted Unangst
Noticed this on a previous commit, just before lock. Index: disklabel.c === RCS file: /cvs/src/sbin/disklabel/disklabel.c,v retrieving revision 1.170 diff -u -r1.170 disklabel.c --- disklabel.c 8 Aug 2010 05:24:46 - 1.170

ntfs cleanup

2010-08-11 Thread Ted Unangst
clean up some chunks of the baboon code in here. as a bonus, it fixes an off by one error in a string copy. yes, a fucking off by one string termination bug in 2010. otherwise, i don't think this changes any behavior. Index: ntfs.h