CVS commit: src/sys/kern

2015-04-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Apr 14 06:08:03 UTC 2015 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Include sys/rndsource.h for rnd_add_data. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 src/sys/kern/kern_sysctl.c Please

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:17:06 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_osdep.h ixv.c Log Message: Sync ixg(4) up to FreeBSD r243716: - A lot of bugfixes. Some of them are realted to

CVS commit: src/sys/kern

2015-04-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Apr 14 06:04:47 UTC 2015 Modified Files: src/sys/kern: kern_rndpool.c Log Message: Fix typo expliict - explicit. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/kern/kern_rndpool.c Please note that diffs

CVS commit: src/sys/compat/sys

2015-04-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Apr 14 06:11:15 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: Include rndio.h for missing defines. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/rnd.h Please note that diffs

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:41:52 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 11:59:40 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Fix comment. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_rndq.c Please note that diffs are not public

CVS commit: src/sys/dev

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:14:09 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c Log Message: Use rnd_add_data, not rndpool_mtx and rndpool_add_data. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/rndpseudo.c

CVS commit: src/share/misc

2015-04-14 Thread Blue Rats
Module Name:src Committed By: rodent Date: Tue Apr 14 12:19:48 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: moar because moar To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/share/misc/acronyms Please note that diffs are not public

CVS commit: src/sys/compat/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:19:57 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: No need for sys/rnd.h here either. Missed this one yesterday too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:25:41 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c src/sys/kern: kern_rndq.c Log Message: Use binuptime, not microtime/nanotime as substitute cycle counter. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:28:12 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Eliminate remaining cases of u_int*_t in kern_rndq.c. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/kern/kern_rndq.c

CVS commit: src/share/man/man4

2015-04-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 14 10:50:25 UTC 2015 Modified Files: src/share/man/man4: swwdog.4 Log Message: Minor grammatical update. (I wonder if wizd(8) thinks I need to update the revision date?) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:18:37 UTC 2015 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Need only sys/rndsource.h, not sys/rnd.h. Made this change yesterday, failed to commit it -- sorry! To generate a diff of this commit:

CVS commit: src/sys/dev

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:21:12 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c Log Message: Include rndpool.h, rndsource.h here because we use them. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/dev

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:27:02 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c Log Message: Eliminate last two cases of u_int*_t in rndpseudo.c. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/rndpseudo.c

CVS commit: [netbsd-6] src/share/man/man9

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:28:34 UTC 2015 Modified Files: src/share/man/man9 [netbsd-6]: pci_intr.9 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1272): share/man/man9/pci_intr.9: revision 1.18 via

CVS commit: src/sys/rump

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:32:35 UTC 2015 Modified Files: src/sys/rump/dev/lib/librnd: Makefile src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Fix rump build: rndpseudo_50.c now needed by kernel, not rnd device. To

CVS commit: [netbsd-6] src/usr.bin/ktrace

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:36:26 UTC 2015 Modified Files: src/usr.bin/ktrace [netbsd-6]: ktrace.1 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1276): usr.bin/ktrace/ktrace.1: revision 1.43 Omit no

CVS commit: [netbsd-6] src/share/man/man9

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:35:33 UTC 2015 Modified Files: src/share/man/man9 [netbsd-6]: uvm_km.9 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1275): share/man/man9/uvm_km.9: revision 1.4 Clarify

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:26:59 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Group initialization of rnd_samples and rnd_global. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/kern/kern_rndq.c

CVS commit: [netbsd-7] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:17:47 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Note about PR#49864. To generate a diff of this commit: cvs rdiff -u -r1.1.2.253 -r1.1.2.254 src/doc/CHANGES-7.0 Please note that diffs

CVS commit: [netbsd-6] src/lib/libc/stdio

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:30:34 UTC 2015 Modified Files: src/lib/libc/stdio [netbsd-6]: fopen.3 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1273): lib/libc/stdio/fopen.3: revision 1.30 Use Pq to

