Module Name:src
Committed By: ozaki-r
Date: Mon Oct 30 04:53:43 UTC 2017
Modified Files:
src/usr.sbin/npf/npfctl: npfctl.c
Log Message:
Fix showing translated port (ntohs-ed twice wrongly)
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/npf/npf
Module Name:src
Committed By: pgoyette
Date: Mon Oct 30 03:25:14 UTC 2017
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
Remove unneeded casts to (uintptr_t). This is already taken care of in
the xxxHIST_LOG() macros.
No need to pull-up to -8 - the extra cast real
Module Name:src
Committed By: ozaki-r
Date: Mon Oct 30 03:02:35 UTC 2017
Modified Files:
src/sys/net/npf: npf_ctl.c
Log Message:
Fix npfclt reload on rump kernels
It fails because npfctl cannot get an errno when it calls ioctl to the (rump)
kernel; npfctl (libnpf) expects
Module Name:src
Committed By: sevan
Date: Mon Oct 30 01:25:27 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.1292 -r1.1293 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1291 -r1.1292
Module Name:src
Committed By: sevan
Date: Mon Oct 30 01:24:47 UTC 2017
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Areca ARC1214 & ARC1880.
>From OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1299 -r1.1300 src/sys/dev/pci/pcidevs
Please note
Module Name:src
Committed By: pgoyette
Date: Mon Oct 30 01:19:46 UTC 2017
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
And replace an instance of "%p" conversion with "%#jx"
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/uvm/pmap/pmap.c
P
Module Name:src
Committed By: kre
Date: Mon Oct 30 00:55:42 UTC 2017
Modified Files:
src/sys/uvm/pmap: pmap.c
Log Message:
Remove a stray '"' (obvious typo) and add a couple of casts that are
probably needed.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38
Module Name:src
Committed By: riastradh
Date: Sun Oct 29 17:57:21 UTC 2017
Modified Files:
src/sys/dev: sequencer.c
Log Message:
Provisionally return to declaring midi_cd unconditionally.
Apparently this breaks compiling some kernels, although how they ever
managed to lin
Module Name:src
Committed By: maxv
Date: Sun Oct 29 17:19:14 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: GENERIC_KASLR
Log Message:
Mmh, we don't map the CTF section on kaslr kernels, so disable
KDTRACE_HOOKS for now.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmcneill
Date: Sun Oct 29 16:02:46 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sunxi_musb.c
src/sys/arch/evbarm/conf: SUNXI
Log Message:
Create a custom bus space tag and use it to remap registers instead of
relying on options MOT
Module Name:src
Committed By: christos
Date: Sun Oct 29 15:29:34 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: multibyte.h
src/external/bsd/nvi/dist/regex: regcomp.c
Log Message:
PR/52671: Ralph Geier: The ignorecase option is not handeled correctly in
Module Name:src
Committed By: jmcneill
Date: Sun Oct 29 15:00:00 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sunxi_twi.c
src/sys/arch/evbarm/conf: SUNXI
Log Message:
sunxi_twi: provide custom read/write reg callbacks and remove the
GTTWSI_ALLWINNER option from
Module Name:src
Committed By: jmcneill
Date: Sun Oct 29 14:59:05 UTC 2017
Modified Files:
src/sys/dev/i2c: gttwsi_core.c gttwsivar.h
Log Message:
Allow drivers to provide their own read/write register functions. While
here, sprinkle KASSERTs to verify that the i2c lock is
Module Name:src
Committed By: jmcneill
Date: Sun Oct 29 14:07:11 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sunxi_com.c
src/sys/arch/evbarm/conf: SUNXI
Log Message:
remove options COM_AWIN and set COM_TYPE_SUNXI in the bus driver instead
To generate a diff
Module Name:src
Committed By: jmcneill
Date: Sun Oct 29 14:06:08 UTC 2017
Modified Files:
src/sys/dev/ic: com.c comreg.h comvar.h ns16550reg.h
Log Message:
Make all of the COM_xxx type options runtime selectable. Kernel configs
with the existing options (COM_16650, COM_167
Module Name:src
Committed By: maxv
Date: Sun Oct 29 11:38:43 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: elf.c mm.c
Log Message:
Fix a few error messages, and be a little more verbose.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arc
Module Name:src
Committed By: maxv
Date: Sun Oct 29 11:28:30 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: elf.c locore.S mm.c prekern.c
prekern.h
Log Message:
Randomize the kernel segments independently. That is to say, put text,
rodata and data a
Module Name:src
Committed By: maxv
Date: Sun Oct 29 10:25:28 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Use bootspace.head.va instead of the direct map. Otherwise there's the
assumption that the offsets contained in sh_offset in physical memo
Module Name:src
Committed By: maxv
Date: Sun Oct 29 10:07:08 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: elf.c
Log Message:
Add three functions and start using them; will be more useful soon.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/
Module Name:src
Committed By: maxv
Date: Sun Oct 29 10:01:22 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/stand/prekern: prekern.c prekern.h
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/include: pmap.h
Module Name:src
Committed By: pgoyette
Date: Sun Oct 29 09:51:42 UTC 2017
Modified Files:
src/share/man/man9: kernhist.9
Log Message:
More improvements in grammar and readability.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/kernhist.9
Module Name:src
Committed By: mlelstv
Date: Sun Oct 29 09:44:17 UTC 2017
Modified Files:
src/sys/dev: dksubr.c
Log Message:
Use driver specific label code as fallback. This fixes the UDF label for CDs.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sy
Module Name:src
Committed By: pgoyette
Date: Sun Oct 29 09:17:42 UTC 2017
Modified Files:
src/share/man/man9: kernhist.9
Log Message:
Use correct mark-up for NetBSD version.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/kernhist.9
Please
23 matches
Mail list logo