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
op
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 src/share/man/man
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 src/shar
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 -r1
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) m
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 src/usr.sbin/acpitools/acpid
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 diff
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
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 src/distrib/utils/embed
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 no
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
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
c
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
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 aa
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 subr_pool.
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 KA
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 note
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
Pl
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.
nb:
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.
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.
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 shou
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 h
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
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 lo
25 matches
Mail list logo