CVS commit: src/sys/arch/aarch64/include

2018-12-02 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Dec 2 20:54:44 UTC 2018 Modified Files: src/sys/arch/aarch64/include: sljit_machdep.h Log Message: Switch to __builtin___clear_cache() in userspace. aarch64_sync_icache() doesn't exist because there no libarm equivalent on

CVS commit: src

2018-12-02 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Dec 2 21:00:13 UTC 2018 Modified Files: src/share/mk: bsd.sys.mk src/sys/arch/amd64/conf: GENERIC src/sys/arch/amd64/include: param.h src/sys/conf: files ssp.mk src/sys/kern: files.kern

CVS commit: src/sys/dev/pci

2018-12-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Dec 2 17:02:04 UTC 2018 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: Don't destroy the dma maps if we're not disabling the adapter, avoids a KASSERT() when bus_dmamap_destroy() is called from interrupt

CVS commit: src/sys/dev/pci

2018-12-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 2 18:12:29 UTC 2018 Modified Files: src/sys/dev/pci: if_pcn.c Log Message: use pci_intr_establish_xname() To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/if_pcn.c Please note that diffs

CVS commit: src/sys/arch/ia64/include

2018-12-02 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Dec 2 16:49:24 UTC 2018 Modified Files: src/sys/arch/ia64/include: proc.h Log Message: fix SP offset To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/include/proc.h Please note that diffs are

CVS commit: src/lib/libedit

2018-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 2 16:58:13 UTC 2018 Modified Files: src/lib/libedit: readline.c tty.c tty.h src/lib/libedit/readline: readline.h Log Message: Add a couple more readline compat functions. To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2018-12-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 2 13:17:19 UTC 2018 Modified Files: src/sys/dev/pci: mpt_pci.c Log Message: use pci_intr_establish_xname() To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/mpt_pci.c Please note that

CVS commit: src/sys/dev/pci

2018-12-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 2 13:22:28 UTC 2018 Modified Files: src/sys/dev/pci: mpii.c Log Message: use pci_intr_establish_xname() To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/mpii.c Please note that diffs are

CVS commit: src/sys/kern

2018-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 3 00:11:02 UTC 2018 Modified Files: src/sys/kern: files.kern init_sysctl.c Log Message: Expose addresses depending on the KASLR setting (from mrg@). Restores the status quo of exposing kernel addresses if there is no

CVS commit: src/distrib/utils/embedded/conf

2018-12-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 2 15:43:05 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Fix variable escaping in dev_exists() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Dec 2 10:27:58 UTC 2018 Modified Files: src/bin/sh: alias.c Log Message: Fix the worst of the bugs in alias processing. This has been in sh since this code was first imported (May 1994) (ie: before 4.4-Lite) There is (much)

CVS commit: src/usr.sbin/acpitools/acpidump

2018-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 2 10:51:07 UTC 2018 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c acpidump.8 Log Message: Decode IO Remapping Table. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch

2018-12-02 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Dec 2 08:19:44 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: mainbus.c src/sys/arch/i386/i386: mainbus.c src/sys/arch/x86/pci: pci_intr_machdep.c src/sys/arch/x86/x86: intr.c Log Message: make

CVS commit: src/share/man/man9

2018-12-02 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Dec 2 09:18:26 UTC 2018 Modified Files: src/share/man/man9: audio.9 Log Message: Sync prototypes with reality. These have been changed in 2011. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/share/man/man9

2018-12-02 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Dec 2 09:22:30 UTC 2018 Modified Files: src/share/man/man9: audio.9 Log Message: Correct function name. freem is used to free memory allocated by allocm. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/share/man/man4

2018-12-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 2 10:06:45 UTC 2018 Modified Files: src/share/man/man4: ena.4 Log Message: New sentence, new line. Add .An -nosplit. Move RCS Id to top. Remove unnecessary quuotes. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 3 06:40:26 UTC 2018 Modified Files: src/bin/sh: alias.c alias.h eval.c input.c parser.c parser.h syntax.c syntax.h Log Message: Revamp aliases - as dumb an idea as they are, if we're going to have them, they

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 3 06:41:30 UTC 2018 Modified Files: src/bin/sh: expand.c parser.c Log Message: Yet another foray into the mysterious world of $@ -- this time to fix the (unusual) idiom "${1+$@}" (the quotes are part of it). This seems to

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 3 06:42:25 UTC 2018 Modified Files: src/bin/sh: eval.c var.c var.h Log Message: Fix "export -x" (and its consequences) to behave as originally intended (and as documented) rather than how it has been behaving (which was not

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 3 06:43:19 UTC 2018 Modified Files: src/bin/sh: eval.c eval.h main.c sh.1 trap.c trap.h Log Message: Cleanup traps a bit - attempt to handle weird uses in traps, such as traps that issue break/continue/return to cause the

CVS commit: src/sys/dev/pci/ixgbe

2018-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 3 04:39:44 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Some counters are not per queue but per traffic class. Make new evcnt group "ixgM tcN" (N = 0..7) and move those counters into it.

CVS commit: src/sys/dev/acpi

2018-12-02 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Dec 3 05:22:03 UTC 2018 Modified Files: src/sys/dev/acpi: acpi_mcfg.c Log Message: Define macro before using it. This macro is used as a compile time "plugin" mechanism to use various platform specific enumeration functions.

CVS commit: src/bin/sh

2018-12-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 3 02:38:30 UTC 2018 Modified Files: src/bin/sh: jobs.c main.c main.h Log Message: When forking a child shell, arrange for errors/exit to always unwind to the main handler, rather than wherever the parent shell would go.

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

2018-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 3 00:11:39 UTC 2018 Modified Files: src/sys/arch/i386/conf: files.i386 Log Message: KASLR is in files.kern To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 src/sys/arch/i386/conf/files.i386 Please

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

2018-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 3 00:12:22 UTC 2018 Modified Files: src/sys/arch/amd64/conf: files.amd64 Log Message: KASLR is in files.kern now. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/arch/amd64/conf/files.amd64