CVS commit: src/sys/arch

2014-02-12 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 12 19:53:49 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S trap.c src/sys/arch/x86/x86: fpu.c Log Message: Change the argument to fpudna() to be the trapframe. Move the checks for fpu traps in kernel

CVS commit: src/sys/kern

2014-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 12 20:20:15 UTC 2014 Modified Files: src/sys/kern: subr_cpufreq.c Log Message: Unlock correct mutex in an error path. PR kern/48592 from Kengo NAKAHARA. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/librump/rumpkern

2014-02-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 12 22:28:44 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpkern/arch/alpha: Makefile.inc src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc

CVS commit: src/sys/rump/librump/rumpkern/arch/generic

2014-02-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 12 22:30:45 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c Log Message: Minor comment massage, zero functionality massage. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch

2014-02-12 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 12 23:04:43 UTC 2014 Modified Files: src/sys/arch/amd64/include: fenv.h src/sys/arch/i386/include: fenv.h Log Message: Add definitions of the default control words directly to this file instead of pulling the kernel

CVS commit: src

2014-02-12 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 12 23:24:09 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.i386 src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/i386/conf: files.i386 src/sys/arch/i386/i386: autoconf.c cpufunc.S

CVS commit: src/usr.sbin/npf/npfctl

2014-02-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Feb 13 00:42:01 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2014-02-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Feb 13 03:34:41 UTC 2014 Modified Files: src/lib/libnpf: npf.c npf.h src/sys/net/npf: npf.h npf_impl.h npf_inet.c npf_nat.c src/usr.sbin/npf/npfctl: npf_build.c npf_data.c npf_parse.y npf_scan.l