Re: CVS commit: src/sys/arch

2014-07-22 Thread Manuel Bouyer
On Mon, Jul 21, 2014 at 02:16:25PM -0700, Jeff Rizzo wrote: Manuel- I think these changes (or one of the changes you've committed recently) broke building the BEAGLEBOARDXM kernel: Yes, I noticed it yesterday, but couldn't commit the fix because I coundl't connect to cvs. Will try again now.

Re: CVS commit: src/sys/arch

2014-07-22 Thread Manuel Bouyer
On Mon, Jul 21, 2014 at 03:18:24PM -0700, Jeff Rizzo wrote: On 7/21/14, 2:16 PM, Jeff Rizzo wrote: Manuel- I think these changes (or one of the changes you've committed recently) broke building the BEAGLEBOARDXM kernel: The fix was straightforward so I just committed it. It's identical

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 12:54 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name: src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files: src/sys/arch/mips/include: sljitarch.h Log Message: Define SLJIT_CACHE_FLUSH() for mips. Actually, this isn't

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: On Jul 22, 2014, at 12:54 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name:src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files: src/sys/arch/mips/include: sljitarch.h Log Message: Define

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 12:54 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name:src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files:

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: On Jul 22, 2014, at 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /* in sljitExecAllocator.c */ return (void *)uvm_km_alloc(module_map, size, PAGE_SIZE, UVM_KMF_WIRED | UVM_KMF_ZERO |

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:40 PM, Alexander Nasonov al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /* in sljitExecAllocator.c */ return (void *)uvm_km_alloc(module_map,

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: On Jul 22, 2014, at 2:40 PM, Alexander Nasonov al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /* in sljitExecAllocator.c */ return (void

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 1:16 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name: src Committed By: alnsn Date: Tue Jul 22 20:16:39 UTC 2014 Modified Files: src/sys/arch/arm/include: sljitarch.h Log Message: Add parentheses around macro arguments. Please use

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: On Jul 22, 2014, at 1:16 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name:src Committed By: alnsn Date: Tue Jul 22 20:16:39 UTC 2014 Modified Files: src/sys/arch/arm/include: sljitarch.h Log Message: Add

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 3:45 PM, Alexander Nasonov al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 1:16 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name:src Committed By: alnsn Date: Tue Jul 22 20:16:39 UTC 2014 Modified Files:

CVS commit: src/sys/kern

2014-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 22 07:38:41 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: Enable KMEM_REDZONE on DIAGNOSTIC. It will try to catch overflows. No comment on tech-kern@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2014-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 22 08:18:33 UTC 2014 Modified Files: src/sys/compat/linux32/common: linux32_mod.c src/sys/compat/netbsd32: netbsd32_mod.c src/sys/kern: exec_elf32.c exec_elf64.c Log Message: 1) On 64bit systems, don't add

CVS commit: src/sys/net

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 08:20:08 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Don't use scratch registers for X and to restore A after BPF_COPX call. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/net

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 08:29:51 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Two tweaks: don't use a temporary register to dereference the err agrument after xcall and don't generate ((tmp1 0xf) 2) twice in emit_msh(). To

CVS commit: src/sys/dev

2014-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 22 13:32:59 UTC 2014 Modified Files: src/sys/dev: vnd.c Log Message: Fix MODULE() dependencies to account for VND_COMPRESSION To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/vnd.c Please note

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 15:15:22 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: Fix ttm swap storage destruction. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 15:42:59 UTC 2014 Modified Files: src/sys/dev/pci: radeonfb.c src/sys/dev/wsfb: genfb.c Log Message: Do not printf(foobar()). Bad bad bad bad bad! To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/etc

2014-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 22 17:11:09 UTC 2014 Modified Files: src/etc: daily locate.conf rc.subr services src/etc/defaults: rc.conf src/etc/rc.d: mountall mountcritlocal mountcritremote random_seed Log Message: 'file system' for

CVS commit: src/sys/dev/pci

2014-07-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 22 17:25:19 UTC 2014 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Add workaround for PR#48451. Some BCM5717-5720 based systems get NMI on boot. This problem doesn't occur when we don't use prefetchable memory

CVS commit: src/sys/arch/evbarm/stand/bootimx23

2014-07-22 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Jul 22 17:46:59 UTC 2014 Modified Files: src/sys/arch/evbarm/stand/bootimx23: Makefile Log Message: Override CPUFLAGS for compiler cpu-specific options, instead of appening to CFLAGS. This allows the user to define CPUFLAGS

CVS commit: src/external/mit/xorg/lib/dri

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 18:14:25 UTC 2014 Modified Files: src/external/mit/xorg/lib/dri/r200: Makefile src/external/mit/xorg/lib/dri/r300: Makefile src/external/mit/xorg/lib/dri/r600: Makefile Log Message: Fix source lists

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files: src/sys/arch/mips/include: sljitarch.h Log Message: Define SLJIT_CACHE_FLUSH() for mips. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:16:39 UTC 2014 Modified Files: src/sys/arch/arm/include: sljitarch.h Log Message: Add parentheses around macro arguments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:19:57 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.cobalt md.pmax src/sys/arch/cobalt/include: Makefile src/sys/arch/pmax/include: Makefile Added Files: src/sys/arch/cobalt/include:

CVS commit: src/sys/rump

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:25:13 UTC 2014 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/kern/lib/libsljit: Makefile Added Files: src/sys/rump/kern/lib/libsljit: sljit_rump.h

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:41:37 UTC 2014 Modified Files: src/sys/arch/sparc/include: sljitarch.h Log Message: Cast to sparc_cache_flush() argument types. This change makes it clear thatr sparc_cache_flush() is defined by sljit (unlike other

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:38:55 UTC 2014 Modified Files: src/sys/arch/powerpc/include: sljitarch.h Log Message: Cast to __syncicache() argument types. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/external/bsd/drm2/include/drm

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 22:14:22 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/drm: bus_dma_hacks.h Log Message: Free temporary segs on the way out of bus_dmamap_load_pglist. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libnpf

2014-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 22 22:28:47 UTC 2014 Modified Files: src/lib/libnpf: Makefile Added Files: src/lib/libnpf: libnpf.3 Removed Files: src/lib/libnpf: npf.3 Log Message: rename npf.3 - libnpf.3 per rmind@'s request To

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

2014-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 22 22:35:03 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi Log Message: rename npf man pages to libnpf. To generate a diff of this commit: cvs rdiff -u -r1.1899 -r1.1900 src/distrib/sets/lists/comp/mi

CVS commit: src/lib/librumpuser

2014-07-22 Thread Justin Cormack
Module Name:src Committed By: justin Date: Tue Jul 22 22:41:58 UTC 2014 Modified Files: src/lib/librumpuser: Makefile rumpfiber.c rumpuser.c rumpuser_int.h rumpuser_port.h Added Files: src/lib/librumpuser: rumpuser_random.c Log Message: Clean up random

CVS commit: src/sys/dev/usb

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 23:06:29 UTC 2014 Modified Files: src/sys/dev/usb: usb.c Log Message: Remove (harmless) redundant assignment of task-queue in usb_add_task. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/net/npf

2014-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jul 23 01:48:05 UTC 2014 Modified Files: src/sys/net/npf: npf.h Log Message: npf_iscached: add an assert. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/net/npf/npf.h Please note that diffs are not

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

2014-07-22 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Wed Jul 23 02:42:56 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 mi shl.mi Log Message: fixed removal of Lua 5.1 entries from distrib/sets/lists To generate a

CVS commit: src/sys/net

2014-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 23 04:09:48 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Add missing unlock To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/net/if_bridge.c Please note that diffs are not public

CVS commit: src

2014-07-22 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Wed Jul 23 05:00:39 UTC 2014 Modified Files: src/lib/libnpf: npf.c src/usr.sbin/npf/npfctl: npfctl.c Log Message: Build fix (use error when defined). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/net

2014-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 23 05:32:23 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Avoid calling copyout with holding mutex(IPL_NET) Because copyout may lead a page fault that may sleep, we have to pull it out from the critical

CVS commit: src/sys/kern

2014-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 22 07:38:41 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: Enable KMEM_REDZONE on DIAGNOSTIC. It will try to catch overflows. No comment on tech-kern@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2014-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 22 08:18:33 UTC 2014 Modified Files: src/sys/compat/linux32/common: linux32_mod.c src/sys/compat/netbsd32: netbsd32_mod.c src/sys/kern: exec_elf32.c exec_elf64.c Log Message: 1) On 64bit systems, don't add

CVS commit: src/sys/net

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 08:20:08 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Don't use scratch registers for X and to restore A after BPF_COPX call. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/net

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 08:29:51 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Two tweaks: don't use a temporary register to dereference the err agrument after xcall and don't generate ((tmp1 0xf) 2) twice in emit_msh(). To

CVS commit: src/sys/dev

2014-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 22 13:32:59 UTC 2014 Modified Files: src/sys/dev: vnd.c Log Message: Fix MODULE() dependencies to account for VND_COMPRESSION To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/vnd.c Please note

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 15:15:22 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: Fix ttm swap storage destruction. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 15:42:59 UTC 2014 Modified Files: src/sys/dev/pci: radeonfb.c src/sys/dev/wsfb: genfb.c Log Message: Do not printf(foobar()). Bad bad bad bad bad! To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/etc

2014-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 22 17:11:09 UTC 2014 Modified Files: src/etc: daily locate.conf rc.subr services src/etc/defaults: rc.conf src/etc/rc.d: mountall mountcritlocal mountcritremote random_seed Log Message: 'file system' for

CVS commit: src/sys/dev/pci

2014-07-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 22 17:25:19 UTC 2014 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Add workaround for PR#48451. Some BCM5717-5720 based systems get NMI on boot. This problem doesn't occur when we don't use prefetchable memory

CVS commit: src/sys/arch/evbarm/stand/bootimx23

2014-07-22 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Jul 22 17:46:59 UTC 2014 Modified Files: src/sys/arch/evbarm/stand/bootimx23: Makefile Log Message: Override CPUFLAGS for compiler cpu-specific options, instead of appening to CFLAGS. This allows the user to define CPUFLAGS

CVS commit: src/external/mit/xorg/lib/dri

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 18:14:25 UTC 2014 Modified Files: src/external/mit/xorg/lib/dri/r200: Makefile src/external/mit/xorg/lib/dri/r300: Makefile src/external/mit/xorg/lib/dri/r600: Makefile Log Message: Fix source lists

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files: src/sys/arch/mips/include: sljitarch.h Log Message: Define SLJIT_CACHE_FLUSH() for mips. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:16:39 UTC 2014 Modified Files: src/sys/arch/arm/include: sljitarch.h Log Message: Add parentheses around macro arguments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:19:57 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.cobalt md.pmax src/sys/arch/cobalt/include: Makefile src/sys/arch/pmax/include: Makefile Added Files: src/sys/arch/cobalt/include:

CVS commit: src/sys/rump

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:25:13 UTC 2014 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/kern/lib/libsljit: Makefile Added Files: src/sys/rump/kern/lib/libsljit: sljit_rump.h

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:38:55 UTC 2014 Modified Files: src/sys/arch/powerpc/include: sljitarch.h Log Message: Cast to __syncicache() argument types. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-07-22 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jul 22 20:41:37 UTC 2014 Modified Files: src/sys/arch/sparc/include: sljitarch.h Log Message: Cast to sparc_cache_flush() argument types. This change makes it clear thatr sparc_cache_flush() is defined by sljit (unlike other

CVS commit: src/sys/external/bsd/drm2/include/drm

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 22:14:22 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/drm: bus_dma_hacks.h Log Message: Free temporary segs on the way out of bus_dmamap_load_pglist. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libnpf

2014-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 22 22:28:47 UTC 2014 Modified Files: src/lib/libnpf: Makefile Added Files: src/lib/libnpf: libnpf.3 Removed Files: src/lib/libnpf: npf.3 Log Message: rename npf.3 - libnpf.3 per rmind@'s request To

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

2014-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 22 22:35:03 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi Log Message: rename npf man pages to libnpf. To generate a diff of this commit: cvs rdiff -u -r1.1899 -r1.1900 src/distrib/sets/lists/comp/mi

CVS commit: src/lib/librumpuser

2014-07-22 Thread Justin Cormack
Module Name:src Committed By: justin Date: Tue Jul 22 22:41:58 UTC 2014 Modified Files: src/lib/librumpuser: Makefile rumpfiber.c rumpuser.c rumpuser_int.h rumpuser_port.h Added Files: src/lib/librumpuser: rumpuser_random.c Log Message: Clean up random

CVS commit: src/sys/dev/usb

2014-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 22 23:06:29 UTC 2014 Modified Files: src/sys/dev/usb: usb.c Log Message: Remove (harmless) redundant assignment of task-queue in usb_add_task. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src

2014-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jul 23 01:25:34 UTC 2014 Modified Files: src/lib/libnpf: npf.c npf.h src/sys/net/npf: npf.c npf.h npf_conf.c npf_conn.c npf_conn.h npf_conndb.c npf_ctl.c npf_handler.c npf_impl.h npf_nat.c

CVS commit: src/sys/net/npf

2014-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jul 23 01:48:05 UTC 2014 Modified Files: src/sys/net/npf: npf.h Log Message: npf_iscached: add an assert. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/net/npf/npf.h Please note that diffs are not

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

2014-07-22 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Wed Jul 23 02:42:56 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 mi shl.mi Log Message: fixed removal of Lua 5.1 entries from distrib/sets/lists To generate a

CVS commit: src/sys/net

2014-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 23 04:09:48 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Add missing unlock To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/net/if_bridge.c Please note that diffs are not public

CVS commit: src

2014-07-22 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Wed Jul 23 05:00:39 UTC 2014 Modified Files: src/lib/libnpf: npf.c src/usr.sbin/npf/npfctl: npfctl.c Log Message: Build fix (use error when defined). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/net

2014-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 23 05:32:23 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Avoid calling copyout with holding mutex(IPL_NET) Because copyout may lead a page fault that may sleep, we have to pull it out from the critical