CVS commit: src/etc
Module Name:src Committed By: apb Date: Wed Oct 26 09:02:20 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Change the pattern for matching ttys to allow any number of digits, (tty[0-9]*). This should fix PR 45514. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc
Module Name:src Committed By: macallan Date: Wed Oct 26 13:54:18 UTC 2011 Modified Files: src/sys/arch/macppc/dev: uni-n.c src/sys/arch/macppc/macppc: memory.c Log Message: more device/softc splitting To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/macppc/dev/uni-n.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/macppc/memory.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so/arch/powerpc
Module Name:src Committed By: chs Date: Wed Oct 26 15:56:58 UTC 2011 Modified Files: src/libexec/ld.elf_so/arch/powerpc: Makefile.inc Log Message: avoid linker warnings with the new binutils by not forcing ld.elf_so to be soft-float. the floating-point usage in ld.elf_so is only because of stdarg functions like printf(), and gcc 4.5 is good about not actually executing the FP instructions in such functions unless FP values are passed to them, which ld.elf_so doesn't do. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/libexec/ld.elf_so/arch/powerpc/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include
Module Name:src Committed By: chs Date: Wed Oct 26 15:57:27 UTC 2011 Modified Files: src/sys/arch/powerpc/include: Makefile.inc Log Message: avoid linker warnings with the new binutils by not forcing rump modules to be soft-float. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/powerpc/include/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/vax/vax
Module Name:src Committed By: martin Date: Wed Oct 26 20:24:41 UTC 2011 Modified Files: src/sys/arch/vax/vax: crl.c Log Message: Obvious copy&pasto, PR port-vax/45525 from Henning Petersen To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/vax/vax/crl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: jruoho Date: Thu Oct 27 05:13:04 UTC 2011 Modified Files: src/sys/sys: cpufreq.h Log Message: Bump CPUFREQ_LATENCY_MAX to UINT32_MAX. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/cpufreq.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Thu Oct 27 05:25:08 UTC 2011 Modified Files: src/share/man/man9: cpufreq.9 src/sys/dev/acpi: acpi_cpu.c src/sys/kern: subr_cpufreq.c Log Message: Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can not be used before interrupts have been enabled. Suggested by macallan@. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cpufreq.9 cvs rdiff -u -r1.46 -r1.47 src/sys/dev/acpi/acpi_cpu.c cvs rdiff -u -r1.7 -r1.8 src/sys/kern/subr_cpufreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.