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

2010-05-24 Thread John Klos
Module Name:src Committed By: jklos Date: Tue May 25 02:21:30 UTC 2010 Modified Files: src/sys/arch/amiga/dev: msc.c Log Message: For some reason the 6502 clock detection routine takes 1553 iterations of the delay loop to finish on a normally clocked A2232. To generate a

CVS commit: src/sys/dev/pci

2010-05-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 25 01:17:55 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the names of 82577L[MC] LAN controllers (for mobile). Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/dev/

CVS commit: src/crypto/external/bsd/netpgp/lib

2010-05-24 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue May 25 01:06:41 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/lib: Makefile Log Message: WARNS=5 now To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/netpgp/lib/Makefile Please note

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2010-05-24 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue May 25 01:05:11 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: create.c create.h crypto.h keyring.c keyring.h memory.h misc.c netpgp.c openssl_crypto.c packet-parse.c packet-parse.h p

CVS commit: src/usr.bin/make

2010-05-24 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon May 24 21:04:49 UTC 2010 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: error Log Message: Don't missinterpret targets that start with .info To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/lib/libpci

2010-05-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 24 20:31:17 UTC 2010 Modified Files: src/lib/libpci: Makefile Log Message: Adapt libpci build to include new pci_verbose.c To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libpci/Makefile Please not

CVS commit: src/sys

2010-05-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 24 20:29:49 UTC 2010 Modified Files: src/sys/arch/i386/pci: gcscehci.c src/sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c uhci_cardbus.c src/sys/dev/pci: azalia.c cs4280.c ehci_pci.c ohci_pci.c uhci_pci.c

CVS commit: src

2010-05-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 24 20:29:41 UTC 2010 Modified Files: src/distrib/sets/lists/modules: mi src/sys/dev/pci: files.pci pci.c pci_subr.c pcivar.h src/sys/modules: Makefile Added Files: src/sys/dev/pci: pci_verbose.c

CVS commit: src/doc

2010-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 20:02:39 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note xsrc Xorg package updates, and radeondrm(4) updates. To generate a diff of this commit: cvs rdiff -u -r1.1395 -r1.1396 src/doc/CHANGES Please note tha

CVS commit: src/sys/kern

2010-05-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 24 16:37:17 UTC 2010 Modified Files: src/sys/kern: kern_module.c kern_module_vfs.c Log Message: Move definition of module_load_vfs_vec from kern_module_vfs.c to kern_module.c - keeps rump happy. Thanks, pooka! To gene

CVS commit: src/sys/kern

2010-05-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 24 15:34:49 UTC 2010 Modified Files: src/sys/kern: kern_module.c kern_module_vfs.c Log Message: Clean up previous, thanks to pooka@ for detailed review and suggestions. To generate a diff of this commit: cvs rdiff -u -

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

2010-05-24 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon May 24 14:04:04 UTC 2010 Modified Files: src/distrib/sets/lists/xcomp: md.sgimips Log Message: fix MKDEBUG=yes for X11R7 libs To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/xcomp/md.sgimips

CVS commit: src/sys/arch/sparc64

2010-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 24 09:49:17 UTC 2010 Modified Files: src/sys/arch/sparc64/include: cpu.h intr.h src/sys/arch/sparc64/sparc64: ipifuncs.c Log Message: Make C declarations match assembler reality: ipi functions get two arguments (wh

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 08:51:53 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: use round_page() for PAGE_ALIGN(). from Onno van der Linden in PR#38700, though apparently i didn't commit it way back when i