Module Name:src
Committed By: skrll
Date: Mon Dec 16 08:01:20 UTC 2019
Modified Files:
src/distrib/utils/embedded/conf: arm64.conf
Log Message:
Fix whitespace in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/conf/arm64.c
Module Name:src
Committed By: ad
Date: Mon Dec 16 08:50:43 UTC 2019
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
Log Message:
Correction to previous for DEBUG case.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/miscfs/genfs/genfs_io.c
Please
Module Name:src
Committed By: skrll
Date: Mon Dec 16 11:00:31 UTC 2019
Modified Files:
src/distrib/evbarm/instkernel/instkernel: Makefile
src/distrib/utils/embedded/conf: arm64.conf armv7.conf rpi.conf
rpi_inst.conf
src/external/broadcom/rpi-firm
Module Name:src
Committed By: jmcneill
Date: Mon Dec 16 12:40:17 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Make sure memory stolen from simplefb is page aligned.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ar
Module Name:src
Committed By: martin
Date: Mon Dec 16 13:48:44 UTC 2019
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
Fix the pattern creating the relative path for distribution sets
on branches: we missed the potential numbers in suffixes, like _RC1.
T
Module Name:src
Committed By: tkusumi
Date: Mon Dec 16 14:26:23 UTC 2019
Modified Files:
src/sys/dev/dm: dm.h dm_target.c dm_target_error.c dm_target_zero.c
src/sys/modules/dm: Makefile
Log Message:
dm: Enable dm-error and dm-zero target
Add these two targets to d
Module Name:src
Committed By: skrll
Date: Mon Dec 16 14:32:14 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: mk.rpi
Log Message:
Be consistent with RPI 32-bit and 64-kernels and use .img for the file
to give to the firmware to boot
To generate a diff of this commit:
Module Name:src
Committed By: tkusumi
Date: Mon Dec 16 15:59:05 UTC 2019
Modified Files:
src/sys/dev/dm: dm.h
Log Message:
dm: Cleanup dm.h (remove unneeded comments, etc)
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/dm/dm.h
Please note that
Module Name:src
Committed By: ad
Date: Mon Dec 16 18:17:32 UTC 2019
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
Log Message:
genfs_do_putpages(): add a missing call to uvm_page_array_advance().
Spotted by the automated test runs and:
Reported-by: syzbot+adc1f0ce21bc
Module Name:src
Committed By: ad
Date: Mon Dec 16 18:30:18 UTC 2019
Modified Files:
src/sys/uvm: uvm_page.c
Log Message:
Merge from yamt-pagecache:
uvm_pagerealloc(): Don't bother with insert to new. Nobody uses it and it
can return an error now due to radixtree.
To ge
Module Name:src
Committed By: ad
Date: Mon Dec 16 18:50:45 UTC 2019
Modified Files:
src/sys/kern: subr_pcq.c
Log Message:
pcq_create(): fix broken assertion.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_pcq.c
Please note that diffs are
Module Name:src
Committed By: ad
Date: Mon Dec 16 19:17:25 UTC 2019
Modified Files:
src/sys/arch/x86/x86: x86_tlb.c
Log Message:
Align the TLB packet precisely on the stack, and do 7 INVLPG since it's
what fits in a single line.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: ad
Date: Mon Dec 16 19:18:26 UTC 2019
Modified Files:
src/sys/uvm: uvm_pdpolicy_clock.c
Log Message:
Use the high bits of pqflags for PQ_TIME, not low.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/uvm/uvm_pdpolicy_cl
Module Name:src
Committed By: ad
Date: Mon Dec 16 19:20:45 UTC 2019
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
pmap_unmap_ptes(): ci_want_pmapload isn't dependant on TLB state.
To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/sys/arch/x8
Module Name:src
Committed By: ad
Date: Mon Dec 16 19:22:15 UTC 2019
Modified Files:
src/sys/kern: kern_turnstile.c
Log Message:
Just make the turnstile locks statics and avoid the indirect reference
since COHERENCY_UNIT does the right thing in !MP.
To generate a diff of
Module Name:src
Committed By: ad
Date: Mon Dec 16 19:43:36 UTC 2019
Modified Files:
src/sys/kern: kern_sleepq.c
src/sys/sys: sleepq.h
Log Message:
As with turnstiles, don't bother allocating sleepq locks with mutex_obj_alloc(),
and avoid the indirect reference.
T
Module Name:src
Committed By: uwe
Date: Mon Dec 16 20:45:40 UTC 2019
Modified Files:
src/lib/libpthread: pthread_int.h
Log Message:
G/c unused rwlock owner macros copy-pasted from the kernel.
They were brought along with the rwlock flags but never used and never
even adap
Module Name:src
Committed By: ad
Date: Mon Dec 16 20:59:40 UTC 2019
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
kpreempt_disabled(): softint LWPs aren't preemptable.
To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 src/sys/kern/kern_synch.c
Pl
Module Name:src
Committed By: uwe
Date: Mon Dec 16 22:22:11 UTC 2019
Modified Files:
src/lib/libpthread: pthread_rwlock.c
Log Message:
pthread__rwlock_spin - clarify the test.
It's more pedantically correct to check RW_WRITE_LOCKED before
obtaining the thread id of the ow
Module Name:src
Committed By: ad
Date: Mon Dec 16 22:47:55 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c kern_fork.c kern_softint.c vfs_vnode.c
vfs_vnops.c
src/sys/miscfs/procfs: procfs_linux.c
src/sys/rump/librump/rumpkern: MAINBUS.ioconf Ma
Module Name:src
Committed By: ad
Date: Mon Dec 16 22:48:25 UTC 2019
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 9.99.26 - UVM counter changes
To generate a diff of this commit:
cvs rdiff -u -r1.626 -r1.627 src/sys/sys/param.h
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Mon Dec 16 22:55:45 UTC 2019
Modified Files:
src/usr.bin/mail: complete.c
Log Message:
revert previous, don't specialcase NUL string.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/mail/complete.c
P
Module Name:src
Committed By: christos
Date: Tue Dec 17 00:16:26 UTC 2019
Modified Files:
src/crypto/external/bsd/heimdal/bin/krb5-config: Makefile
Log Message:
PR/54773: David Shao: krb5-config.in needs to be evaluated by the shell now
in order to work. Perhaps it is bett
Module Name:src
Committed By: christos
Date: Tue Dec 17 00:17:00 UTC 2019
Modified Files:
src/crypto/external/bsd/heimdal: Makefile.inc
Log Message:
Find and set a version to a make(1) variable.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/exter
Module Name:src
Committed By: ad
Date: Tue Dec 17 00:33:47 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
Hopefully unbreak the build - now that this is included in rump.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/kern/kern_cpu.
Module Name:src
Committed By: ad
Date: Tue Dec 17 00:51:28 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c
src/sys/rump/librump/rumpkern: MAINBUS.ioconf
Log Message:
Rump is living up to its name
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src
Module Name:src
Committed By: ad
Date: Tue Dec 17 00:59:14 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
More rump-ing. I will split this into two files during the week.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/kern/kern_cpu
Module Name:src
Committed By: manu
Date: Tue Dec 17 01:37:53 UTC 2019
Modified Files:
src/sys/arch/i386/stand/efiboot: efidisk.c
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
Do not use NAME=label syntax when label are empty
When booting sysinst from UEFI,
Module Name:src
Committed By: christos
Date: Tue Dec 17 02:23:56 UTC 2019
Update of /cvsroot/src/external/bsd/file/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv27671
Log Message:
Import 5.38:
- Always accept -S (no sandbox) even if we don't support sandboxing
Module Name:src
Committed By: christos
Date: Tue Dec 17 02:31:06 UTC 2019
Modified Files:
src/external/bsd/file/dist: ChangeLog Makefile.in aclocal.m4 compile
config.guess config.h.in config.sub configure configure.ac depcomp
missing
src/exte
Module Name:src
Committed By: christos
Date: Tue Dec 17 02:32:26 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new file(1)
To generate a diff of this commit:
cvs rdiff -u -r1.1677 -r1.1678 src/doc/3RDPARTY
cvs rdiff -u -r1.2623 -r1.2624 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Tue Dec 17 04:54:37 UTC 2019
Modified Files:
src/sys/dev/ic: ath.c
src/sys/dev/usb: if_umb.c
src/sys/net: if.c
Log Message:
Protect network ioctls from non-authorized users. (Ilja Van Sprundel)
To generate a di
Module Name:src
Committed By: msaitoh
Date: Tue Dec 17 05:49:01 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.c ixgbe_osdep.h ixv.c
Log Message:
Use bus_space_barrier() instead of x86 specific *fence instruction.
Written by riastradh@.
To generate
Module Name:src
Committed By: mlelstv
Date: Tue Dec 17 07:57:25 UTC 2019
Modified Files:
src/sys/dev/dm: files.dm
src/sys/rump/dev/lib/libdm: Makefile
Log Message:
Add error and zero targets to build.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 sr
34 matches
Mail list logo