Module Name:src
Committed By: martin
Date: Wed Nov 14 08:44:34 UTC 2018
Added Files:
src/distrib/sets/lists/xdebug: md.iyonix
Log Message:
Add debug files for recent xserver addition
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/xdebug/
Module Name:src
Committed By: skrll
Date: Wed Nov 14 10:58:04 UTC 2018
Modified Files:
src/sys/arch/hppa/hppa: fpu.c machdep.c
Log Message:
Some fixes for QEMU/hppa.
Don't call desidhash_l on pcxl2 as it doesn't support it. QEMU emulates
this cpu and would trap on illega
Module Name:src
Committed By: jmcneill
Date: Wed Nov 14 11:02:52 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: std.generic
Log Message:
Define __HAVE_PCI_MSI_MSIX
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.generic
Pleas
Module Name:src
Committed By: mlelstv
Date: Wed Nov 14 12:05:29 UTC 2018
Modified Files:
src/sbin/fdisk: fdisk.c
Log Message:
In validate_bootsel, the code assumed that arr[j][i] can be accessed
with something like arr[0][j*ARRAYWIDTH+i]. gcc no longer allows such
hacks an
Module Name:src
Committed By: riastradh
Date: Wed Nov 14 17:09:08 UTC 2018
Modified Files:
src/external/cddl/osnet/sys/sys: isa_defs.h
Log Message:
Define _LP64 or _ILP32 for all architectures.
Rather than write out a table for each architecture, rely on the C
compiler to
Module Name:src
Committed By: hannken
Date: Wed Nov 14 17:51:37 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_socket.c
src/sys/compat/netbsd32: netbsd32_socket.c
Log Message:
Apply the recent fixes to {send,recv}mmsg() to their compat variants.
To g
Module Name:src
Committed By: wiz
Date: Wed Nov 14 18:28:18 UTC 2018
Modified Files:
src/usr.sbin/sliplogin: sliplogin.8
Log Message:
Sort sections. New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sliplogin/sliplogin.8
Module Name:src
Committed By: maxv
Date: Wed Nov 14 19:14:40 UTC 2018
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c
Log Message:
Take RAX from the VMCB and not the VCPU state, the latter is not
synchronized and contains old values.
To generate a diff of this commi
Module Name:src
Committed By: jakllsch
Date: Wed Nov 14 20:03:29 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: param.h
Log Message:
Switch to NKMEMPAGES_MAX_UNLIMITED.
This aligns aarch64 with our other modern 64-bit ports. Significantly
improves file caching ut
Module Name:src
Committed By: scole
Date: Wed Nov 14 20:13:14 UTC 2018
Modified Files:
src/sys/arch/ia64: TODO
Log Message:
add more items
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/TODO
Please note that diffs are not public domain; th
Module Name:src
Committed By: scole
Date: Wed Nov 14 21:10:59 UTC 2018
Modified Files:
src/sys/arch/ia64/ia64: locore.S machdep.c syscall.c vm_machdep.c
src/sys/arch/ia64/include: md_var.h proc.h
Log Message:
- When forking, use own register stack for each thread
-
Module Name:src
Committed By: jmcneill
Date: Thu Nov 15 00:01:38 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gicv3.c
Log Message:
Instead of disabling preemption, set the binary point field to the minimum
supported value
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: manu
Date: Thu Nov 15 02:35:23 UTC 2018
Modified Files:
src/sys/dev/usb: usb_quirks.c usb_quirks.h usbdi.c
Log Message:
Workaround NBP PN533 USB toggle bit bugs
The PN533 is known to mishandle the USB toggle bit, causing replies to
be filtere
Module Name:src
Committed By: uwe
Date: Thu Nov 15 03:17:51 UTC 2018
Modified Files:
src/lib/libcurses: addbytes.c
Log Message:
_cursesi_addbyte - fix function comment after what looks like an
editing accident.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.4
Module Name:src
Committed By: msaitoh
Date: Thu Nov 15 03:50:22 UTC 2018
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add MAWAU (for BND{LD,ST}X instruction) from the latest Intel SDM.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.13
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 15 04:36:46 UTC 2018
Modified Files:
src/sbin/ifconfig: ifconfig.c
Log Message:
ifconfig: add linkstr/-linkstr to the help message
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/sbin/ifconfig/ifconf
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 15 04:37:20 UTC 2018
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Fix the format of ifconfig linkstr; it takes an argument
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sbin/ifconfig/
Module Name:src
Committed By: msaitoh
Date: Thu Nov 15 04:53:54 UTC 2018
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
- I misread ci_acpiid as ci_apicid... LAPIC ID is in ci_cpuid.
Print it correctly.
- ci_initapicid(Initial APIC ID) is uint32_t, s
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:55:06 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev.c
Log Message:
"PRIu64", not llu, to print uint64_t.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/exte
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:55:26 UTC 2018
Modified Files:
src/external/cddl/osnet/sys/sys: proc.h
Log Message:
Omit unused definition with broken cpp conditional.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/cd
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:55:17 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/sys: dtrace.h
Log Message:
Omit conflicting definition that breaks build on aarch64.
To generate a diff of this commit:
cvs rdiff -u -r1.17
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:55:49 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Need for mm_md_direct_mapped_phys.
It turns out this code always sees __HAVE_MM_MD_DIRECT_MAPPED_PHYS as
di
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:55:38 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_misc.c
src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: spa_impl.h
Log Message:
Be consistent about _KERNEL vs _HARDKER
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:56:52 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: param.h
Log Message:
Respect the __HIDE_DELAY kludge like on other ports.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/aar
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:57:00 UTC 2018
Modified Files:
src/sys/modules/arch/powerpc/powerpc-booke: bsd.powerpc-booke.mk
Log Message:
Include before using ACTIVE_CC. Fixes make errors.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 04:59:02 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/include: types.h
src/sys/arch/x86/x86: efi.c
src/sys/rump/librump/rumpkern/arch/generic: Makefile.inc
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 05:14:20 UTC 2018
Modified Files:
src/tests/lib/libm: t_cbrt.c
Log Message:
cbrtl_powl is xfail only if long double has more bits than double.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/l
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 05:43:57 UTC 2018
Modified Files:
src/external/cddl/osnet/sys/sys: zfs_context.h
Log Message:
Use callout_halt, not callout_stop, for FreeBSD callout_drain shim.
Callers expect callout_drain will wait for it to comp
Module Name:src
Committed By: riastradh
Date: Thu Nov 15 06:53:58 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/pci: drm_pci.c
Log Message:
Don't try to interpret the second half of a 64-bit BAR as another one.
>From msaitoh@.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: knakahara
Date: Thu Nov 15 07:20:31 UTC 2018
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
tprof: Add silvermont, airmont support.
I tested on Atom C2758 (Rangeley).
To generate a diff of this commit:
cvs rdiff -u -r1.4
30 matches
Mail list logo