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

2014-02-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 9 12:27:37 UTC 2014 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove a few noisy debug printf. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/ixgbe/ixgbe.c Please note

CVS commit: src/libexec/httpd

2014-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 9 12:32:32 UTC 2014 Modified Files: src/libexec/httpd: bozohttpd.8 bozohttpd.c Log Message: - bump man page date - strip :80 off virtual host names as they're the default To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/lib/libkern

2014-02-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 9 12:53:30 UTC 2014 Modified Files: src/sys/lib/libkern: Makefile Log Message: Revert previous revision. It bkeaks profiling kernel builds. LIBISPRIVATE unconditionnally set MKPROFILE to no, preventing profiling kernel

CVS commit: src/sbin/veriexecctl

2014-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 9 13:41:00 UTC 2014 Modified Files: src/sbin/veriexecctl: veriexecctl.c Log Message: Fix error message; argv[1] could be NULL To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/bsd/atf/lib/libatf-c

2014-02-09 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 9 14:02:39 UTC 2014 Modified Files: src/external/bsd/atf/lib/libatf-c: bconfig.h Log Message: Update for atf 0.19. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/atf/lib/libatf-c/bconfig.h

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

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 14:44:42 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Add compatibility for some userspace code (eg firefox) that seems to look inside the ucontext structure passed to signal

CVS commit: src/sys/kern

2014-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 9 14:51:13 UTC 2014 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Reorder code to avoid using an uninitialized variable: if sysctl_copyin fails, 'tmp' is not initialized. This bug is harmless since only the

CVS commit: src/sys/compat

2014-02-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 9 16:41:42 UTC 2014 Modified Files: src/sys/compat/linux/arch/alpha: linux_exec.h src/sys/compat/linux/arch/arm: linux_exec.h src/sys/compat/linux/arch/i386: linux_exec.h

CVS commit: src/sys/arch

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 17:07:41 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/x86/include: cpufunc.h Log Message: Add x86_stmxcsr for amd64. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/miscfs/genfs

2014-02-09 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Feb 9 17:15:51 UTC 2014 Modified Files: src/sys/miscfs/genfs: layer_subr.c Log Message: When layer_node_alloc() finds another thread already inserted the node into the hashlist and discards the now unneeded node it will

CVS commit: src/sys/miscfs/umapfs

2014-02-09 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Feb 9 17:18:38 UTC 2014 Modified Files: src/sys/miscfs/umapfs: umap_vnops.c Log Message: Adjust comment and change vput() to vrele(). This change got missed when changing vnode creation operations to return unlocked

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 19:42:04 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S Log Message: Best if x86_stmxcsr executes stmxcsr. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/cpufunc.S

CVS commit: src/tests

2014-02-09 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 9 21:26:07 UTC 2014 Modified Files: src/tests/include: t_paths.c src/tests/lib/libc/gen: t_fpsetmask.c t_isnan.c t_siginfo.c src/tests/lib/libm: t_ldexp.c t_log.c src/tests/lib/libpthread: t_mutex.c

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 22:19:02 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: fpu.c Log Message: Simplify fputrap() considerably. There is no need to save the fpu state here, and definitely no need to initialise the fpu. The code is

CVS commit: src/sys/arch/i386/isa

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 22:47:04 UTC 2014 Modified Files: src/sys/arch/i386/isa: npx.c Log Message: Tidy up and correct some comments. Replace the hand generated 28 lines that initialised fpetable[] with some pre-processor expressions. The

CVS commit: src/sys/arch/amd64/amd64

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 23:02:25 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: fpu.c Log Message: Steal the table from i386/isa/npx.c than selects the highest priority floating point error when raising a signal. Multiple errors bits can

CVS commit: src/usr.sbin/makemandb

2014-02-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 10 00:23:36 UTC 2014 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: in update_db(), extract the full list of files to update from the db before actually updating anything, since changing the db while the

CVS commit: src/distrib/notes/common

2014-02-09 Thread pedro martelletto
Module Name:src Committed By: pedro Date: Mon Feb 10 06:36:53 UTC 2014 Modified Files: src/distrib/notes/common: main Log Message: add myself To generate a diff of this commit: cvs rdiff -u -r1.504 -r1.505 src/distrib/notes/common/main Please note that diffs are not