cvs commit: src/sys/dev/acpica acpi.c acpi_thermal.c acpivar.h src/share/man/man4 acpi.4 acpi_thermal.4 src/sbin/sysctl sysctl.c

Nate Lawson njl at FreeBSD.org
Wed Aug 2 07:21:26 UTC 2006


njl         2006-08-02 07:21:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/acpica       acpivar.h acpi_thermal.c acpi.c 
    share/man/man4       acpi_thermal.4 acpi.4 
    sbin/sysctl          sysctl.c 
  Log:
  MFC: add control of thermal zone setpoints, add sysctl to enable ACPI-based
  rebooting, fix sysctl printing of negative decimals, document it all.
  
  Revision   Changes    Path
  1.67.2.2   +6 -2      src/sbin/sysctl/sysctl.c
  1.52.2.3   +90 -8     src/share/man/man4/acpi.4
  1.6.8.3    +18 -10    src/share/man/man4/acpi_thermal.4
  1.214.2.6  +5 -1      src/sys/dev/acpica/acpi.c
  1.53.2.5   +55 -13    src/sys/dev/acpica/acpi_thermal.c
  1.95.2.4   +2 -1      src/sys/dev/acpica/acpivar.h


More information about the cvs-src mailing list