CVS commit: [netbsd-6] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 13:34:30 UTC 2015 Modified Files: src/doc [netbsd-6]: BUILDING.mdoc Log Message: Pull up following revision(s) (requested by riastradh in ticket #1274): doc/BUILDING.mdoc: revision 1.111 Use `It Sy', not just

CVS commit: src/sys/dev/sdmmc

2015-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 14 18:34:29 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that the SDHC_DMA_ENABLE bit be set in the command, even if we're using an

CVS commit: src

2015-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 14 14:18:59 UTC 2015 Modified Files: src: UPDATING Log Message: mention yacc requirement for acpica To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/UPDATING Please note that diffs are not public

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 14:18:57 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit needless variable. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/kern/kern_rndq.c Please note that diffs are

CVS commit: [netbsd-6] src/sys/arch/xen

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 14:59:11 UTC 2015 Modified Files: src/sys/arch/xen/include [netbsd-6]: evtchn.h src/sys/arch/xen/xen [netbsd-6]: evtchn.c pci_intr_machdep.c Log Message: Pull up following revision(s) (requested by bouyer in

CVS commit: [netbsd-6] src/distrib/sets

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:05:54 UTC 2015 Modified Files: src/distrib/sets [netbsd-6]: makesrctars Log Message: Pull up following revision(s) (requested by snj in ticket #1279): distrib/sets/makesrctars: revision 1.40 GPL code isn't

CVS commit: [netbsd-6] src

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:03:38 UTC 2015 Modified Files: src/include [netbsd-6]: unistd.h src/sys/compat/netbsd32 [netbsd-6]: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_sysent.c

CVS commit: [netbsd-6-0] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:25:46 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket 1279. To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-6.0.7 Please note that diffs are

CVS commit: [netbsd-6] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:08:37 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1264, 1272-1726, 1728-1279. To generate a diff of this commit: cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-6.2 Please

CVS commit: [netbsd-6-0] src/distrib/sets

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:24:57 UTC 2015 Modified Files: src/distrib/sets [netbsd-6-0]: makesrctars Log Message: Pull up following revision(s) (requested by snj in ticket #1279): distrib/sets/makesrctars: revision 1.40 GPL code

CVS commit: [netbsd-6] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:10:57 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Summarize ticket 1279. To generate a diff of this commit: cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-6.2 Please note that

CVS commit: [netbsd-6-1] src/doc

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:18:21 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket 1279. To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-6.1.6 Please note that diffs are

CVS commit: [netbsd-6-1] src/distrib/sets

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 15:17:00 UTC 2015 Modified Files: src/distrib/sets [netbsd-6-1]: makesrctars Log Message: Pull up following revision(s) (requested by snj in ticket #1279): distrib/sets/makesrctars: revision 1.40 GPL code

CVS commit: src/sys/netinet

2015-04-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 15 03:38:50 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: Replace DIAGNOSTIC panic with KASSERT/KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/netinet/ip_encap.c

CVS commit: src/usr.bin/gzip

2015-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 15 02:29:13 UTC 2015 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Coverity CID 1264915, Via FreeBSD (Xin Li) When reading in the original file name from gzip header, we read in PATH_MAX + 1 bytes from the

CVS commit: src/sys/netinet

2015-04-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 15 03:32:23 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: Add $NetBSD$ at the top of the file To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/netinet/ip_encap.c Please note

CVS commit: [netbsd-6-0] src/crypto/external/bsd/openssl/lib/libcrypto

2015-04-14 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Apr 15 04:30:11 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto [netbsd-6-0]: evp.inc modes.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 [netbsd-6-0]: aes.inc

CVS commit: src/sys/dev/pci

2015-04-14 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 15 05:40:48 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Register iwm(4) with pmf(9). Patch from Pierre Pronchery. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: [netbsd-6-0] src/doc

2015-04-14 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Apr 15 04:35:52 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: ticket 832 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-6.0.7 Please note that diffs are not

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:57:35 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Make the softint cookies static. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/kern_rndq.c Please note that

CVS commit: src/external/bsd/byacc/bin

2015-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 14 14:08:36 UTC 2015 Modified Files: src/external/bsd/byacc/bin: Makefile Log Message: use the newer skeleton file. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/byacc/bin/Makefile

CVS commit: src/external/bsd/byacc/dist

2015-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 14 14:08:21 UTC 2015 Modified Files: src/external/bsd/byacc/dist: btyaccpar.skel Log Message: - remove malloc/realloc casts. - use YYINT instead of short. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 14:11:51 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Centralize bookkeeping of rnd_initial_entropy. It is not adjusted everywhere it should be, although the only places it perhaps formally ought

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 14:16:34 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit needless rnd_wakeup_readers. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/kern/kern_rndq.c Please note that

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

2015-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 14 18:45:25 UTC 2015 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c Log Message: Add support for DMA transfers. From Jared D. McNeill, with final debug by me. With this I can get nearly 20MB/s from my sdcard on the

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

2015-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 14 18:37:43 UTC 2015 Modified Files: src/sys/arch/arm/omap: files.omap2 omap2_obio.c omap2_obiovar.h omap2_reg.h Added Files: src/sys/arch/arm/omap: omap_edma.c omap_edma.c.orig omap_edma.h

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

2015-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 14 18:38:27 UTC 2015 Removed Files: src/sys/arch/arm/omap: omap_edma.c.orig omap_edma.h.orig Log Message: Ops, remove empty files that should not be there. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0

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

2015-04-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 14 18:45:58 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Add the edma controller, and enable DMA for sdhc0 and sdhc1 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 20:32:36 UTC 2015 Modified Files: src/sys/arch/arm/at91: at91dbguvar.h at91usartvar.h src/sys/arch/arm/ep93xx: epcomvar.h src/sys/arch/arm/s3c2xx0: sscom_var.h src/sys/arch/arm/samsung:

CVS commit: src/doc

2015-04-14 Thread Manuel Bouyer
20150414]

CVS commit: src/sys/arch

2015-04-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 14 22:36:54 UTC 2015 Modified Files: src/sys/arch/aarch64/aarch64: cpu_machdep.c src/sys/arch/arm/arm: ast.c src/sys/arch/arm/include: cpu.h src/sys/arch/arm/pic: pic.c

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:35:44 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit unused rndsource `anonymous'. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/kern/kern_rndq.c Please note that

CVS commit: src/sys/dev

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:03:38 UTC 2015 Modified Files: src/sys/dev: rnd_private.h Log Message: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/rnd_private.h Please note that diffs are not public

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:05:33 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: #ifdef RND_VERBOSE printf - rnd_printf_verbose To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/kern/kern_rndq.c

CVS commit: src/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:14:20 UTC 2015 Modified Files: src/sys/dev: rnd_private.h src/sys/sys: rndpool.h Log Message: Move RND_EXTRACT_{ANY,GOOD} to rndpool.h whose API they are part of. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:15:36 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit unused rndpool_cv. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/kern/kern_rndq.c Please note that diffs are

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:23:25 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Gather global pool and sources state into a cacheline-aligned struct. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:33:53 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Remove null pointer dereference in the code that never worked before... To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:51:30 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c src/sys/kern: kern_rndq.c src/sys/sys: rnd.h Log Message: Move substantive part of rnd_ioctl to kern_rndq.c. To generate a diff of this

CVS commit: src/sys/kern

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:08:22 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c kern_rndsink.c Log Message: Make rnd_getmore acquire rndpool_mtx itself. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 13:12:33 UTC 2015 Modified Files: src/sys/dev: rnd_private.h src/sys/kern: kern_rndq.c Log Message: Make various things now private to kern_rndq.c static. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 21:09:48 UTC 2015 Modified Files: src/sys/dev/usb: if_cue.c if_cuereg.h Log Message: Forgot commit: Move another sys/rndsource.h to where it belongs. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70