CVS commit: src/usr.sbin/npf/npfctl

2017-10-29 Thread Ryota Ozaki
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

CVS commit: src/sys/uvm/pmap

2017-10-29 Thread Paul Goyette
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

CVS commit: src/sys/net/npf

2017-10-29 Thread Ryota Ozaki
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)

CVS commit: src/sys/dev/pci

2017-10-29 Thread Sevan Janiyan
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

CVS commit: src/sys/uvm/pmap

2017-10-29 Thread Paul Goyette
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

CVS commit: src/sys/uvm/pmap

2017-10-29 Thread Robert Elz
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

CVS commit: src/sys/dev

2017-10-29 Thread Taylor R Campbell
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

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

2017-10-29 Thread Maxime Villard
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

CVS commit: src/sys/arch

2017-10-29 Thread Jared D. McNeill
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

CVS commit: src/external/bsd/nvi/dist

2017-10-29 Thread Christos Zoulas
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

CVS commit: src/sys/arch

2017-10-29 Thread Jared D. McNeill
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

CVS commit: src/sys/dev/i2c

2017-10-29 Thread Jared D. McNeill
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

CVS commit: src/sys/arch

2017-10-29 Thread Jared D. McNeill
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

CVS commit: src/sys/dev/ic

2017-10-29 Thread Jared D. McNeill
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,

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

2017-10-29 Thread Maxime Villard
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

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

2017-10-29 Thread Maxime Villard
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

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

2017-10-29 Thread Maxime Villard
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

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

2017-10-29 Thread Maxime Villard
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

CVS commit: src/sys/arch

2017-10-29 Thread Maxime Villard
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

CVS commit: src/share/man/man9

2017-10-29 Thread Paul Goyette
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

CVS commit: src/sys/dev

2017-10-29 Thread Michael van Elst
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

CVS commit: src/share/man/man9

2017-10-29 Thread Paul Goyette
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

CVS commit: src/lib/libc/time

2017-10-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 29 06:07:48 UTC 2017 Modified Files: src/lib/libc/time: time2posix.3 Log Message: Fix the escape used for em dash ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/time2posix.3