Module Name:src
Committed By: msaitoh
Date: Mon Dec 18 07:57:55 UTC 2017
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1294 -r1.1295 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1293 -r1.1
Module Name:src
Committed By: msaitoh
Date: Mon Dec 18 07:57:36 UTC 2017
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some Chelsio devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 src/sys/dev/pci/pcidevs
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Mon Dec 18 07:05:16 UTC 2017
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Add ixg and ixv.
To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/dev/DEVNAMES
Please note that diffs are not public domain
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 18 05:35:36 UTC 2017
Modified Files:
src/sys/net: rtsock.c
Log Message:
Fix compile error (may be used uninitialized)
Hmm, __noinline had hidden this error.
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.2
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 18 05:35:02 UTC 2017
Modified Files:
src/sys/net: rtsock.c
Log Message:
Revert "Spinkle __noinline to some non-performance-sensitive functions for
debugging"
We should do this kind of tweaks for debugging just locally a
Module Name:src
Committed By: msaitoh
Date: Mon Dec 18 04:48:28 UTC 2017
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h ppbreg.h
Log Message:
Add VGA 16bit decode bit into the PCI bridge control register. This bit is
defined in PCI-to-PCI Bridge Architecture Specifi
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 18 04:11:46 UTC 2017
Modified Files:
src/tests/net/route: t_change.sh t_route.sh
Log Message:
Adjust outputs of route's flags to include a numeric output
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 18 04:11:13 UTC 2017
Modified Files:
src/sys/net: route.h
Log Message:
Show ARP/NDP caches as LLINFO not LLDATA for backward compatiblity
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/net/route
Module Name:src
Committed By: knakahara
Date: Mon Dec 18 03:21:44 UTC 2017
Modified Files:
src/sys/netinet: in_l2tp.c
src/sys/netinet6: in6_l2tp.c
Log Message:
fix mbuf leaks. pointed out and suggested by kre@n.o, thanks.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: knakahara
Date: Mon Dec 18 03:20:13 UTC 2017
Modified Files:
src/sys/netinet: in_l2tp.c
src/sys/netinet6: in6_l2tp.c
Log Message:
backout wrong fix again, sorry.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net
Module Name:src
Committed By: mrg
Date: Mon Dec 18 00:33:32 UTC 2017
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
include for siginfo32_t.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/compat/netbsd32/netbsd32.h
Please note
Module Name:src
Committed By: pgoyette
Date: Sun Dec 17 22:09:47 UTC 2017
Modified Files:
src/sys/dev: fss.c
Log Message:
If config_cfattach_detach() returns an error, handle it instead of
ignoring. Otherwise the mutex will get destroyed and we'll unload
the module, and a
Module Name:src
Committed By: pgoyette
Date: Sun Dec 17 21:57:11 UTC 2017
Modified Files:
src/sys/dev/pad: pad.c
Log Message:
If config_fini_component() fails (due to device driver busy), don't
discard its error value when re-attaching the devsw. If the devsw
is successfu
Module Name:src
Committed By: joerg
Date: Sun Dec 17 21:28:52 UTC 2017
Removed Files:
src/external/bsd/llvm/dist/clang/bindings/python/tests [LLVM]:
test_exception_specification_kind.py
src/external/bsd/llvm/dist/clang/test/CodeGen [LLVM]:
mi
Module Name:src
Committed By: christos
Date: Sun Dec 17 20:59:28 UTC 2017
Modified Files:
src/sys/compat/netbsd32: netbsd32.h netbsd32_ptrace.c netbsd32_signal.c
src/sys/kern: sys_ptrace.c sys_ptrace_common.c
src/sys/sys: ptrace.h
Log Message:
handle siginf
Module Name:src
Committed By: joerg
Date: Sun Dec 17 21:16:57 UTC 2017
Modified Files:
src/external/bsd/llvm: Makefile
Log Message:
Be consistent with the revision numbers in the import-llvm command.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/extern
Module Name:src
Committed By: joerg
Date: Sun Dec 17 21:16:33 UTC 2017
Modified Files:
src/external/bsd/llvm: Makefile.inc
Log Message:
Update for LLVM/Clang 5.0.1.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/external/bsd/llvm/Makefile.inc
Please n
Module Name:src
Committed By: christos
Date: Sun Dec 17 17:49:04 UTC 2017
Modified Files:
src/external/gpl3/gdb/dist/gdb/tui: tui-data.c tui-wingeneral.c
tui-winsource.c
Log Message:
Don't core dump when the window is too small
XXX: feed upstream
To generate
Module Name:src
Committed By: chs
Date: Sun Dec 17 17:18:34 UTC 2017
Modified Files:
src/sys/arch/powerpc/include: cpu.h
Log Message:
apply the same change for powerpc as mrg did for arm and mips:
CPU_INFO_FOREACH() must always iterate at least the boot cpu.
document this
Module Name:src
Committed By: christos
Date: Sun Dec 17 15:43:28 UTC 2017
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
- reduce ifdef ugliness by moving it up top.
- factor out PT_IO and make PT_{READ,WRITE}_{I,D} use it
- factor out PT_DUMPCORE
- factor
Module Name:src
Committed By: skrll
Date: Sun Dec 17 09:39:00 UTC 2017
Modified Files:
src/sys/arch/arm/include: armreg.h
Log Message:
Typo in comment
cvS: --
To generate a diff of this commit:
cvs rdiff
21 matches
Mail list logo