Module Name:src
Committed By: msaitoh
Date: Sat Jan 25 07:59:15 UTC 2020
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
- Print Bridge Config Retry Enable bit and Retimer Presence Detect Supported
bit.
- Avoid using magic number.
To generate a diff of this co
Module Name:src
Committed By: msaitoh
Date: Sat Jan 25 07:57:48 UTC 2020
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
Found by kUBSan:
- Use unsigned to avoid undefined behavior in aq_hw_init().
- Cast to unsigned to avoid undefined behavior in aq_set_mac_addr().
Module Name:src
Committed By: simonb
Date: Sat Jan 25 05:43:32 UTC 2020
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Fix alignment of Flags column for vmstat -mW.
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/usr.bin/vmstat/vmstat.c
Pl
Module Name:src
Committed By: uki
Date: Sat Jan 25 00:12:42 UTC 2020
Modified Files:
src/distrib/sets/lists/xcomp: mi
Log Message:
Fix incorrect package name, lacked category prefix.
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/distrib/sets/lists/x
Module Name:src
Committed By: pgoyette
Date: Fri Jan 24 20:20:35 UTC 2020
Modified Files:
src/usr.bin/vndcompress: vndcompress.1
Log Message:
Since vnconfig(8) was renamed (many years ago), update some cross-refs
in vndcompress(1) man page.
To generate a diff of this com
Module Name:src
Committed By: ad
Date: Fri Jan 24 20:05:15 UTC 2020
Modified Files:
src/sys/kern: kern_lock.c kern_synch.c
Log Message:
Carefully put kernel_lock back the way it was, and add a comment hinting
that changing it is not a good idea, and hopefully nobody will e
Module Name:src
Committed By: martin
Date: Fri Jan 24 18:57:02 UTC 2020
Modified Files:
src/sys/netinet [netbsd-9]: if_arp.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #645):
sys/netinet/if_arp.c: revision 1.292
arp: find source addres
Module Name:src
Committed By: martin
Date: Fri Jan 24 20:21:53 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #645 and #646
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.164 -r1.1.2.165 src/doc/CHANGES-9.0
Please note that diffs
Module Name:src
Committed By: nia
Date: Fri Jan 24 18:58:46 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Set AUDIO_BLK_MS=4 - unlikely to cause significant overhead on non-m68k.
Several of us have been setting this in /etc/sysctl.conf for months,
Module Name:src
Committed By: martin
Date: Fri Jan 24 20:13:45 UTC 2020
Modified Files:
src/sbin/route [netbsd-9]: route.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #646):
sbin/route/route.c: revision 1.164
sbin/route/route.c:
Module Name:src
Committed By: martin
Date: Fri Jan 24 18:37:32 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: if_bypass.c ix_txrx.c ixgbe.c ixgbe.h
ixgbe_82598.c ixgbe_api.c ixgbe_common.c ixgbe_netbsd.c
ixgbe_osdep.c ixgbe_osdep.h ixgbe_
Module Name:src
Committed By: martin
Date: Fri Jan 24 18:50:19 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1490 - #1492
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-8.2
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Fri Jan 24 18:40:46 UTC 2020
Modified Files:
src/sys/dev/mii [netbsd-8]: ihphy.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1491):
sys/dev/mii/ihphy.c: revision 1.15
Remove extra 10ms de
Module Name:src
Committed By: martin
Date: Fri Jan 24 18:43:35 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h
Log Message:
Pull up the following, requested by msaitoh in ticket #1492:
sys/dev/pci/if_wm.c 1.650, 1.652-1.
Module Name:src
Committed By: ad
Date: Fri Jan 24 16:48:59 UTC 2020
Modified Files:
src/sys/fs/tmpfs [ad-namecache]: tmpfs_subr.c tmpfs_vfsops.c
src/sys/kern [ad-namecache]: vfs_cache.c
src/sys/sys [ad-namecache]: namei.src
src/sys/ufs/ffs [ad-nameca
Module Name:src
Committed By: ad
Date: Fri Jan 24 16:49:12 UTC 2020
Modified Files:
src/sys/sys [ad-namecache]: namei.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.103.2.4 -r1.103.2.5 src/sys/sys/namei.h
Please note that diffs are not public
Module Name:src
Committed By: ad
Date: Fri Jan 24 16:05:23 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_subr.c vfs_vnode.c
src/sys/miscfs/genfs [ad-namecache]: genfs_vnops.c
src/sys/sys [ad-namecache]: vnode.h vnode_impl.h
Log Message:
vnodes:
Module Name:src
Committed By: ad
Date: Fri Jan 24 16:05:37 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_lookup.c
Log Message:
Add a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.212.4.7 -r1.212.4.8 src/sys/kern/vfs_lookup.c
Please note that d
Module Name:src
Committed By: jakllsch
Date: Fri Jan 24 13:20:33 UTC 2020
Modified Files:
src/sys/lib/libsa: ext2fs.c
Log Message:
Use dp->e2d_namlen rather than strlen(dp->e2d_name) in ext2fs_ls().
Prevents garbage beyond the end of the name from appearing on screen.
T
Module Name:src
Committed By: jmcneill
Date: Fri Jan 24 11:44:27 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/radeon: radeon_pci.c
Log Message:
If radeon attaches, prevent simplefb from claiming the console
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1
Module Name:src
Committed By: jmcneill
Date: Fri Jan 24 10:49:41 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpi_simplefb.c
Log Message:
Do not attach simplefb if the width or height are invalid
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arc
Module Name:src
Committed By: ad
Date: Fri Jan 24 09:33:42 UTC 2020
Modified Files:
src/doc: TODO
Log Message:
Myself and I think dsl@ looked into sysenter/sysexit in 2007 and while it
was faster, it wasn't worth the trouble.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ad
Date: Fri Jan 24 10:15:40 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Add some recent changes I made.
To generate a diff of this commit:
cvs rdiff -u -r1.2642 -r1.2643 src/doc/CHANGES
Please note that diffs are not public doma
Module Name:src
Committed By: skrll
Date: Fri Jan 24 08:45:16 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_mlock.c
Log Message:
Don't print the pagesize it messes up atf-report
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_mlo
Module Name:src
Committed By: martin
Date: Fri Jan 24 07:31:15 UTC 2020
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c defs.h disks.c
Log Message:
Factor out all RAM size thresholds as defines to avoid magic numbers.
To work around PR misc/54886 bump the threshold fo
25 matches
Mail list logo