CVS commit: src/sys/dev/acpi

2013-11-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Nov 20 13:39:59 UTC 2013

Modified Files:
src/sys/dev/acpi: acpi_cpu_tstate.c

Log Message:
As discussed with bouyer@, fix a too eager T-state validation check to
accomodate new Intel CPUs.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/acpi/acpi_cpu_tstate.c

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



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

2013-11-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Nov 20 13:52:30 UTC 2013

Modified Files:
src/sys/arch/x86/acpi: acpi_cpu_md.c

Log Message:
Allow 4-bit range for MSR_THERM_CONTROL.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/acpi/acpi_cpu_md.c

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



CVS commit: src/share/man/man9/man9.x86

2013-11-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Nov 20 18:13:16 UTC 2013

Modified Files:
src/share/man/man9/man9.x86: tsc.9

Log Message:
Don't be so pessimistic.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/man9.x86/tsc.9

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



CVS commit: src/share/man/man9

2014-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 12 16:37:01 UTC 2014

Modified Files:
src/share/man/man9: SET.9

Log Message:
Fix a prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/SET.9

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



CVS commit: src/sys/dev/sysmon

2010-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 11 13:51:01 UTC 2010

Modified Files:
src/sys/dev/sysmon: sysmon_power.c

Log Message:
Fix comment typos (mangement, managmenet).


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/sysmon/sysmon_power.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-03-15 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 16 05:48:43 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi.c acpi_wakedev.c acpi_wakedev.h acpivar.h

Log Message:
With the intent of making 'struct acpi_devnode' as the central place for
information related to ACPI device nodes: (a) introduce a generic scan
function for ACPI device driver "capabilities", and (b) eliminate local data
structures from ACPI wake-devices. Discussed with jmcne...@.


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/acpi_wakedev.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/acpi_wakedev.h
cvs rdiff -u -r1.43 -r1.44 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/sys/dev/acpi

2010-03-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 16 07:18:56 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_wakedev.c

Log Message:
Remove unused headers.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/acpi_wakedev.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-03-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 16 08:02:01 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi.c

Log Message:
Remove the call to AcpiGetType() in acpi_make_devnode(). This is the same
information as ACPI_DEVICE_INFO::Type, obtained later by AcpiGetObjectInfo().


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/dev/acpi/acpi.c

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



CVS commit: src/share/man/man9

2010-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 07:31:14 UTC 2010

Modified Files:
src/share/man/man9: sysmon_envsys.9

Log Message:
Some minor improvements to wording, grammar, and markup.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/sysmon_envsys.9

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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 07:40:34 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Move the low and warning capacity sensors to the limits framework provided
by sysmon_envsys(9).


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/acpi/acpi_bat.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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 07:48:18 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Fix the testing of temporarily unknown values.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/acpi/acpi_bat.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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 08:07:27 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Remove the timer-based check in the sensor refresh routine. We henceforth
trust that the sysmon_envsys(9)'s polling is functioning properly. Discussed
with drochner@, jmcneill@, and pgoye...@.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/acpi/acpi_bat.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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 09:21:50 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Remove the technology "sensor" (a fixed constant). Report this information
in an improved output when the battery information changes (i.e. device
attachment or battery removal/insertion).


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/acpi/acpi_bat.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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 11:07:59 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Print also the so-called "granularity" values when the _BIF is evaluated.
These refer to the smallest increment in capacity that the battery is
capable of measuring.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/acpi/acpi_bat.c

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



CVS commit: src/share/man/man4

2010-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 17:16:43 UTC 2010

Modified Files:
src/share/man/man4: acpibat.4

Log Message:
Try to document this in a little more verbose manner.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/acpibat.4

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



CVS commit: src/share/man/man9

2010-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 18:45:19 UTC 2010

Modified Files:
src/share/man/man9: iic.9

Log Message:
Add the specification from NXP to SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/iic.9

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



CVS commit: src/share/man/man9

2010-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 18:55:13 UTC 2010

Modified Files:
src/share/man/man9: iic.9

Log Message:
Add also the SMBus specification.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/iic.9

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-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 17 20:29:32 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_tz.c

Log Message:
Silence errors from the integer evaluations in case the objects are not found.
(This was too verbose even for ACPI_DEBUG.) Also fit the status messages to
one line during boot by using aprint_verbose() for extra information.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/acpi/acpi_tz.c

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



