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.
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 commi
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 pu
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
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/
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 tel
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
Plea
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.