Module Name:src
Committed By: mlelstv
Date: Fri Jan 24 06:34:19 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: RPI_INSTALL
Log Message:
Adjust RAM disk size to hold the larger image.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/co
Module Name:src
Committed By: knakahara
Date: Fri Jan 24 02:50:41 UTC 2020
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
wm(4) can use workqueue as deferred Rx/Tx handler like ixg(4).
Set hw.wm*.txrx_workqueue=1 to use workqueue instead of softint.
The default val
Module Name:src
Committed By: uwe
Date: Thu Jan 23 23:59:53 UTC 2020
Modified Files:
src/distrib/notes: Makefile.inc
Log Message:
Use -mdoc2html to generate HTML TOC to avoids warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/notes/Makef
Module Name:src
Committed By: uwe
Date: Thu Jan 23 23:56:07 UTC 2020
Modified Files:
src/distrib/notes/common: main
Log Message:
Override HTML to something more informative.
Requested by martin@
To generate a diff of this commit:
cvs rdiff -u -r1.561 -r1.562 src/distrib
Module Name:src
Committed By: jmcneill
Date: Thu Jan 23 23:53:55 UTC 2020
Modified Files:
src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h
Log Message:
More SDIO stability and performance fixes
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/dwc_mmc.c
Module Name:src
Committed By: uwe
Date: Thu Jan 23 23:52:13 UTC 2020
Modified Files:
src/share/tmac: doc2html
Log Message:
Provide ability to override
If \*[title-section] is non-empty, use it to override the title
instead of appending it. Nothing in the tree uses title
Module Name:src
Committed By: uwe
Date: Thu Jan 23 23:34:47 UTC 2020
Modified Files:
src/distrib/notes/common: main
Log Message:
Use .Os NetBSD/\*M \*V to get more informative footer.
To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 src/distrib/notes/commo
Module Name:src
Committed By: ad
Date: Thu Jan 23 21:24:54 UTC 2020
Modified Files:
src/sys/sys [ad-namecache]: fstypes.h
Log Message:
Add an IMNT_NCLOOKUP flag to indicate the FS is OK with lookup directly
from cache.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: ad
Date: Thu Jan 23 21:23:56 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_lookup.c
Log Message:
Improve an assertion.
To generate a diff of this commit:
cvs rdiff -u -r1.212.4.6 -r1.212.4.7 src/sys/kern/vfs_lookup.c
Please note
Module Name:src
Committed By: ad
Date: Thu Jan 23 20:53:33 UTC 2020
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Oops, don't acquire exec_lock while holding a vnode interlock.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/kern/vfs_vnod
Module Name:src
Committed By: ad
Date: Thu Jan 23 20:44:15 UTC 2020
Modified Files:
src/sys/kern: kern_timeout.c
Log Message:
callout_halt():
- It's a common design pattern for callouts to re-schedule themselves, so
check after waiting and put a stop to it again if need
Module Name:src
Committed By: ad
Date: Thu Jan 23 19:28:39 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_vnode.c
Log Message:
vcache_reclaim(): purge namecache immediately after setting vnode to
VS_RECLAIMED.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Thu Jan 23 17:37:03 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
aesni-x86_64.S ecp_nistz256-x86_64.S ghash-x86_64.S rsaz-avx2.S
vpaes-x86_64.S x86_64-mont5.S
Log Me
Module Name:src
Committed By: roy
Date: Thu Jan 23 17:27:35 UTC 2020
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
arp: find source address then target address when processing input
This fixes the case where another host having a duplicate ip address
starts using
Module Name:src
Committed By: uwe
Date: Thu Jan 23 17:23:03 UTC 2020
Modified Files:
src/sys/arch/macppc/stand/bootxx: bootxx.c
Log Message:
Avoid warning about dcbf, icbi first argument.
as(1) is not quite happy when RA=0 argument to these instructions is
spelled as %r0
Module Name:src
Committed By: ad
Date: Thu Jan 23 17:03:20 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 9.99.42 - struct vnode changed.
To generate a diff of this commit:
cvs rdiff -u -r1.644 -r1.645 src/sys/sys/param.h
Please note that diffs are no
Module Name:src
Committed By: pgoyette
Date: Thu Jan 23 16:34:12 UTC 2020
Modified Files:
src/lib/libc/arch/vax/string: index.S
Log Message:
Fix name of keyword so it will worwk correctly. :)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/
Module Name:src
Committed By: mlelstv
Date: Thu Jan 23 12:55:09 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map
Log Message:
Add the EC_GFp_nistp*_methods again
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypt
Module Name:src
Committed By: ad
Date: Thu Jan 23 12:35:23 UTC 2020
Modified Files:
src/sys/kern: kern_mutex.c
Log Message:
Update a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/kern/kern_mutex.c
Please note that diffs are not public do
Module Name:src
Committed By: ad
Date: Thu Jan 23 12:33:18 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_cache.c
Log Message:
Update comments.
To generate a diff of this commit:
cvs rdiff -u -r1.126.2.9 -r1.126.2.10 src/sys/kern/vfs_cache.c
Please note that
Module Name:src
Committed By: ad
Date: Thu Jan 23 12:21:01 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_lookup.c
Log Message:
- Change style of new code slightly to match rest of file.
- NFS lookup needs to cross mountpoint too.
- Update comments.
To generat
Module Name:src
Committed By: ad
Date: Thu Jan 23 12:17:08 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: kern_synch.c
Log Message:
Back out previous.
To generate a diff of this commit:
cvs rdiff -u -r1.334.2.2 -r1.334.2.3 src/sys/kern/kern_synch.c
Please note th
Module Name:src
Committed By: jmcneill
Date: Thu Jan 23 11:59:37 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpi_pci_machdep.c
Log Message:
Add support for sharing legacy PCI interrupt sources.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/ar
Module Name:src
Committed By: ad
Date: Thu Jan 23 11:17:09 UTC 2020
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
#ifdef _KERNEL_OPT for previous
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/kern/vfs_vnode.c
Please note that diffs are
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:32:39 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1483 - #1486, #1488, #1489
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-8.2
Please note
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:22:43 UTC 2020
Modified Files:
src/sys/netinet [netbsd-8]: ip_encap.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1489):
sys/netinet/ip_encap.c: revision 1.72
Fix PR securi
Module Name:src
Committed By: ad
Date: Thu Jan 23 10:21:14 UTC 2020
Modified Files:
src/sys/kern: kern_pax.c kern_sig.c vfs_vnode.c
src/sys/sys: pax.h vnode.h
Log Message:
PAX_SEGVGUARD doesn't seem to work properly in testing for me, but at least
make it not cause
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:17:42 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-8]: if_wm.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1488):
sys/dev/pci/if_wm.c: revision 1.661
fix softint_disest
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:15:40 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #642, #643, #644
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.163 -r1.1.2.164 src/doc/CHANGES-9.0
Please note that dif
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:14:30 UTC 2020
Modified Files:
src/sys/netinet [netbsd-9]: ip_encap.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #644):
sys/netinet/ip_encap.c: revision 1.72
Fix PR securit
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:10:57 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-9]: if_wm.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #643):
sys/dev/pci/if_wm.c: revision 1.661
fix softint_disesta
Module Name:src
Committed By: martin
Date: Thu Jan 23 10:09:01 UTC 2020
Modified Files:
src/usr.bin/calendar/calendars [netbsd-9]: calendar.birthday
Log Message:
Pull up following revision(s) (requested by sevan in ticket #642):
usr.bin/calendar/calendars/calendar
Module Name:src
Committed By: ad
Date: Thu Jan 23 10:05:44 UTC 2020
Modified Files:
src/sys/kern: kern_exec.c
src/sys/sys: exec.h
Log Message:
exec_lock: declare it in the header, and mark with __cachline_aligned.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: knakahara
Date: Thu Jan 23 09:09:59 UTC 2020
Modified Files:
src/sys/netinet: ip_encap.c
Log Message:
Fix PR security/54881. Pointed out by ohishi@IIJ, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/netinet/ip
34 matches
Mail list logo