Module Name:src
Committed By: skrll
Date: Thu Jul 3 07:18:43 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dis
Module Name:src
Committed By: maxv
Date: Thu Jul 3 08:43:49 UTC 2014
Modified Files:
src/sys/kern: subr_kmem.c
Log Message:
Change the pattern of KMEM_REDZONE so that the first byte is never '\0'.
>From me and lars@.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: msaitoh
Date: Thu Jul 3 17:24:33 UTC 2014
Modified Files:
src/sys/arch/x86/include: cacheinfo.h
Log Message:
Fix some entries:
- Desc 0x55 and 0xb1 are Instruction TLB but not fixed to 4K.
- Desc 0x5a and 0xc0 are Data TLB but not fixed to
Module Name:src
Committed By: msaitoh
Date: Thu Jul 3 19:08:31 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some Intel X38 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1195 -r1.1196 src/sys/dev/pci/pcidevs
Please note that diffs ar
Module Name:src
Committed By: msaitoh
Date: Thu Jul 3 19:09:16 UTC 2014
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.1188 -r1.1189 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1187 -r1.11
Module Name:src
Committed By: riastradh
Date: Thu Jul 3 20:48:19 UTC 2014
Modified Files:
src/sys/external/bsd/common/include/linux: completion.h errno.h list.h
Log Message:
Add some notes on using these shims to port Linux kernel code.
To generate a diff of this commit
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 4 01:50:22 UTC 2014
Modified Files:
src/sys/net: pktqueue.c
Log Message:
Fix pktq_enqueue for rump
Add _RUMP_NATIVE_ABI to the macro condition for i386 and x86_64 because
_RUMPKERNEL is not defined for them. See sys/rum