CVS commit: src/crypto/external/bsd/netpgp/bin/netpgpverify
Module Name:src Committed By: martin Date: Thu Mar 13 08:13:21 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/bin/netpgpverify: Makefile Log Message: Older gcc does not support -Wno-format-literal To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/mdocml/bin/mandoc
Module Name:src Committed By: wiz Date: Thu Mar 13 09:13:32 UTC 2014 Modified Files: src/external/bsd/mdocml/bin/mandoc: Makefile Log Message: When not built as host tool, define USE_WCHAR to get locale support. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/bin/mandoc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: hannken Date: Thu Mar 13 10:22:35 UTC 2014 Modified Files: src/sys/dev: md.c Log Message: No need to detach (and return EBUSY) if dk_openmask is non-zero. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: pooka Date: Thu Mar 13 11:21:54 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_dl.c Log Message: Do not process linkmaps if there is exactly one link map present (i.e. there is no ld.so). Makes statically linked rump kernels work on glibc (at least for me). based on some discussion with Justin Cormack To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/librumpuser/rumpuser_dl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/nfs
Module Name:src Committed By: gson Date: Thu Mar 13 12:45:14 UTC 2014 Modified Files: src/tests/fs/nfs: t_rquotad.sh Log Message: Add -lrumpnet_netinet6 to the rump_server invocation, to stop rpc.rquotad from printing the error message "rpc.rquotad: _svc_tli_create: could not open connection for udp6: Address family not supported by protocol family". The error message currently ends up in /dev/null because it is printed to stderr after calling daemon() with noclose=0, but if the daemonization is moved to a later point to fix the race condition of PR misc/48282, it will actually appear on stderr and break the test, which is expecting stderr to be empty. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/nfs/t_rquotad.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/bin/netpgpverify
Module Name:src Committed By: joerg Date: Thu Mar 13 12:54:49 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/bin/netpgpverify: Makefile Log Message: It's nonliteral format strings it should not warn about. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: matt Date: Thu Mar 13 12:59:08 UTC 2014 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Fix non-armv6 case. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libkern/arch/hppa
Module Name:src Committed By: pooka Date: Thu Mar 13 16:09:11 UTC 2014 Modified Files: src/sys/lib/libkern/arch/hppa: Makefile.inc Log Message: remove compiler-rt duplicates to fix build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/lib/libkern/arch/hppa/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits
Module Name:src Committed By: gdt Date: Thu Mar 13 16:14:27 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: Use cp -pf rather than cp -p. Otherwise, those with sources that are 444 encounter failures. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/usr.bin/include
Module Name:src Committed By: gdt Date: Thu Mar 13 16:19:24 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Log Message: Use -f with cp, for 444 sources. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: hannken Date: Thu Mar 13 16:33:52 UTC 2014 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Add __diagused. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_bnx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: hannken Date: Thu Mar 13 16:34:13 UTC 2014 Modified Files: src/sys/dev/pci: twa.c Log Message: Add __diagused. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/twa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Thu Mar 13 18:14:13 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile if_virt.c Added Files: src/sys/rump/net/lib/libvirtif: virtif_user.c virtif_user.h Removed Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h Log Message: Rename rumpcomp_user.c -> virtif_user.c Convert to new-style RUMPCOMP_USER_SRCS in Makefile. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/net/lib/libvirtif/Makefile cvs rdiff -u -r1.40 -r1.41 src/sys/rump/net/lib/libvirtif/if_virt.c cvs rdiff -u -r1.12 -r0 src/sys/rump/net/lib/libvirtif/rumpcomp_user.c cvs rdiff -u -r1.6 -r0 src/sys/rump/net/lib/libvirtif/rumpcomp_user.h cvs rdiff -u -r0 -r1.1 src/sys/rump/net/lib/libvirtif/virtif_user.c \ src/sys/rump/net/lib/libvirtif/virtif_user.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc
Module Name:src Committed By: martin Date: Thu Mar 13 19:33:23 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.c Log Message: Help the hack verifying malloc alignment expectations and force the word size definition on sh* to be a compile time constant. We do not provide a single library supporting both variants, so we pick the smaller alignment for now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.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: pooka Date: Thu Mar 13 20:36:01 UTC 2014 Modified Files: src/sys/sys: cdefs.h Log Message: For compilers without __COUNTER__, make the ctassert name contain __INCLUDE_LEVEL__ ## _ ## __LINE__. It's not perfect, but at least it's better than just __LINE__ since it avoids collisions between .c's and .h's. Incidentally, why does half of the kernel call CTASSERT() and the other half __CTASSERT()? To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Thu Mar 13 20:55:26 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c virtif_user.c virtif_user.h Log Message: allow VIF_DYING() implementation to protest To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/rump/net/lib/libvirtif/if_virt.c cvs rdiff -u -r1.1 -r1.2 src/sys/rump/net/lib/libvirtif/virtif_user.c \ src/sys/rump/net/lib/libvirtif/virtif_user.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Thu Mar 13 20:59:12 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c Log Message: remove unnecessary header inclusions To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libvirtif/Makefile.virtif cvs rdiff -u -r1.42 -r1.43 src/sys/rump/net/lib/libvirtif/if_virt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Thu Mar 13 21:11:12 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c Removed Files: src/sys/rump/net/lib/libvirtif: virtif_component.c Log Message: No reason to attach if_virt as a RUMP_COMPONENT(), simply use MODULE(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/net/lib/libvirtif/Makefile.virtif cvs rdiff -u -r1.43 -r1.44 src/sys/rump/net/lib/libvirtif/if_virt.c cvs rdiff -u -r1.1 -r0 src/sys/rump/net/lib/libvirtif/virtif_component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: matt Date: Thu Mar 13 23:44:31 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: More CPUCFG registers To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: matt Date: Thu Mar 13 23:45:02 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_board.c Log Message: Warn if a cpu failed to hatch. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/allwinner/awin_board.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: matt Date: Thu Mar 13 23:45:32 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_com.c Log Message: Add a commented out IST_MPSAFE To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_com.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/pic
Module Name:src Committed By: matt Date: Thu Mar 13 23:47:53 UTC 2014 Modified Files: src/sys/arch/arm/pic: pic.c picvar.h Log Message: Support MPSAFE interrupts. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/pic/pic.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/pic/picvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/include
Module Name:src Committed By: matt Date: Thu Mar 13 23:48:38 UTC 2014 Modified Files: src/sys/arch/evbarm/include: intr.h Log Message: Add IST_MPSAFE flag To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/pcc
Module Name:src Committed By: christos Date: Fri Mar 14 00:06:52 UTC 2014 Modified Files: src/external/bsd/pcc/dist/pcc/arch/amd64: local2.c src/external/bsd/pcc/dist/pcc/cc/ccom: gcc_compat.c main.c trees.c src/external/bsd/pcc/dist/pcc/cc/cpp: cpp.c src/external/bsd/pcc/dist/pcc/mip: optim2.c src/external/bsd/pcc/libexec/ccom: Makefile Log Message: make this compile again To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 \ src/external/bsd/pcc/dist/pcc/arch/amd64/local2.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/dist/pcc/cc/ccom/gcc_compat.c cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/pcc/dist/pcc/cc/ccom/main.c \ src/external/bsd/pcc/dist/pcc/cc/ccom/trees.c cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/pcc/dist/pcc/cc/cpp/cpp.c cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/pcc/dist/pcc/mip/optim2.c cvs rdiff -u -r1.11 -r1.12 src/external/bsd/pcc/libexec/ccom/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: pooka Date: Fri Mar 14 00:52:08 UTC 2014 Modified Files: src/sys/kern: syscalls.master Log Message: Add rump kernel syscall wrapper flag for a bunch of time-related syscalls (nanosleep, clock_gettime, etc.). These are mostly intended for situations where a rump kernel runs on an OS-less host. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/sys/kern/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pooka Date: Fri Mar 14 00:56:38 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs.h Log Message: regen: time/timer related syscalls for rump kernels To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/sys/kern/init_sysent.c cvs rdiff -u -r1.271 -r1.272 src/sys/kern/syscalls.c cvs rdiff -u -r1.72 -r1.73 src/sys/rump/include/rump/rump_syscalls.h cvs rdiff -u -r1.97 -r1.98 src/sys/rump/librump/rumpkern/rump_syscalls.c cvs rdiff -u -r1.267 -r1.268 src/sys/sys/syscall.h cvs rdiff -u -r1.250 -r1.251 src/sys/sys/syscallargs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/kern
Module Name:src Committed By: pooka Date: Fri Mar 14 01:02:34 UTC 2014 Modified Files: src/sys/rump/kern: Makefile.rumpkerncomp Added Files: src/sys/rump/kern/lib/libtime: Makefile shlib_version time_component.c Log Message: Add rumpkern_time for nanosleep, clock_gettime, setitimer, etc. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/kern/Makefile.rumpkerncomp cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libtime/Makefile \ src/sys/rump/kern/lib/libtime/shlib_version \ src/sys/rump/kern/lib/libtime/time_component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: pooka Date: Fri Mar 14 01:05:57 UTC 2014 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: + rumpkern_time To generate a diff of this commit: cvs rdiff -u -r1.695 -r1.696 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1880 -r1.1881 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.261 -r1.262 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.52 -r1.53 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: justin Date: Fri Mar 14 01:18:39 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_dl.c Log Message: If dlopen returns NULL assume we are statically linked and return, rather than getting a warning when dlinfo fails. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/librumpuser/rumpuser_dl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: khorben Date: Fri Mar 14 05:03:19 UTC 2014 Modified Files: src/sys/dev/wscons: mra.c Log Message: Fixed wrong cast and invalid array access in the calibration framework, as documented in PR kern/45872. The AA() macro accessed sample coordinates as long integers, whereas they are really stored as signed integers. Fixes calibration on my Wetab device. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/wscons/mra.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.