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

2017-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 9 08:23:46 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Restore %ds before swapgs. Movs to segment registers are allowed to fault in kernel mode but simply cause a signal to be sent to userland.

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

2017-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 9 08:38:25 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: No, do not just copy code from i386 and expect it to work on amd64. There are several structural differences. At least two issues

CVS commit: src/sys/net

2017-02-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Feb 9 09:30:26 UTC 2017 Modified Files: src/sys/net: bpf.c bpfdesc.h if.c Log Message: Make bpf MP-safe By the change, bpf_mtap can run without any locks as long as its bpf filter doesn't match a target packet. Pushing data

CVS commit: src/sys/net

2017-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 9 11:43:32 UTC 2017 Modified Files: src/sys/net: if_srt.c Log Message: PR kern/51280 This allows srt devices to work for IPv6. srt still needs work (particularly #ifdef INET6 but also general effeciency and similar.) To

CVS commit: src/sys/arch/x86

2017-02-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 9 11:56:41 UTC 2017 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c src/sys/arch/x86/include: efi.h src/sys/arch/x86/x86: x86_machdep.c Log Message: efi_md::md_virt always uses uint64_t. To generat

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

2017-02-09 Thread Ryosuke Moro
Module Name:src Committed By: szptvlfn Date: Thu Feb 9 13:26:56 UTC 2017 Modified Files: src/distrib/sets/lists/misc: mi Log Message: fix build (MKUNBOUND=no) To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/distrib/sets/lists/misc/mi Please note tha

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

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 13:59:02 UTC 2017 Modified Files: src/distrib/sets/lists/tests: mi Log Message: put back exect directory; we try to remove it before the files inside it and we fail. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/distrib/emips/instkernel

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 14:00:06 UTC 2017 Modified Files: src/distrib/emips/instkernel: Makefile Log Message: loosen the belt again. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/emips/instkernel/Makefile Please

CVS commit: src

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 15:24:08 UTC 2017 Modified Files: src/distrib/evbppc/ramdisk: Makefile src/sys/arch/evbppc/conf: INSTALL.inc Log Message: Give clang a bit more space on the RAM disk. To generate a diff of this commit: cvs rdif

CVS commit: src/usr.bin/nc

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 17:27:30 UTC 2017 Modified Files: src/usr.bin/nc: netcat.c Log Message: the tls ifdef was a bit too aggressive. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/netcat.c Please note that d

CVS commit: [LLVM] src/external/bsd/llvm/dist/llvm

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 17:54:07 UTC 2017 Removed Files: src/external/bsd/llvm/dist/llvm/include/llvm/Analysis [LLVM]: LoopPassManager.h src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView [LLVM]: Type

CVS commit: src/external/bsd/llvm

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 17:58:57 UTC 2017 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile src/external/bsd/llvm/lib/libLLVMDebugInfoCodeView: Makefile src/external/b

CVS commit: src

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 18:15:07 UTC 2017 Modified Files: src/distrib/sparc/miniroot: Makefile.inc src/distrib/sparc/ramdisk: Makefile src/sys/arch/sparc/conf: INSTALL Log Message: Bump the ram disk and miniroot size slightly fo

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

2017-02-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 9 19:30:56 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: If the preloaded modules cannot be mapped with the initial amount of VA, discard the associated bootinfo entry. Otherwise the machine fault

CVS commit: src/sys/dev/pci

2017-02-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 9 20:32:19 UTC 2017 Modified Files: src/sys/dev/pci: trm.c Log Message: make fallback to PIO actually work properly To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/trm.c Please note that

CVS commit: src/usr.bin/nc

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 20:37:58 UTC 2017 Modified Files: src/usr.bin/nc: netcat.c socks.c Log Message: Mark help as static+dead. Don't use __attribute__. XXX needs a lot more static love. Uses mktemp and doesn't link. To generate a diff of t

CVS commit: src/usr.bin/nc

2017-02-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 9 20:39:42 UTC 2017 Modified Files: src/usr.bin/nc: Makefile Log Message: Turn off fatal linker warnings for now due to mktemp. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/Makefile Please

CVS commit: src/sys/dev/pci

2017-02-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 9 20:42:30 UTC 2017 Modified Files: src/sys/dev/pci: trm.c Log Message: fix tpyo To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/trm.c Please note that diffs are not public domain; they

CVS commit: src/lib/libm/src

2017-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Feb 9 21:23:11 UTC 2017 Modified Files: src/lib/libm/src: e_j0.c e_j0f.c e_j1.c e_j1f.c Log Message: Appease static analyzers by making all code paths which assign values into p,q sane. Get rid of redundant assignment. Indent f

CVS commit: src/usr.bin/nc

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 21:23:49 UTC 2017 Modified Files: src/usr.bin/nc: netcat.c Log Message: use mkstemp to prevent linker warning. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/nc/netcat.c Please note that di

CVS commit: src/usr.bin/nc

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 21:25:06 UTC 2017 Modified Files: src/usr.bin/nc: Makefile Log Message: no more warnings for ld. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/nc/Makefile Please note that diffs are not pu

CVS commit: src/sys/compat/linux/common

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 22:01:48 UTC 2017 Modified Files: src/sys/compat/linux/common: linux_socketcall.c linux_socketcall.h Log Message: use proper arg functions, remove bogus ones. To generate a diff of this commit: cvs rdiff -u -r1.47 -

CVS commit: src/sys/compat/linux/arch/mips

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 22:02:14 UTC 2017 Modified Files: src/sys/compat/linux/arch/mips: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/compat/linux/arch/mips

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 22:02:05 UTC 2017 Modified Files: src/sys/compat/linux/arch/mips: syscalls.master Log Message: revert listen To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/compat/linux/arch/mips/syscalls.mast

CVS commit: src/lib/libm/src

2017-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Feb 9 22:11:09 UTC 2017 Modified Files: src/lib/libm/src: s_expm1.c s_expm1f.c Log Message: ifdef out some dead code. improves code readability. all later users of y first assign another value. using ifdefs to make potential f

CVS commit: src/sys/dev/pci

2017-02-09 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Feb 9 23:30:46 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: detach wm(4) evcnt. pointed out by msaitoh@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.476 -r1.477 src/sys/dev/pci/if_wm

CVS commit: src/doc

2017-02-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Feb 10 03:59:02 UTC 2017 Modified Files: src/doc: TODO.smpnet Log Message: Add many entries To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/doc/TODO.smpnet Please note that diffs are not public domain; they

CVS commit: src/sys/arch/sgimips/sgimips

2017-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 10 04:00:48 UTC 2017 Modified Files: src/sys/arch/sgimips/sgimips: machdep.c Log Message: kill variable stack allocation To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/arch/sgimips/sgimips/mach

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

2017-02-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 10 04:34:11 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: No functional change: - Rename ixv_sysctl_attach() to ixv_add_device_sysctls(). - Move sysct and evcnt related functions to match ixgbe.c.

CVS commit: src/lib/libcurses

2017-02-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Fri Feb 10 06:25:28 UTC 2017 Modified Files: src/lib/libcurses: scroll.c Log Message: Remove checks for cursor being in scrolling region, ncurses doesn't do checking, rather just scrolls the scrolling region so we shall follow suit

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

2017-02-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 10 06:35:22 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_vf.h ixv.c Log Message: - Both mbuf_defrag_failed and m_defrag_failed existed. Remove m_defrag_failed. - rx_irq, dropped_pkts, mo