Module Name:src
Committed By: skrll
Date: Sat Feb 15 08:16:12 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c locore.S
src/sys/arch/aarch64/conf: files.aarch64
src/sys/arch/aarch64/include: cpu.h machdep.h
src/sys/arch/arm/acpi: cpu_acpi
Module Name:src
Committed By: skrll
Date: Sat Feb 15 09:26:07 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
Change bNbrPorts for loop to start from 1 to match others. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/usb/x
Module Name:src
Committed By: kamil
Date: Sat Feb 15 09:57:30 UTC 2020
Modified Files:
src/external/bsd/jemalloc/dist/src: tcache.c
Log Message:
jemalloc: Avoid variable length array with length 0
Cherry-pick upstrem patch.
https://github.com/jemalloc/jemalloc/pull/1768
Module Name:src
Committed By: maxv
Date: Sat Feb 15 10:41:25 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: mm.c
Log Message:
Explain more.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/stand/prekern/mm.c
Please note that d
Module Name:src
Committed By: ryo
Date: Sat Feb 15 12:20:35 UTC 2020
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
return the ifmedia active status correctly even while the link is not up after
attach.
pointed out by msaitoh@. thanks.
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Sat Feb 15 12:45:05 UTC 2020
Modified Files:
src/sys/arch/arm/nvidia: tegra_sdhc.c
Log Message:
Need to limit the DMA range for tx1. Assume 32bit DMA everywhere for now.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1
Module Name:src
Committed By: tnn
Date: Sat Feb 15 13:51:33 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S
Log Message:
avoid nesting /*'s (-Wcomment)
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/aarch64/aarch64/locore.S
Pl
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 13:56:56 UTC 2020
Modified Files:
src/sys/dev/usb: motg.c
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Fix non-DIAGNOSTIC builds.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 14:05:06 UTC 2020
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
#ifdef DIAGNOSTIC --> __diagused
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/external/bsd/dwc2/dwc2.c
Plea
Module Name:src
Committed By: skrll
Date: Sat Feb 15 16:56:15 UTC 2020
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/mips/mips/mipsX_subr.S
Please note that
Module Name:src
Committed By: skrll
Date: Sat Feb 15 17:01:01 UTC 2020
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Fix two comments
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/mips/mips/mipsX_subr.S
Please note that
Module Name:src
Committed By: ad
Date: Sat Feb 15 17:09:24 UTC 2020
Modified Files:
src/sys/kern: kern_condvar.c sys_select.c
src/sys/sys: syncobj.h
Log Message:
- List all of the syncobjs in syncobj.h.
- Update a comment.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: ad
Date: Sat Feb 15 17:13:55 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_exec.c
src/sys/kern: kern_exec.c kern_lwp.c
src/sys/sys: lwp.h
Log Message:
PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion li
Module Name:src
Committed By: ad
Date: Sat Feb 15 17:14:31 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 9.99.47 - added lwp_renumber()
To generate a diff of this commit:
cvs rdiff -u -r1.649 -r1.650 src/sys/sys/param.h
Please note that diffs are not
Module Name:src
Committed By: ad
Date: Sat Feb 15 18:12:15 UTC 2020
Modified Files:
src/sys/arch/vax/vax: pmap.c
src/sys/ddb: db_proc.c
src/sys/kern: init_main.c kern_exit.c kern_idle.c kern_lwp.c
kern_resource.c kern_sleepq.c kern_softint.c kern
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 19:03:15 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Teach zfs to revoke vnodes the usual way.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 22:55:22 UTC 2020
Modified Files:
src/lib/libdm: libdm_ioctl.c
Log Message:
Let's not write temporary files to fixed paths in /tmp, shall we?
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 23:19:37 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c
Log Message:
Open /dev/urandom with O_CLOEXEC.
Let's avoid bleeding file descriptors into our clients' children,
shall
Module Name:src
Committed By: thorpej
Date: Sat Feb 15 23:42:01 UTC 2020
Modified Files:
src/sys/dev/i2c: gttwsi_core.c
Log Message:
Interrupt-driven I/O seems to completely go off the rails, at least
on AllWinner implementations of this controller, so force polled mode
fo
Module Name:src
Committed By: kamil
Date: Sat Feb 15 23:59:30 UTC 2020
Modified Files:
src/lib/libpthread: pthread.c pthread_int.h pthread_mutex.c
pthread_tsd.c
Log Message:
Enhance the pthread(3) + malloc(3) init model
Separate the pthread_atfork(3) call from
Module Name:src
Committed By: riastradh
Date: Sun Feb 16 06:50:14 UTC 2020
Added Files:
src/sys/external/bsd/common/include/asm: byteorder.h
Removed Files:
src/sys/external/bsd/drm2/include/asm: byteorder.h
Log Message:
Missed a drm2 -> common move.
To generate a
Module Name:src
Committed By: riastradh
Date: Sun Feb 16 07:29:48 UTC 2020
Added Files:
src/sys/external/bsd/common/include/linux: log2.h
Removed Files:
src/sys/external/bsd/drm2/include/linux: log2.h
Log Message:
Move another file from drm2 to common for .
To ge
22 matches
Mail list logo