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.
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
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
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.
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
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
31 matches
Mail list logo