CVS commit: src/sys/arch/x86/include

2010-10-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Oct 26 07:54:12 UTC 2010

Modified Files:
src/sys/arch/x86/include: powernow.h

Log Message:
Remove some unused (ACPI) constants.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/powernow.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-10-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Oct 26 08:57:46 UTC 2010

Modified Files:
src/sys/dev/acpi: acpidevs

Log Message:
Add more identifiers for ATM chips.

Also add PNP0C32 for "quickstart buttons". A driver for this comes later.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/acpi/acpidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-10-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Oct 26 08:59:06 UTC 2010

Modified Files:
src/sys/dev/acpi: acpidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/acpidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-10-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Oct 26 09:13:54 UTC 2010

Modified Files:
src/sys/dev/acpi: acpidevs

Log Message:
Add LEN0014. (And to the previous commit; a driver for this, not PNP0C32, is
possibly coming.)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/acpi/acpidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/nfs

2010-10-26 Thread Christoph Egger
Module Name:src
Committed By:   cegger
Date:   Tue Oct 26 11:44:53 UTC 2010

Modified Files:
src/sys/nfs: nfs_vnops.c

Log Message:
Add diagnostic check which hits when PR 42455 is reproduced.
Idea from hans@


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/sys/nfs/nfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-10-26 Thread Grégoire Sutre
Module Name:src
Committed By:   gsutre
Date:   Tue Oct 26 22:27:44 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_display.c acpi_pci.c acpi_verbose.c acpivar.h

Log Message:
An _ADR object is not required for PCI root bridges.  To solve
this, the structure acpi_pciinfo now tells whether the ACPI
device node is a PCI bridge, a regular PCI device, or both.

Problem reported by jmcneill@, who also suggested the solution.

ok jmcneill@, jruoho@


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/acpi_display.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpi_pci.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpi_verbose.c
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/acpi/acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/stdlib

2010-10-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Oct 26 22:34:33 UTC 2010

Modified Files:
src/lib/libc/stdlib: getenv.3

Log Message:
Improve wording after consultation with njoly.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdlib/getenv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2010-10-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Oct 27 02:58:05 UTC 2010

Modified Files:
src/sys/kern: sys_descrip.c

Log Message:
do_posix_fadvise: check for a negative length; truncate the offset and
round the end-offset, not vice-versa.

Thanks to jakllsch@ for debug info.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/sys_descrip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.