Module Name:src
Committed By: jnemeth
Date: Sat Jun 2 05:55:47 UTC 2018
Modified Files:
src/usr.bin/calendar/calendars: calendar.christian calendar.holiday
calendar.judaic calendar.netbsd calendar.usholiday
Log Message:
Update calendar files for the upcoming N
Module Name:src
Committed By: christos
Date: Sat Jun 2 03:02:30 UTC 2018
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Move the RELRO and the SANITIZER stuff outside of the WARNS conditional!
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sh
Module Name:src
Committed By: christos
Date: Sat Jun 2 01:41:49 UTC 2018
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.sys.mk
Log Message:
Add build glue to build all the code with sanitizers: MKSANITIZE.
To generate a diff of this commit:
cvs rdiff -u -r1.372
Module Name:src
Committed By: christos
Date: Sat Jun 2 01:40:52 UTC 2018
Modified Files:
src/external/public-domain/xz/lib: Makefile
Log Message:
Don't warn about undefined symbols when we sanitize, since we are not linking
against the sanitizers.
To generate a diff of
Module Name:src
Committed By: christos
Date: Sat Jun 2 01:40:02 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/gcc: gcc.c
src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h
Log Message:
Don't add a dynamic dependency to the sanitizer shared libaries in other
Module Name:src
Committed By: christos
Date: Sat Jun 2 01:38:41 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Log Message:
Don't sanitize the sanitizer.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/lib/libasa
Module Name:src
Committed By: christos
Date: Sat Jun 2 01:19:46 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c
Log Message:
Use a constant to prevent dynamic array allocation which messes up SSP.
To generate a diff of this commit
Module Name:src
Committed By: jmcneill
Date: Fri Jun 1 22:11:54 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi
src/sys/dev/fdt: files.fdt
Log Message:
Move simplefb declaration to files.fdt
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1
Module Name:src
Committed By: mrg
Date: Fri Jun 1 21:46:19 UTC 2018
Modified Files:
src/external/lgpl3/gmp: README
Log Message:
commit some note updates i wrote last august.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/lgpl3/gmp/README
Pleas
Module Name:src
Committed By: mrg
Date: Fri Jun 1 21:22:43 UTC 2018
Modified Files:
src/sys/arch/arm/footbridge: footbridge_intr.h
Log Message:
include for the cddl proc.h vs our lwp.h.
this fixes build issues with cats/netwinder since the zfs/dtrace update.
To genera
Module Name:src
Committed By: nat
Date: Fri Jun 1 19:19:54 UTC 2018
Modified Files:
src/sys/dev/usb: if_urtwn.c
Log Message:
Fix support for 8192eu, notably TPLINK TL-WN823NV2, by using the right
registers when setting receiver gain.
Ok christos@.
To generate a diff of
Module Name:src
Committed By: nat
Date: Fri Jun 1 19:17:04 UTC 2018
Modified Files:
src/sys/dev/usb: if_urtwnreg.h
Log Message:
Add another register as found on 8192eu.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_urtwnreg.h
Please n
Module Name:src
Committed By: macallan
Date: Fri Jun 1 18:18:11 UTC 2018
Modified Files:
src/sys/arch/powerpc/include/oea: spr.h
Log Message:
add functions to access SCOM registers on 970 CPUs
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powe
Module Name:src
Committed By: macallan
Date: Fri Jun 1 18:14:33 UTC 2018
Modified Files:
src/sys/dev/pci: svwsata.c
Log Message:
set ATACH_DMA_BEFORE_CMD
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/svwsata.c
Please note that diffs are
Module Name:src
Committed By: macallan
Date: Fri Jun 1 18:13:30 UTC 2018
Modified Files:
src/sys/dev/ata: ata_wdc.c atavar.h
Log Message:
add a flag to start DMA before issuing commands - needed to work around a bug
in some SATA chips which get confused if the disk respon
Module Name:src
Committed By: macallan
Date: Fri Jun 1 18:06:58 UTC 2018
Modified Files:
src/sys/arch/powerpc/conf: files.powerpc
src/sys/arch/powerpc/oea: cpu_subr.c
Added Files:
src/sys/arch/powerpc/oea: cpu_speedctl.c
Log Message:
add clock speed contro
Module Name:src
Committed By: bouyer
Date: Fri Jun 1 17:18:44 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_display.h sunxi_hdmi.c
sunxi_tcon.c
Log Message:
Defer display hardware reset to pipeline activation. This way, if we have a
pipel
Module Name:src
Committed By: macallan
Date: Fri Jun 1 16:13:08 UTC 2018
Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5_11_2
Log Message:
enable svwsata now that it works properly
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/c
Module Name:src
Committed By: macallan
Date: Fri Jun 1 16:12:01 UTC 2018
Modified Files:
src/sys/dev/pci: svwsata.c
Log Message:
another G5-specific fix - do a 32bit read of the status register before
checking for channel interrupts. No more interrupt storms.
Adapted from
Module Name:src
Committed By: thorpej
Date: Fri Jun 1 13:42:14 UTC 2018
Modified Files:
src/sys/dev/gpio: gpiopps.c
Log Message:
Fix a paste-o that prevented the 2-pin interrupt messages from being
printed correctly (but no other harmful effects). Pointed out by
Brad Spe
Module Name:src
Committed By: maxv
Date: Fri Jun 1 09:34:39 UTC 2018
Modified Files:
src/sys/dev/pci: if_age.c if_alc.c if_ena.c
Log Message:
Fix M_PKTHDR use in if_alc, if_age and if_ena.
if_alc and if_age always put in _rxhead a M_PKTHDR-flagged mbuf, so the
flag must
Module Name:src
Committed By: maxv
Date: Fri Jun 1 09:10:52 UTC 2018
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
Use m_remove_pkthdr() instead of "&= ~M_PKTHDR", to ensure the tags get
freed. Several other drivers have this problem it seems...
To generate a d
Module Name:src
Committed By: maxv
Date: Fri Jun 1 08:56:01 UTC 2018
Modified Files:
src/sys/arch/powerpc/booke/dev: pq3etsec.c
src/sys/arch/x86/pci: if_vmx.c
src/sys/dev/marvell: if_mvxpe.c
src/sys/dev/pci: if_jme.c if_wm.c
src/sys/netinet6
Module Name:src
Committed By: reinoud
Date: Fri Jun 1 08:04:57 UTC 2018
Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Pretend we already included the
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: reinoud
Date: Fri Jun 1 07:26:15 UTC 2018
Modified Files:
src/sys/arch/usermode/dev: cpu.c
Log Message:
Pass the address of the array, this fixes issues with i386 compilation
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src
Module Name:src
Committed By: reinoud
Date: Fri Jun 1 07:22:33 UTC 2018
Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode
Log Message:
Compile NetBSD/userland without CTF for the linker doesn't allow for a single
file compiled without CTF
To generate a diff
Module Name:src
Committed By: reinoud
Date: Fri Jun 1 07:19:50 UTC 2018
Modified Files:
src/sys/arch/usermode/include: types.h
Log Message:
Fix compilation errors so NetBSD/usermode compiles under ./build.sh
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14
Module Name:src
Committed By: ozaki-r
Date: Fri Jun 1 07:16:24 UTC 2018
Modified Files:
src/sys/net: if.c
Log Message:
Make sure to remove all AF_LINK addresses in if_detach
To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 src/sys/net/if.c
Please note th
Module Name:src
Committed By: ozaki-r
Date: Fri Jun 1 07:14:14 UTC 2018
Modified Files:
src/sys/net: if.c
Log Message:
Make sure to not change if_hwdl once set
To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 src/sys/net/if.c
Please note that diffs are n
Module Name:src
Committed By: ozaki-r
Date: Fri Jun 1 07:13:35 UTC 2018
Modified Files:
src/sys/net: route.c
src/sys/netinet: ip_icmp.c
src/sys/netinet6: icmp6.c
Log Message:
Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers
A rt_timer han
30 matches
Mail list logo