CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-08-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 18 06:35:01 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S locore_mips3.S Log Message: Set SR UX when we first set KX. (XLS416 now boot multiuser again with 32 bit VAs). To generate a diff of

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-08-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 18 07:12:57 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Make sure UX is set if KX is set. Use (intptr_t), not (int). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/pwd_mkdb

2010-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 18 08:06:40 UTC 2010 Modified Files: src/usr.sbin/pwd_mkdb: pwd_mkdb.8 pwd_mkdb.c Log Message: add syslog logging. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 cvs

CVS commit: src/lib/libutil

2010-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 18 08:09:17 UTC 2010 Modified Files: src/lib/libutil: passwd.c Log Message: Log via syslog(3) when we run pwd_mkdb(8). To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libutil/passwd.c Please

CVS commit: src/lib/libutil

2010-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 18 08:32:02 UTC 2010 Modified Files: src/lib/libutil: passwd.c Log Message: Log why pwd_mkdb failed. Currently on aslr systems, pwd_mkdb either aborts or when s/vfork/fork/ dies with SEGV accessing the the stack. The

CVS commit: src/usr.sbin/pwd_mkdb

2010-08-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 18 10:00:49 UTC 2010 Modified Files: src/usr.sbin/pwd_mkdb: pwd_mkdb.8 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 Please note that diffs are

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

2010-08-18 Thread Jonathan Perkin
Module Name:src Committed By: sketch Date: Wed Aug 18 14:26:17 UTC 2010 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: Fix setlist for libmj with MKDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130

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

2010-08-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 16:08:50 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Check the status of P- and T-state transformations on all CPUs. This is still not ideal, as ACPI gives us information about cross

CVS commit: src/tests/net/icmp

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 18 16:39:22 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: Add a two-way floodping test and a test which sends icmp echos with various sizes. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/dev/wscons

2010-08-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 18 16:46:51 UTC 2010 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h Log Message: Add copycols() and copyrows() methods which, instead of calling the underlying driver methods, call the

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-08-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 18 18:19:11 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_map.c Log Message: Add a hook so that MD code has handle the change in address space limits when an exec happens. Add a routine to turn on/off UX when

CVS commit: src/sys

2010-08-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 18:32:21 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.h acpi_cpu_pstate.c Log Message: Use the idea from cegger@ and fill the (X)PSS structure during initialization.

CVS commit: src/sys/modules/acpicpu

2010-08-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 19:33:11 UTC 2010 Modified Files: src/sys/modules/acpicpu: Makefile Log Message: Add DIAGNOSTIC. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/acpicpu/Makefile Please note that diffs

CVS commit: src/sys/dev/sbus

2010-08-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 18 21:11:50 UTC 2010 Modified Files: src/sys/dev/sbus: cgtwelve.c files.sbus Log Message: - add support for running the console in 8 bit colour - make shadow fb optional - use VCONS_DONT_READ if there's no shadow fb

CVS commit: src/tests/net/icmp

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 18 21:22:34 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: Add a test for the ping of death. Declare the test a success when the receiver increases the ip toolong stat counter. To generate a diff of

CVS commit: src/tests/net/icmp

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 18 21:23:49 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: .. put a timeout here just in case the receive does not increase the counter. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/regress

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 18 21:28:03 UTC 2010 Modified Files: src/regress: README Log Message: new tests should use atf - new tests must use atf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/regress/README Please note that

CVS commit: [uebayasi-xip] src/sys/arch

2010-08-18 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Aug 19 01:02:22 UTC 2010 Modified Files: src/sys/arch/evbppc/obs405 [uebayasi-xip]: obs266_autoconf.c src/sys/arch/powerpc/conf [uebayasi-xip]: files.ibm4xx src/sys/arch/powerpc/ibm4xx/dev [uebayasi-xip]:

CVS commit: src/sys/rump/librump/rumpvfs

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 19 02:07:11 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Use the same base pagerflags for both ubc_uiomove and ubc_zerorange. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/miscfs/genfs

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 19 02:10:02 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: print more info in the past eof panic To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/miscfs/genfs/genfs_io.c

CVS commit: src/tests/fs/vfs

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 19 02:36:03 UTC 2010 Modified Files: src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_io.c Log Message: Start adding some I/O tests. This one does a sparse write to the second page on a file, then

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

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 19 02:37:04 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +10 To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/distrib/sets/lists/tests/mi Please note that diffs are not

CVS commit: src/sys/arch/x86

2010-08-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Aug 19 04:12:45 UTC 2010 Modified Files: src/sys/arch/x86/include: powernow.h src/sys/arch/x86/x86: powernow_k8.c Log Message: Add sysctl-glue for interaction with the acpicpu(4). To generate a diff of this commit:

CVS commit: src/sys/dev/acpi

2010-08-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Aug 19 05:09:53 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Deal with autoconfiguration madness by using config_defer(9) to defer config_interrupts(9) to be executed. This is necessary because: (a) the