CVS commit: src/sys/dev/acpi

2010-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 5 06:07:12 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_verbose.c acpivar.h src/sys/dev/acpi/wmi: wmi_acpivar.h Log Message: Remove trailing white space. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/acpi

2010-06-05 Thread Jukka Ruohonen
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 keep

CVS commit: src/usr.bin/ftp

2010-06-05 Thread Luke Mewburn
-#define FTP_VERSION 20100305 +#define FTP_VERSION 20100605 #endif

CVS commit: src/sys/dev/acpi

2010-06-05 Thread Jukka Ruohonen
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

CVS commit: src/lib/libc/locale

2010-06-05 Thread Takehiko NOZAKI
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

CVS commit: src/sys/dev/acpi/acpica

2010-06-05 Thread Jukka Ruohonen
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

CVS commit: src/sys/dev/acpi/acpica

2010-06-05 Thread Jukka Ruohonen
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

CVS commit: src/usr.bin/sort

2010-06-05 Thread David A. Holland
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

CVS commit: src/usr.bin/sort

2010-06-05 Thread David A. Holland
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

CVS commit: src/usr.bin/calendar/calendars

2010-06-05 Thread John Nemeth
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

CVS commit: src/tests/util

2010-06-05 Thread David A. Holland
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

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

2010-06-05 Thread David A. Holland
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

CVS commit: src/usr.bin/sort

2010-06-05 Thread Thomas Klausner
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

CVS commit: src/usr.bin/make

2010-06-05 Thread Simon J. Gerraty
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

CVS commit: src/sys/arch/next68k/dev

2010-06-05 Thread matthew green
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

CVS commit: src/share/man/man4

2010-06-05 Thread matthew green
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

CVS commit: src/sys/arch

2010-06-05 Thread matthew green
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

CVS commit: src/sys/arch

2010-06-05 Thread matthew green
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

CVS commit: src/tests/util/sh

2010-06-05 Thread David A. Holland
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

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

2010-06-05 Thread matthew green
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

CVS commit: src/sys/arch/mac68k

2010-06-05 Thread matthew green
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