Re: ncurses 5.7 update and define USE_SIGWINCH

2011-04-23 Thread Nicholas Marriott
Hi You need to explicitly configure upstream ncurses with --enable-sigwinch so many other platforms do not enable it either. They must also have been affected when ncurses made USE_SIZECHANGE depend on it. We have never had USE_SIGWINCH on. On Fri, Apr 22, 2011 at 08:24:34PM +0100, Mikolaj

Re: ncurses 5.7 update and define USE_SIGWINCH

2011-04-23 Thread Nicholas Marriott
Sorry, I'm lying, it is on by default without --enable-sigwinch. Still, that doesn't mean it's a good idea. On Sat, Apr 23, 2011 at 08:07:00AM +0100, Nicholas Marriott wrote: Hi You need to explicitly configure upstream ncurses with --enable-sigwinch so many other platforms do not enable it

acpithinkpad.c KNF diff

2011-04-23 Thread S. Rodrigues
Index: acpithinkpad.c === RCS file: /cvs/src/sys/dev/acpi/acpithinkpad.c,v retrieving revision 1.25 diff -u -r1.25 acpithinkpad.c --- acpithinkpad.c 2 Jan 2011 04:56:57 - 1.25 +++ acpithinkpad.c 22 Apr 2011

Re: acpithinkpad.c KNF diff

2011-04-23 Thread S. Rodrigues
Changes: - consistent use of \t and whitespace - cleaned some stray whitespace and newlines - fixed one or two lines that were wider than 80 cols - thinkpad_sensor_attach prototype had variable name

Re: fsck_ffs: remove support support for old formats

2011-04-23 Thread Otto Moerbeek
Little feedback on this, If you have good reasons to keep the ability to convert and/or check (very) old ffs on-disk formats, speak up now. -Otto On Mon, Apr 18, 2011 at 12:03:38PM +0200, Otto Moerbeek wrote: Hi, this removes the support to check and convert (very) old

Re: fsck_ffs: remove support support for old formats

2011-04-23 Thread Kenneth R Westerback
On Sat, Apr 23, 2011 at 12:52:46PM +0200, Otto Moerbeek wrote: Little feedback on this, If you have good reasons to keep the ability to convert and/or check (very) old ffs on-disk formats, speak up now. -Otto Let the old crap molder in the grave and not disturb us. If you want to

%ls and %lc for vfprintf()

2011-04-23 Thread Stefan Sperling
This patch implements the %ls and %lc format directives (wchar_t * and wint_t arguments, respectively). Based on NetBSD and FreeBSD code. The vfprintf(3) man page has wrongly been claiming that we already support them. Because vfprintf(3) is used on ramdisks, the code is #ifdef PRINTF_WIDE_CHAR

ld.so speedup for large binaries with many shared libraries

2011-04-23 Thread Dale Rahn
Here is a diff that was originally hatched at c2k10 and finally implemented at k2k11. This has been tested lightly so needs to be tested on all systems with big and small programs. On some machines this can shave 15% off of the startup time of large applications with lots of dynamically loaded

[no subject]

2011-04-23 Thread Brynet
Index: dev/pci/piixpm.c === RCS file: /cvs/src/sys/dev/pci/piixpm.c,v retrieving revision 1.35 diff -u -r1.35 piixpm.c --- dev/pci/piixpm.c9 Apr 2011 04:33:40 - 1.35 +++ dev/pci/piixpm.c24 Apr 2011 03:16:31 - @@

Add SB800+ SMBus support to piixpm.

2011-04-23 Thread Brynet
I sent this accidentally (..and mangled) a few minutes ago, so, here it is again.. allows iic(4)/spdmem(4) to attach on my laptop. Works for me, let me know if there is a better way. -Bryan. Index: dev/pci/piixpm.c === RCS file: