CVS commit: src/sys/uvm

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 4 13:37:44 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c uvm_map.c Log Message: Remove locking since it isn't needed. As soon as the 2nd uvm_map_entry in kernel_map is created, uvm_map_prepare will call pmap_growkernel

CVS commit: src/tests/net/icmp

2012-09-04 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Sep 4 22:31:59 UTC 2012 Modified Files: src/tests/net/icmp: t_ping.c Log Message: Replace usleep(50) with a synchronization over a pipe. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/evbarm/gumstix

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 4 22:58:35 UTC 2012 Modified Files: src/sys/arch/evbarm/gumstix: if_smsh_gpmc.c Log Message: Add support for getting the mac-address from the device properties. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/evbarm

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:06:21 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c beagle_start.S src/sys/arch/evbarm/conf: PANDABOARD Log Message: Get the PANDABOARD to boot (hangs in USB). To generate a diff of

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

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:07:33 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 Log Message: modify USB entries (still commented out). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/IGEPV2

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

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:08:21 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARDXM Log Message: Modify USB entries (still commented out) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:09:35 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: files.beagle Log Message: cortex include moved arm/omap/files.omap2 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbarm/include

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:10:11 UTC 2012 Modified Files: src/sys/arch/evbarm/include: autoconf.h Log Message: Allow arm/mainbus/mainbus.h to supply mainbus_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/arm/arm32

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:11:21 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: After calling lwp_startup, set fp to 0 to terminate call stack. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/arch/arm/cortex

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 00:21:30 UTC 2012 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Force TTBCR to 0 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/cortex/a9_mpsubr.S Please note that

CVS commit: src/sys/arch/arm/include

2012-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 5 01:03:54 UTC 2012 Modified Files: src/sys/arch/arm/include: byte_swap.h Log Message: Disable arm32 __asm for _byte_swap_u16_variable since gcc4.5 produces decent code for it. Fixes PR/46898. To generate a diff of this

CVS commit: src/sys/dev/pci

2012-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 5 01:32:01 UTC 2012 Modified Files: src/sys/dev/pci: pm2reg.h Log Message: add a few more registers To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/pm2reg.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2012-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 5 01:48:39 UTC 2012 Modified Files: src/sys/dev/pci: pm2fb.c Log Message: some preparations for mode setting support and such: - DDC2 support, so far only used for WSDISPLAYIO_GET_EDID - fix 8 bit support, use packed

CVS commit: src/usr.bin/comm

2012-09-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Sep 5 04:01:23 UTC 2012 Modified Files: src/usr.bin/comm: comm.c Log Message: Use getc instead of fgetc. This is approximately five times faster for comm -23 a b where a and b are identical 100MB files. To generate a diff