Module Name:src
Committed By: maxv
Date: Fri Jun 22 06:22:37 UTC 2018
Modified Files:
src/sys/arch/x86/include: fpu.h
src/sys/arch/x86/x86: cpu.c fpu.c
src/sys/arch/xen/x86: cpu.c
Log Message:
Revert jdolecek's changes related to FXSAVE. They just didn't ma
Module Name:src
Committed By: msaitoh
Date: Fri Jun 22 04:41:57 UTC 2018
Modified Files:
src/sys/arch/emips/ebus: if_le_ebus.c
src/sys/arch/playstation2/dev: if_smap.c
src/sys/dev/ic: dm9000.c
Log Message:
Simplify like other drivers. NULL check of ifp->if
Module Name:src
Committed By: msaitoh
Date: Fri Jun 22 04:17:42 UTC 2018
Modified Files:
src/sys/arch/acorn32/podulebus: if_ie.c
src/sys/arch/amiga/dev: if_es.c if_qn.c
src/sys/arch/arm/at91: at91emac.c
src/sys/arch/arm/ep93xx: epe.c
src/sys/
Module Name:src
Committed By: darcy
Date: Fri Jun 22 02:51:17 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
Log Message:
PR port-xen/50446
With approval from bouyer@ and acceptance, sometimes grudgingly, from
others I have removed the AGP lines from the XEN3_
Module Name:src
Committed By: maya
Date: Thu Jun 21 23:05:44 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Amend MIPS, there are multiple stages in a pipeline.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/share/misc/acronyms.c
Module Name:src
Committed By: kamil
Date: Thu Jun 21 23:05:28 UTC 2018
Modified Files:
src/usr.sbin/sysinst: util.c
Log Message:
Fix invalid free(3) in sysinst(8)
The path variable is assigned with an allocation on the heap with
strdup(3). Later this pointer is changed wi
Module Name:src
Committed By: sevan
Date: Thu Jun 21 22:56:42 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add AFP, AMD, ASA, BSDP, DEC, IPL, MDMX, MIPS, PIX, PRU (found on the BeagleBone
Black), XHR.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jdolecek
Date: Thu Jun 21 21:52:15 UTC 2018
Modified Files:
src/sys/dev/ata: sata_subr.c satavar.h
Log Message:
split the port status reporting to new function sata_interpret_det()
so it can be called separately from sata_reset_interface()
do
Module Name:src
Committed By: maxv
Date: Thu Jun 21 17:03:45 UTC 2018
Modified Files:
src/sys/net80211: ieee80211_input.c
Log Message:
remove unused arguments
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/net80211/ieee80211_input.c
Please note
Module Name:src
Committed By: maxv
Date: Thu Jun 21 16:53:10 UTC 2018
Modified Files:
src/sys/net80211: ieee80211_input.c
Log Message:
Fix use-after-free, m_cat can free m.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/net80211/ieee80211_input.c
Module Name:src
Committed By: jakllsch
Date: Thu Jun 21 16:47:07 UTC 2018
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
destroy 'sc_sync_wait' condvar and mutex upon detach
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/ld_virti
cek 20180619]
+ dhcpcd: Import 7.0.6. [roy 20180621]
Module Name:src
Committed By: roy
Date: Thu Jun 21 11:58:23 UTC 2018
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcpcd.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/dhcpcd/dist/src/dhcpcd.c
Please note that dif
Module Name:src
Committed By: ryo
Date: Thu Jun 21 11:57:05 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
* make to work printf() and panic() even before consinit().
* tidy up output for VERBOSE_
Module Name:src
Committed By: roy
Date: Thu Jun 21 11:55:20 UTC 2018
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29160
Log Message:
Import dhcpcd-7.0.6 with the following changes:
* fixed compile issues with prior release
* fi
Module Name:src
Committed By: kamil
Date: Thu Jun 21 11:48:05 UTC 2018
Modified Files:
src/distrib/amd64/ramdisks/common: Makefile.ramdisk
Log Message:
Specify NOSANITIZER in distrib/amd64/ramdisks/common
This option cannot be set in distrib/common/Makefile.distrib as it'
Module Name:src
Committed By: kamil
Date: Thu Jun 21 11:24:38 UTC 2018
Modified Files:
src/share/mk: bsd.lib.mk bsd.prog.mk bsd.sys.mk
Log Message:
Refactor MKSANITIZER flags in mk rules
Introduce a new variable SANITIZERFLAGS that contains all the sanitizer
specific flag
Module Name:src
Committed By: kamil
Date: Thu Jun 21 11:02:48 UTC 2018
Modified Files:
src/external/mpl/dhcp: Makefile.inc
Log Message:
Make building of dhcp compatible with MKSANITIZER
Disable LD flags (-Wl,-Bstatic and -Wl,-Bdynamic) with enabled MKSANITIZER.
These opti
Module Name:src
Committed By: kamil
Date: Thu Jun 21 10:55:54 UTC 2018
Modified Files:
src/usr.bin/crunch/crunchgen: crunchgen.1 crunchgen.c
Log Message:
Add new option -s to crunchgen(1) -- enable sanitization
As of today typical sanitizers require dynamic executables, w
Module Name:src
Committed By: jmcneill
Date: Thu Jun 21 10:46:39 UTC 2018
Added Files:
src/sys/arch/arm/dts: rk3328-rock64.dts rk3328.dtsi
Log Message:
Enable DWC3 USB DRD (host mode) on Rock64.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/d
Module Name:src
Committed By: jmcneill
Date: Thu Jun 21 10:45:25 UTC 2018
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Add support for RK3328
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/dwc3_fdt.c
Please note that diffs are no
Module Name:src
Committed By: kamil
Date: Thu Jun 21 10:44:01 UTC 2018
Modified Files:
src/rescue: Makefile
Log Message:
Set NOSANITIZER in rescue/Makefile
This is required to stop sanitizing rcmd.o and liboverride.o. These object
files will be linked into statically link
Module Name:src
Committed By: kamil
Date: Thu Jun 21 10:41:46 UTC 2018
Modified Files:
src/usr.bin/ldd/build: Makefile
src/usr.bin/ldd/elf32: Makefile
src/usr.bin/ldd/elf32_compat: Makefile
src/usr.bin/ldd/elf64: Makefile
Log Message:
Disable SANITI
Module Name:src
Committed By: knakahara
Date: Thu Jun 21 10:37:50 UTC 2018
Modified Files:
src/sys/net: if.h
src/sys/netinet: igmp.c in_l2tp.c ip_encap.c ip_icmp.c ip_mroute.c
src/sys/netinet6: in6_l2tp.c ip6_mroute.c
Log Message:
sbappendaddr() is required
Module Name:src
Committed By: msaitoh
Date: Thu Jun 21 09:09:50 UTC 2018
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
Simplify & white space fix. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/if_msk.c
Plea
25 matches
Mail list logo