Module Name:src
Committed By: jruoho
Date: Sat Jun 5 07:59:13 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_power.c
Log Message:
Convert an aprint_error_dev() to ACPI_DEBUG_PRINT in acpi_power_set().
This "fixes" the issue observed by dyo...@. Since the AML may not kee
Module Name:src
Committed By: lukem
Date: Sat Jun 5 13:59:39 UTC 2010
Modified Files:
src/usr.bin/ftp: util.c version.h
Log Message:
In ftpvis(), prevent incomplete escape sequences at end of dst,
and ensure NUL-termination of dst. Also tweak for readibility.
Fix from Uw
Module Name:src
Committed By: jruoho
Date: Sat Jun 5 15:31:22 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_wakedev.c
Log Message:
Complete the support for wakeup devices. As imposed by the standard, all
power resources should be turned on for wakeup devices. This follo
Module Name:src
Committed By: jruoho
Date: Sat Jun 5 15:47:59 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_wakedev.c
Log Message:
Switch the third argument to the _DSW method from 3 to 0. This means that
devices should be placed in the D0 state ("fully on") after resum
Module Name:src
Committed By: tnozaki
Date: Sat Jun 5 16:37:13 UTC 2010
Modified Files:
src/lib/libc/locale: rune_local.h runetype_local.h
Log Message:
remove unused magic.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/locale/rune_local.h
cv
Module Name:src
Committed By: jruoho
Date: Sat Jun 5 16:47:49 UTC 2010
Modified Files:
src/sys/dev/acpi/acpica: OsdSchedule.c
Log Message:
Remove the recently added warning about long Sleep() requests.
This is now in ACPICA (20100528):
Added support to limit the
Module Name:src
Committed By: jruoho
Date: Sat Jun 5 16:57:48 UTC 2010
Modified Files:
src/sys/dev/acpi/acpica: OsdSchedule.c
Log Message:
Remove also the debug-printf in case of long Stall() requests;
/*
* sleep(9) isn't safe because AcpiOsStall may be ca
Module Name:src
Committed By: dholland
Date: Sat Jun 5 17:44:51 UTC 2010
Modified Files:
src/usr.bin/sort: sort.c sort.h
Log Message:
fixit() needs to know the getopt options list to do its thing correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 s
Module Name:src
Committed By: dholland
Date: Sat Jun 5 17:46:08 UTC 2010
Modified Files:
src/usr.bin/sort: init.c
Log Message:
Rework previous change to fixit() to not trip on option arguments. (Noticed
by wiz.) Clarify the loop logic involved.
To generate a diff of thi
Module Name:src
Committed By: jnemeth
Date: Sat Jun 5 20:53:44 UTC 2010
Modified Files:
src/usr.bin/calendar/calendars: calendar.history
Log Message:
The US formally left the Gold Standard in 1971, not 1933. See:
http://en.wikipedia.org/wiki/Nixon_Shock
To generate a d
Module Name:src
Committed By: dholland
Date: Sat Jun 5 22:38:39 UTC 2010
Modified Files:
src/tests/util: Makefile
Added Files:
src/tests/util: t_sort.sh
Log Message:
Add a very basic test and some tests for the problem in PR 43358.
XXX: the sort tests in src/regr
Module Name:src
Committed By: dholland
Date: Sat Jun 5 22:39:19 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
+t_sort
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/tests/mi
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Sun Jun 6 00:00:33 UTC 2010
Modified Files:
src/usr.bin/sort: init.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/sort/init.c
Please note that diffs are not public do
Module Name:src
Committed By: sjg
Date: Sun Jun 6 01:13:12 UTC 2010
Modified Files:
src/usr.bin/make: make.1 var.c
Log Message:
Add .export-env which tells make to export a variable to the environment
but not to track it - as is done for .export
This allows the variable t
Module Name:src
Committed By: mrg
Date: Sun Jun 6 02:51:46 UTC 2010
Modified Files:
src/sys/arch/next68k/dev: nextdma.c
Log Message:
fix some errors in debug code, found by henning petersen in PR#42529.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/s
Module Name:src
Committed By: mrg
Date: Sun Jun 6 03:26:57 UTC 2010
Modified Files:
src/share/man/man4: ddb.4
Log Message:
note that sun2 has the same ddb mach commands as sun3/sun3x. part of PR#38310
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/
Module Name:src
Committed By: mrg
Date: Sun Jun 6 03:34:14 UTC 2010
Modified Files:
src/sys/arch/sun2/sun2: db_machdep.c
src/sys/arch/sun3/sun3: db_machdep.c
Log Message:
implement ddb help for sun2/sun3 commands. PR#38310 and PR#38308.
To generate a diff of th
Module Name:src
Committed By: mrg
Date: Sun Jun 6 04:50:08 UTC 2010
Modified Files:
src/sys/arch/amiga/amiga: amiga_init.c locore.s machdep.c trap.c
src/sys/arch/amiga/dev: bzivsc.c bzsc.c bztzsc.c cbiisc.c cbsc.c flsc.c
if_bah_zbus.c sbic.c
src
Module Name:src
Committed By: dholland
Date: Sun Jun 6 04:51:13 UTC 2010
Modified Files:
src/tests/util/sh: t_set_e.sh
Log Message:
Document the changes in the previous version of this file. If we're
going to whitewash the test failures, we should at least keep track of
w
Module Name:src
Committed By: mrg
Date: Sun Jun 6 04:51:33 UTC 2010
Modified Files:
src/sys/arch/m68k/conf: files.m68k
Log Message:
fix PR 6724 - convert m68k options to defflag's. this means that
M680[12346] are now available from opt_m68k_arch.h. FPSP meantioned
in th
Module Name:src
Committed By: mrg
Date: Sun Jun 6 04:52:01 UTC 2010
Modified Files:
src/sys/arch/x68k/conf: files.x68k
src/sys/arch/x68k/dev: fd.c
src/sys/arch/x68k/include: cpu.h
Log Message:
fix PR 6724 - convert m68k options to defflag's. this means th
Module Name:src
Committed By: mrg
Date: Sun Jun 6 04:52:17 UTC 2010
Modified Files:
src/sys/arch/mac68k/conf: files.mac68k
src/sys/arch/mac68k/dev: grf_compat.c
Log Message:
defflag GRF_COMPAT.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/
Module Name:src
Committed By: dholland
Date: Sun Jun 6 06:10:03 UTC 2010
Modified Files:
src/sys/arch/hpcmips/vr: vr4181aiu.c
Log Message:
Add missing close-parenthesis; reported by Henning Petersen in PR 42526.
(HI CEGGER!)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: dholland
Date: Sun Jun 6 06:12:49 UTC 2010
Modified Files:
src/sys/arch/hpcmips/tx: tx39io.c
Log Message:
Add missing backslash in macro definition in apparently-disused #if branch.
(has been this way since 2001)
>From Henning Petersen in PR
Module Name:src
Committed By: dholland
Date: Sun Jun 6 06:20:16 UTC 2010
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
Improve previous: there were two printfs and I'd only noticed and fixed
one of them. PR 43217.
To generate a diff of this commit:
cvs rdiff -u
25 matches
Mail list logo