CVS commit: src/share/man/man5

2010-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Mar 19 19:17:54 UTC 2010

Modified Files:
src/share/man/man5: rc.conf.5

Log Message:
Document some missing options. Fixes my own PR # 41913.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/share/man/man5/rc.conf.5

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



CVS commit: src/share/man/man3

2010-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Mar 19 19:36:28 UTC 2010

Modified Files:
src/share/man/man3: rb.3

Log Message:
Some cosmetic modifications, including removal of white space.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/rb.3

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



CVS commit: src/share/man/man5

2010-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Mar 19 20:07:00 UTC 2010

Modified Files:
src/share/man/man5: rc.conf.5

Log Message:
Bump date for the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/share/man/man5/rc.conf.5

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



CVS commit: src/usr.sbin/apm

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 07:59:45 UTC 2010

Modified Files:
src/usr.sbin/apm: apm.8

Log Message:
Add a note that APM was deprecated by the PC manufacturers in about 1996.
Mention the APM emulation layer of ACPI. In addition, some small fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/apm/apm.8

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



CVS commit: src/usr.sbin/apmd

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 09:22:37 UTC 2010

Modified Files:
src/usr.sbin/apmd: apmd.8

Log Message:
Note also here that this is a legacy daemon that is more or less deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/apmd/apmd.8

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



CVS commit: src/share/man/man3

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 10:26:06 UTC 2010

Modified Files:
src/share/man/man3: fast_divide32.3

Log Message:
Add the (ACM) journal where this appeared. Fix URL.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/fast_divide32.3

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



CVS commit: src/share/man/man3

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 14:45:18 UTC 2010

Modified Files:
src/share/man/man3: fast_divide32.3

Log Message:
Do not use .pp with %P, as noted by jo...@.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/fast_divide32.3

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



CVS commit: src/share/man/man3

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 16:33:51 UTC 2010

Modified Files:
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: stdint.3

Log Message:
Add a manual page for . From FreeBSD, by Mike Barcroft.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3/stdint.3

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



CVS commit: src/distrib/sets/lists/comp

2010-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 20 16:38:19 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add stdint(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1408 -r1.1409 src/distrib/sets/lists/comp/mi

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 11:12:52 UTC 2010

Modified Files:
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: stdbool.3

Log Message:
As we have added stdint(3) and tgmath(3), we may as well add stdbool(3).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3/stdbool.3

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 11:13:36 UTC 2010

Modified Files:
src/share/man/man3: stdint.3

Log Message:
Reference stdbool(3).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/stdint.3

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



CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 11:14:54 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add stdbool(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1409 -r1.1410 src/distrib/sets/lists/comp/mi

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 12:27:51 UTC 2010

Modified Files:
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: stddef.3

Log Message:
While at it, add also stddef(3).


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3/stddef.3

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



CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 12:30:25 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add stddef(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1410 -r1.1411 src/distrib/sets/lists/comp/mi

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 12:36:21 UTC 2010

Modified Files:
src/share/man/man3: offsetof.3

Log Message:
Reference stddef(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/offsetof.3

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 12:40:51 UTC 2010

Modified Files:
src/share/man/man3: stddef.3

Log Message:
Note that some of these were already in ANSI C.

XXX: Maybe someone with insight adds a word or two about the history?


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/stddef.3

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-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 13:39:51 UTC 2010

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

Log Message:
Emphasize imaxint_t.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/imaxabs.3

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



CVS commit: src/share/man/man3

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 19:42:51 UTC 2010

Modified Files:
src/share/man/man3: Makefile stdint.3
Added Files:
src/share/man/man3: inttypes.3

Log Message:
Document .


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3/inttypes.3
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/stdint.3

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



CVS commit: src/distrib/sets/lists/comp

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 19:45:59 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add inttypes(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1411 -r1.1412 src/distrib/sets/lists/comp/mi

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



CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 19:55:19 UTC 2010

Modified Files:
src/lib/libc/stdio: printf.3

Log Message:
Mention the recommended usage of inttypes(3) when applicable.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/stdio/printf.3

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



CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 20:34:52 UTC 2010

Modified Files:
src/lib/libc/stdio: scanf.3

Log Message:
Note inttypes(3) also here.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/scanf.3

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



CVS commit: src/lib/libc/stdio

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 20:38:20 UTC 2010

Modified Files:
src/lib/libc/stdio: scanf.3

Log Message:
Bump date for previous.


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

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



CVS commit: src

2010-03-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 21 21:23:51 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: iso646.3

Log Message:
Document the weird .


To generate a diff of this commit:
cvs rdiff -u -r1.1412 -r1.1413 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.44 -r1.45 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man3/iso646.3

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



CVS commit: src/share/man/man3

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 08:04:25 UTC 2010

Modified Files:
src/share/man/man3: bits.3

Log Message:
Small changes to wording and markup.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/bits.3

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-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 09:31:24 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Set the capacity flags already in the acpibat_get_info(),
instead of acpibat_get_status().


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/acpi/acpi_bat.c

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



CVS commit: src/share/man/man3

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 09:46:17 UTC 2010

Modified Files:
src/share/man/man3: stddef.3

Log Message:
Note that some definitions, such as NULL, were already in v4 UNIX.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/stddef.3

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



CVS commit: src

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 10:32:49 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Added Files:
src/share/man/man9: SET.9

Log Message:
Document the questionable ISSET/SET/CLR macros.


To generate a diff of this commit:
cvs rdiff -u -r1.1413 -r1.1414 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.320 -r1.321 src/share/man/man9/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/SET.9

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-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 11:13:23 UTC 2010

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

Log Message:
Add IFX0102 and PNP0C15. Fix INT0800.

Observed from the dmesg of nojoly@'s Sony VAIO VGN-BZ12VN.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.14 -r1.15 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-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 11:16:02 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.12 -r1.13 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/share/man/man3

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 12:39:22 UTC 2010

Modified Files:
src/share/man/man3: bits.3

Log Message:
Add a missing word introduced in the previous commit. Thanks, s...@.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/bits.3

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



CVS commit: src/lib/libc/stdio

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 13:15:54 UTC 2010

Modified Files:
src/lib/libc/stdio: scanf.3

Log Message:
Break the (too) big lead paragraph into three smaller ones.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdio/scanf.3

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-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 22 15:08:36 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Fix the previous commit properly: we need to set all sensor-flags during the
initialization of sysmon_envsys(9), otherwise, if _STA does not return true
during the attachment of the driver, it is possible that a flag is never
set. This flaw has always been present, but it only got exposed after the
conversion to use the sysmon-limits.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/dev/acpi/acpi_bat.c

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



CVS commit: src/share/man/man7

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 23 05:52:43 UTC 2010

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Document the following: ddb.maxwidth, ddb.tee_msgbuf, and ddb.commandonenter.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man7/sysctl.7

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



CVS commit: src/share/man/man7

2010-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 23 05:54:34 UTC 2010

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man7/sysctl.7

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



CVS commit: src/share/man/man7

2010-03-23 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 23 07:43:54 UTC 2010

Modified Files:
src/share/man/man7: intro.7

Log Message:
General update.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man7/intro.7

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



CVS commit: src/share/man/man7

2010-03-23 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 23 07:45:58 UTC 2010

Modified Files:
src/share/man/man7: pkgsrc.7

Log Message:
Wrap the pkgsrc guide and its URL around .Rs/.Re.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man7/pkgsrc.7

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



CVS commit: src/share/man/man3

2010-03-24 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 06:56:20 UTC 2010

Modified Files:
src/share/man/man3: Makefile stddef.3 sysexits.3
Added Files:
src/share/man/man3: stdlib.3

Log Message:
Document .

Written with minimum maintenance costs in mind; only the defined types and
macros are described.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man3/Makefile
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/stddef.3
cvs rdiff -u -r0 -r1.1 src/share/man/man3/stdlib.3
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/sysexits.3

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



CVS commit: src/distrib/sets/lists/comp

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 07:03:34 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add stdlib(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1415 -r1.1416 src/distrib/sets/lists/comp/mi

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



CVS commit: src/share/man/man9

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 10:09:55 UTC 2010

Modified Files:
src/share/man/man9: Makefile
Added Files:
src/share/man/man9: pfind.9

Log Message:
Document p_find(), pfind(), pg_find(), and pgfind().

XXX: Needs a quick proofread.


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/share/man/man9/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/pfind.9

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



CVS commit: src/distrib/sets/lists/comp

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 10:21:10 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add pfind(9).


To generate a diff of this commit:
cvs rdiff -u -r1.1416 -r1.1417 src/distrib/sets/lists/comp/mi

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



CVS commit: src

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 14:59:37 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile hz.9

Log Message:
In addition to 'hz', document also 'tick', 'tickadj', 'stathz', and 'profhz'.

The idea comes from OpenBSD, but this was written largely based on the
comments in kern_clock.c. XXX: schedhz?


To generate a diff of this commit:
cvs rdiff -u -r1.1417 -r1.1418 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.322 -r1.323 src/share/man/man9/Makefile
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/hz.9

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



CVS commit: src/share/man/man7

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 15:09:05 UTC 2010

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Mention the updated hz(9) here.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/man/man7/sysctl.7

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



CVS commit: src/share/man/man9

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 15:17:38 UTC 2010

Modified Files:
src/share/man/man9: hardclock.9

Log Message:
Vaguely describe the frame-parameter. Beautify.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/hardclock.9

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



CVS commit: src/share/man/man4

2010-03-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 25 15:34:30 UTC 2010

Modified Files:
src/share/man/man4: acpibat.4

Log Message:
Minor spelling fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/acpibat.4

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



CVS commit: src/share/man/man1

2010-03-31 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 31 16:52:03 UTC 2010

Modified Files:
src/share/man/man1: ld.so.1

Log Message:
Add the "Linkers and Loaders" to SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man1/ld.so.1

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 14:40:34 UTC 2010

Modified Files:
src/lib/libc/sys: acct.2

Log Message:
Trivia: one .Pp after .El, speak about NULL instead of nil pointers, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/acct.2

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



CVS commit: src/lib/libc/gen

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 14:49:31 UTC 2010

Modified Files:
src/lib/libc/gen: time.3

Log Message:
Some interesting additions to the history section. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/time.3

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 15:13:44 UTC 2010

Modified Files:
src/lib/libc/sys: getgid.2 getpid.2 getuid.2 setuid.2

Log Message:
Add some history.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/sys/getgid.2
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/getpid.2
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/sys/getuid.2
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/setuid.2

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 15:35:06 UTC 2010

Modified Files:
src/lib/libc/sys: unlink.2

Log Message:
An unlink() appeared already in v2 UNIX.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/unlink.2

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 15:42:22 UTC 2010

Modified Files:
src/lib/libc/sys: lseek.2

Log Message:
Add a history section. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/lseek.2

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 15:43:46 UTC 2010

Modified Files:
src/lib/libc/sys: read.2 wait.2 write.2

Log Message:
The functions read(), wait(), and write() appeared already in v2 UNIX.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/read.2
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/wait.2
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/write.2

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



CVS commit: src/lib/libc/sys

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 15:48:53 UTC 2010

Modified Files:
src/lib/libc/sys: open.2 stat.2

Log Message:
Mention the history of stat(2) and fix the history of open(2).


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/sys/open.2
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/stat.2

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-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 16:29:22 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Update the limits when a change from absent to present is detected.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/acpi/acpi_bat.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/pci

2010-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr  3 17:54:25 UTC 2010

Modified Files:
src/sys/dev/pci: arcmsr.c

Log Message:
Only unregister the sensors if these were successfully installed;
sysmon_envsys_unregister() does not check for NULL pointers gracefully.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/arcmsr.c

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



CVS commit: src/share/misc

2010-04-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  4 17:55:52 UTC 2010

Modified Files:
src/share/misc: acronyms

Log Message:
FTBFS, POV, TOCTOU, and YAGNI.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/share/misc/acronyms

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



CVS commit: src/sys/external/intel-public/acpica/dist

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 04:28:57 UTC 2010

Update of /cvsroot/src/sys/external/intel-public/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv21948

Log Message:
Import ACPICA 20100121.

Selected changes between 20090730 and 20100121:

  * A "post-order callback" was added to AcpiWalkNamespace().

  * The ACPI_INTEGER type was removed and replaced with UINT64. Support for
this type remains (for the time being) for compatibility reasons.

  * AcpiGetDevices() was optimized to not run extra _STA methods.

  * Fixed possible mutex acquisition errors when running _REG methods.

  * iASL was fixed not to fault when the maximum number of errors is
reached.

  * Various miscellaneous fixes and improvements, including, for example,
improved object repair capabilities, memory leak fixes, better type  
conversions, module-level code execution, etc.


Status:

Vendor Tag: intel
Release Tags:   acpica-20100121

U src/sys/external/intel-public/acpica/dist/changes.txt
U src/sys/external/intel-public/acpica/dist/osunixxf.c
U src/sys/external/intel-public/acpica/dist/README
U src/sys/external/intel-public/acpica/dist/common/adisasm.c
U src/sys/external/intel-public/acpica/dist/common/adfile.c
N src/sys/external/intel-public/acpica/dist/common/dmextern.c
U src/sys/external/intel-public/acpica/dist/common/adwalk.c
U src/sys/external/intel-public/acpica/dist/common/dmrestag.c
U src/sys/external/intel-public/acpica/dist/common/dmtable.c
U src/sys/external/intel-public/acpica/dist/common/dmtbdump.c
C src/sys/external/intel-public/acpica/dist/common/dmtbinfo.c
U src/sys/external/intel-public/acpica/dist/common/getopt.c
U src/sys/external/intel-public/acpica/dist/compiler/aslcompiler.h
U src/sys/external/intel-public/acpica/dist/compiler/aslanalyze.c
U src/sys/external/intel-public/acpica/dist/compiler/aslcodegen.c
U src/sys/external/intel-public/acpica/dist/compiler/aslcompile.c
U src/sys/external/intel-public/acpica/dist/compiler/aslcompiler.l
U src/sys/external/intel-public/acpica/dist/compiler/aslcompiler.y
U src/sys/external/intel-public/acpica/dist/compiler/asldefine.h
U src/sys/external/intel-public/acpica/dist/compiler/aslerror.c
U src/sys/external/intel-public/acpica/dist/compiler/aslfiles.c
U src/sys/external/intel-public/acpica/dist/compiler/aslfold.c
U src/sys/external/intel-public/acpica/dist/compiler/aslglobal.h
U src/sys/external/intel-public/acpica/dist/compiler/asllength.c
U src/sys/external/intel-public/acpica/dist/compiler/asllisting.c
U src/sys/external/intel-public/acpica/dist/compiler/aslload.c
U src/sys/external/intel-public/acpica/dist/compiler/asllookup.c
U src/sys/external/intel-public/acpica/dist/compiler/aslmain.c
U src/sys/external/intel-public/acpica/dist/compiler/aslmap.c
U src/sys/external/intel-public/acpica/dist/compiler/aslopcodes.c
U src/sys/external/intel-public/acpica/dist/compiler/asloperands.c
U src/sys/external/intel-public/acpica/dist/compiler/aslopt.c
U src/sys/external/intel-public/acpica/dist/compiler/aslresource.c
U src/sys/external/intel-public/acpica/dist/compiler/aslrestype1.c
U src/sys/external/intel-public/acpica/dist/compiler/aslrestype2.c
U src/sys/external/intel-public/acpica/dist/compiler/aslstartup.c
U src/sys/external/intel-public/acpica/dist/compiler/aslstubs.c
U src/sys/external/intel-public/acpica/dist/compiler/asltransform.c
U src/sys/external/intel-public/acpica/dist/compiler/asltree.c
U src/sys/external/intel-public/acpica/dist/compiler/asltypes.h
U src/sys/external/intel-public/acpica/dist/compiler/aslutils.c
U src/sys/external/intel-public/acpica/dist/compiler/Makefile
U src/sys/external/intel-public/acpica/dist/compiler/readme.txt
U src/sys/external/intel-public/acpica/dist/debugger/dbdisply.c
C src/sys/external/intel-public/acpica/dist/debugger/dbcmds.c
U src/sys/external/intel-public/acpica/dist/debugger/dbfileio.c
C src/sys/external/intel-public/acpica/dist/debugger/dbexec.c
U src/sys/external/intel-public/acpica/dist/debugger/dbhistry.c
C src/sys/external/intel-public/acpica/dist/debugger/dbinput.c
U src/sys/external/intel-public/acpica/dist/debugger/dbstats.c
C src/sys/external/intel-public/acpica/dist/debugger/dbutils.c
U src/sys/external/intel-public/acpica/dist/debugger/dbxface.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmbuffer.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmnames.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmobject.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmopcode.c
C src/sys/external/intel-public/acpica/dist/disassembler/dmresrc.c
C src/sys/external/intel-public/acpica/dist/disassembler/dmresrcl.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmresrcs.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmutils.c
U src/sys/external/intel-public/acpica/dist/disassembler/dmwalk.c
U src/sys/external/intel-public/acpica/dist/dispatcher/dsfield.c
U src/sys/external/intel-publi

CVS commit: src/sys/external/intel-public/acpica/dist

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 04:31:49 UTC 2010

Modified Files:
src/sys/external/intel-public/acpica/dist/common: dmtbinfo.c
src/sys/external/intel-public/acpica/dist/debugger: dbcmds.c dbexec.c
dbinput.c dbutils.c
src/sys/external/intel-public/acpica/dist/disassembler: dmresrc.c
dmresrcl.c
src/sys/external/intel-public/acpica/dist/dispatcher: dsopcode.c
src/sys/external/intel-public/acpica/dist/events: evrgnini.c
src/sys/external/intel-public/acpica/dist/executer: exdump.c
src/sys/external/intel-public/acpica/dist/include: acdebug.h acdisasm.h
acinterp.h aclocal.h acmacros.h acnamesp.h acpiosxf.h acpixf.h
acresrc.h actables.h actbl1.h actypes.h acutils.h
src/sys/external/intel-public/acpica/dist/include/platform: acnetbsd.h
src/sys/external/intel-public/acpica/dist/namespace: nsaccess.c
nsdump.c nseval.c nsinit.c nsxfeval.c nsxfname.c
src/sys/external/intel-public/acpica/dist/parser: psloop.c psopcode.c
src/sys/external/intel-public/acpica/dist/resources: rsdump.c rsutils.c
rsxface.c
src/sys/external/intel-public/acpica/dist/tables: tbfadt.c tbutils.c
tbxface.c tbxfroot.c
src/sys/external/intel-public/acpica/dist/utilities: utcache.c
utdebug.c uteval.c utglobal.c utmisc.c uttrack.c

Log Message:
Merge ACPICA 20100121


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/common/dmtbinfo.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/debugger/dbcmds.c \
src/sys/external/intel-public/acpica/dist/debugger/dbexec.c \
src/sys/external/intel-public/acpica/dist/debugger/dbinput.c \
src/sys/external/intel-public/acpica/dist/debugger/dbutils.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/disassembler/dmresrc.c \
src/sys/external/intel-public/acpica/dist/disassembler/dmresrcl.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/dispatcher/dsopcode.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/events/evrgnini.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/executer/exdump.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/include/acdebug.h \
src/sys/external/intel-public/acpica/dist/include/acdisasm.h \
src/sys/external/intel-public/acpica/dist/include/acinterp.h \
src/sys/external/intel-public/acpica/dist/include/aclocal.h \
src/sys/external/intel-public/acpica/dist/include/acmacros.h \
src/sys/external/intel-public/acpica/dist/include/acnamesp.h \
src/sys/external/intel-public/acpica/dist/include/acpiosxf.h \
src/sys/external/intel-public/acpica/dist/include/acpixf.h \
src/sys/external/intel-public/acpica/dist/include/acresrc.h \
src/sys/external/intel-public/acpica/dist/include/actables.h \
src/sys/external/intel-public/acpica/dist/include/actbl1.h \
src/sys/external/intel-public/acpica/dist/include/actypes.h \
src/sys/external/intel-public/acpica/dist/include/acutils.h
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/intel-public/acpica/dist/include/platform/acnetbsd.h
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/namespace/nsaccess.c \
src/sys/external/intel-public/acpica/dist/namespace/nsdump.c \
src/sys/external/intel-public/acpica/dist/namespace/nseval.c \
src/sys/external/intel-public/acpica/dist/namespace/nsinit.c \
src/sys/external/intel-public/acpica/dist/namespace/nsxfeval.c \
src/sys/external/intel-public/acpica/dist/namespace/nsxfname.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/parser/psloop.c \
src/sys/external/intel-public/acpica/dist/parser/psopcode.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/resources/rsdump.c \
src/sys/external/intel-public/acpica/dist/resources/rsutils.c \
src/sys/external/intel-public/acpica/dist/resources/rsxface.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/tables/tbfadt.c \
src/sys/external/intel-public/acpica/dist/tables/tbxface.c \
src/sys/external/intel-public/acpica/dist/tables/tbxfroot.c
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/intel-public/acpica/dist/tables/tbutils.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/intel-public/acpica/dist/utilities/utcache.c \
src/sys/external/intel-public/acpica/dist/utilities/utdebug.c \
src/sys/external/intel-public/acpica/dist/utilities/uteval.c \
src/sys/external/intel-public/acpica/dist/utilities/utglobal.c \
src/sys/external/intel-public/acpica/dist/utilities/utmisc.c \
src/sys/external/intel-public/acpica/dist/utilities/uttrack.c

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

CVS commit: src/sys/external/intel-public/acpica/dist/namespace

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 04:34:22 UTC 2010

Modified Files:
src/sys/external/intel-public/acpica/dist/namespace: nsinit.c
nsrepair2.c

Log Message:
__UNCONST(3).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/intel-public/acpica/dist/namespace/nsinit.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/intel-public/acpica/dist/namespace/nsrepair2.c

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



CVS commit: src

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 04:37:14 UTC 2010

Modified Files:
src/external/intel-public/acpica/bin/iasl: Makefile
src/sys/external/intel-public/acpica/conf: files.acpica

Log Message:
Add new files from ACPICA 20100121.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/intel-public/acpica/bin/iasl/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/sys/external/intel-public/acpica/conf/files.acpica

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



CVS commit: src/sys

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 04:40:51 UTC 2010

Modified Files:
src/sys/arch/i386/acpi: vald_acpi.c
src/sys/arch/x86/x86: mpacpi.c
src/sys/dev/acpi: acpi.c sony_acpi.c

Log Message:
ACPICA 20091112:

Implemented a post-order callback to AcpiWalkNamespace. The existing
interface only has a pre-order callback. This change adds an
additional parameter for a post-order callback which will be more
useful for bus scans.  ACPICA BZ 779. Lin Ming. Updated the ACPICA
Programmer Reference.

We will use the old "pre-order callback" for the time being.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/acpi/vald_acpi.c
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -u -r1.163 -r1.164 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/sony_acpi.c

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



CVS commit: src/doc

2010-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 05:13:52 UTC 2010

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Note the import of ACPICA 20100121.

(The current version is 20100331, but it was too experimental.)


To generate a diff of this commit:
cvs rdiff -u -r1.755 -r1.756 src/doc/3RDPARTY
cvs rdiff -u -r1.1377 -r1.1378 src/doc/CHANGES

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



CVS commit: src/share/man/man4

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 08:42:40 UTC 2010

Modified Files:
src/share/man/man4: acpidalb.4

Log Message:
Emphasize the powerd(8) script and use .Tn for acronyms.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/acpidalb.4

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/wmi

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 09:35:15 UTC 2010

Added Files:
src/sys/dev/acpi/wmi: files.wmi wmi_dell.c

Log Message:
Add WMI mappings for Dell laptops. Requested and tested by m...@.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/wmi/files.wmi \
src/sys/dev/acpi/wmi/wmi_dell.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-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 09:36:03 UTC 2010

Modified Files:
src/sys/dev/acpi: files.acpi

Log Message:
Include 'files.wmi'.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/acpi/files.acpi

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



CVS commit: src/sys/arch

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 09:45:17 UTC 2010

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
Add wmidell(4).


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.975 -r1.976 src/sys/arch/i386/conf/GENERIC

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



CVS commit: src

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 10:06:25 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: acpiwmi.4

Log Message:
Add acpiwmi(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1198 -r1.1199 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.512 -r1.513 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/acpiwmi.4

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-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 10:33:13 UTC 2010

Modified Files:
src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h
src/sys/dev/acpi/wmi: wmi_dell.c

Log Message:
Add a dummy acpi_wmi_event_deregister() to match existing conventions.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/wmi_acpivar.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/wmi/wmi_dell.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-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 12:14:19 UTC 2010

Modified Files:
src/sys/dev/acpi: files.acpi
src/sys/dev/acpi/wmi: files.wmi wmi_dell.c
Added Files:
src/sys/dev/acpi/wmi: wmi_acpi.c wmi_acpivar.h
Removed Files:
src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h

Log Message:
Move acpiwmi(4) to the "sys/dev/acpi/wmi" -subdirectory.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/acpi/files.acpi
cvs rdiff -u -r1.17 -r0 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.8 -r0 src/sys/dev/acpi/wmi_acpivar.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/wmi/files.wmi
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/wmi/wmi_acpi.c \
src/sys/dev/acpi/wmi/wmi_acpivar.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/wmi/wmi_dell.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/wmi

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 12:36:21 UTC 2010

Modified Files:
src/sys/dev/acpi/wmi: wmi_acpi.c wmi_acpivar.h

Log Message:
Semantics.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/wmi/wmi_acpi.c \
src/sys/dev/acpi/wmi/wmi_acpivar.h

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



CVS commit: src/sys

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 17:32:30 UTC 2010

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
src/sys/dev/acpi/wmi: files.wmi
Added Files:
src/sys/dev/acpi/wmi: wmi_hp.c

Log Message:
Add WMI mappings for HP laptops. Requested by ceg...@.
Thanks to apb@ and cegger@ for initial testing.

XXX: This conflicts with hpqlb(4). Someone with the suitable hardware needs
 to complete the list of hotkeys before -- and if -- this can replace
 hpqlb(4). For now, the driver was left uncommented in the GENERICs.


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.976 -r1.977 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/wmi/files.wmi
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/wmi/wmi_hp.c

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



CVS commit: src

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 17:44:22 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile acpiwmi.4

Log Message:
Add wmihp(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1199 -r1.1200 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.513 -r1.514 src/share/man/man4/Makefile
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/acpiwmi.4

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



CVS commit: src/sys/arch/i386/conf

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 17:50:34 UTC 2010

Modified Files:
src/sys/arch/i386/conf: ALL

Log Message:
Add wmidell(4) and wmihp(4).


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/i386/conf/ALL

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



CVS commit: src/share/man/man4

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 17:53:42 UTC 2010

Modified Files:
src/share/man/man4: acpiwmi.4 hpqlb.4

Log Message:
Note the conflict between wmihp(4) and hpqlb(4).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/acpiwmi.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/hpqlb.4

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



CVS commit: src/share/man/man4

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 18:11:20 UTC 2010

Modified Files:
src/share/man/man4: hpqlb.4

Log Message:
Refer to the correct driver.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/hpqlb.4

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



CVS commit: src/share/man/man4

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 18:20:46 UTC 2010

Modified Files:
src/share/man/man4: Makefile

Log Message:
Fix build failure noted by t...@.


To generate a diff of this commit:
cvs rdiff -u -r1.514 -r1.515 src/share/man/man4/Makefile

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



CVS commit: src/share/man/man4

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  8 18:31:53 UTC 2010

Modified Files:
src/share/man/man4: acpiwmi.4

Log Message:
Finally, add wmihp to the SYNOPSIS. Duh.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/acpiwmi.4

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/wmi

2010-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  9 04:48:23 UTC 2010

Modified Files:
src/sys/dev/acpi/wmi: wmi_acpi.c

Log Message:
Fix a potential NULL pointer dereference.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/wmi/wmi_acpi.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-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  9 15:45:59 UTC 2010

Modified Files:
src/sys/dev/acpi: dalb_acpi.c

Log Message:
Use ACPI_DEBUG_PRINT instead of a local DPRINTF.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/dalb_acpi.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-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  9 16:32:17 UTC 2010

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

Log Message:
Add SYN013B. Observed from the dmesg of cegger@'s HP Pavilion dv9700.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  9 16:33: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.13 -r1.14 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

2010-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 10 04:29:40 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/external/intel-public/acpica/bin/iasl: Makefile
Added Files:
src/external/intel-public/acpica/bin/iasl: iasl.8

Log Message:
Add a (custom) manual page for iASL.


To generate a diff of this commit:
cvs rdiff -u -r1.1200 -r1.1201 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.2 -r1.3 src/external/intel-public/acpica/bin/iasl/Makefile
cvs rdiff -u -r0 -r1.1 src/external/intel-public/acpica/bin/iasl/iasl.8

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



CVS commit: src/share/man

2010-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 10 04:49:17 UTC 2010

Modified Files:
src/share/man/man4: acpi.4
src/share/man/man7: sysctl.7

Log Message:
Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4).


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man4/acpi.4
cvs rdiff -u -r1.36 -r1.37 src/share/man/man7/sysctl.7

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



  1   2   3   4   5   6   7   8   9   10   >