Module Name:src
Committed By: simonb
Date: Sat Jan 18 11:22:49 UTC 2020
Modified Files:
src/share/man/man4: wd.4
src/sys/dev/ata: wd.c
Log Message:
Revert kern/54790 and kern/54855 NCQ fix that penalised all Samsung
EVO 860 drives.
ok jdolecek@
To generate a dif
Module Name:src
Committed By: simonb
Date: Sat Jan 18 11:24:40 UTC 2020
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
Tidy quirk table and remove outdated quick from the quirk format string.
To generate a diff of this commit:
cvs rdiff -u -r1.456 -r1.457 src/sys/dev
Module Name:src
Committed By: simonb
Date: Sat Jan 18 11:26:11 UTC 2020
Modified Files:
src/sys/dev/ic: ahcisata_core.c ahcisatavar.h
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Add new AHCI_QUIRK_BADNCQ quick for controllers that have issues with
NCQ on (some) dr
Module Name:src
Committed By: jmcneill
Date: Sat Jan 18 12:00:33 UTC 2020
Modified Files:
src/sys/dev/hdaudio: hdafg.c
Log Message:
Make sure we have at least one of playback or capture streams setup before
attaching the audio layer.
To generate a diff of this commit:
cv
Module Name:src
Committed By: jmcneill
Date: Sat Jan 18 12:32:57 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_pci.c
Log Message:
Ignore PCI boot config unless the _DSM for ignoring PCI boot config is
explicitly set to 0.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ad
Date: Sat Jan 18 13:53:50 UTC 2020
Modified Files:
src/sys/kern: kern_runq.c
Log Message:
sched_bestcpu(): break out of the loop earlier.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/kern_runq.c
Please note
Module Name:src
Committed By: ryoon
Date: Sat Jan 18 13:56:53 UTC 2020
Modified Files:
src/tests/lib/libarchive: Makefile
src/tests/usr.bin/cpio: Makefile
src/tests/usr.bin/tar: Makefile
Log Message:
Fix build. Three list.h files are required to generate .d
Module Name:src
Committed By: ad
Date: Sat Jan 18 14:02:18 UTC 2020
Modified Files:
src/sys/dev: md.c
Log Message:
Mark the cdev MPSAFE too.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/md.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: pgoyette
Date: Sat Jan 18 14:07:31 UTC 2020
Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c
netbsd32_systrace_args.c
Module Name:src
Committed By: skrll
Date: Sat Jan 18 14:40:04 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: cpu.c pmap.c
src/sys/arch/arm/include: cpu.h types.h
src/sys/arch/arm/include/arm32: param.h pmap.h pte.h
src/sys/kern: init_sysctl.c
Log
Module Name:src
Committed By: christos
Date: Sat Jan 18 15:16:48 UTC 2020
Modified Files:
src/tests/lib/libarchive: Makefile
src/tests/usr.bin/cpio: Makefile
src/tests/usr.bin/tar: Makefile
Log Message:
not require .d files for the build.
To generate a di
Module Name:src
Committed By: ad
Date: Sat Jan 18 15:21:32 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Track page dirtyness for ZFS (yamt-pagecache). I had forgotten that it had
its own cache. Thanks to hannken@ for t
Module Name:src
Committed By: ad
Date: Sat Jan 18 15:42:02 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_cache.c
Log Message:
- Adjust comments & assertions.
- Ditch memcmp().
To generate a diff of this commit:
cvs rdiff -u -r1.126.2.6 -r1.126.2.7 src/sys/ker
Module Name:src
Committed By: ad
Date: Sat Jan 18 17:12:59 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vnode_if.sh
src/sys/miscfs/genfs [ad-namecache]: genfs_vnops.c
Log Message:
Allow VOP_LOCK(LK_NONE).
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: ad
Date: Sat Jan 18 17:14:13 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vnode_if.c
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.109.2.1 src/sys/kern/vnode_if.c
Please note that diffs are not pub
Module Name:src
Committed By: ad
Date: Sat Jan 18 17:14:35 UTC 2020
Modified Files:
src/sys/sys [ad-namecache]: vnode_if.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.103.2.1 src/sys/sys/vnode_if.h
Please note that diffs are not publi
Module Name:src
Committed By: ad
Date: Sat Jan 18 17:16:20 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: vfs_cache.c
Log Message:
Fix namecache_print().
To generate a diff of this commit:
cvs rdiff -u -r1.126.2.7 -r1.126.2.8 src/sys/kern/vfs_cache.c
Please note
Module Name:src
Committed By: kre
Date: Sat Jan 18 17:18:41 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
Log Message:
Move recently added .debug files from tests/mi to debug/mi (with all the
others) and while so doing,
Module Name:src
Committed By: martin
Date: Sat Jan 18 18:39:55 UTC 2020
Modified Files:
src/usr.sbin/sysinst: mbr.c
Log Message:
PR install/54872: fix printf argument order, sectors and heads were
swapped in the bios geometry display.
To generate a diff of this commit:
c
Module Name:src
Committed By: nonaka
Date: Sat Jan 18 19:20:23 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: devopen.c
Log Message:
fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/efiboot/devopen.c
Please note
Module Name:src
Committed By: nonaka
Date: Sat Jan 18 19:25:58 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: devopen.c
Log Message:
x86 efiboot: Fixed the problem that /EFI/NetBSD/boot.cfg could not be loaded.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: tsutsui
Date: Sat Jan 18 20:47:15 UTC 2020
Modified Files:
src/sys/arch/sun3/include: pmap.h pmap3.h pmap3x.h
Log Message:
Fix "modload nfsserver" failure on sun3. PR/54869
sun3 port has two definitions for different pmaps for sun3 (pmap3.h)
Module Name:src
Committed By: tsutsui
Date: Sat Jan 18 21:08:42 UTC 2020
Modified Files:
src/sys/dev/sun: kbd.c
Log Message:
Fix panic on sun3 when any key is typed when kbd is not console. PR/54873
Should be pulled up to netbsd-9.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: thorpej
Date: Sat Jan 18 22:17:34 UTC 2020
Modified Files:
src/sys/dev/pci: pciconf.c
Log Message:
Fix several problems with pci_configure_bus():
- Track the 64-bit range capability of prefetchable and non-prefetchable
memory separately. Pr
Module Name:src
Committed By: kre
Date: Sun Jan 19 00:50:25 UTC 2020
Modified Files:
src/distrib/miniroot: install.sub
Log Message:
The idiom
set $whatever
while [ $# - gt 10 ]; do shift 10; done
eval echo \$$#
fails when $# turns out to be 10 (or
Module Name:src
Committed By: kre
Date: Sun Jan 19 00:57:00 UTC 2020
Modified Files:
src/distrib/miniroot: install.sub
Log Message:
test ! -n "$foo" is just a quaint way of saying test -z "$foo"
and test ! -z "$foo" is really just test -n "$foo" so let's just
use the si
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:57:18 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Install nouveau and radeon firmware on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.1172 -r1.1173 src/share/mk/bsd.own.mk
Pleas
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:58:15 UTC 2020
Modified Files:
src/distrib/sets/lists/xbase: md.evbarm mi
src/distrib/sets/lists/xcomp: md.evbarm
src/distrib/sets/lists/xdebug: md.evbarm
src/distrib/sets/lists/xserver: md.e
Module Name:src
Committed By: thorpej
Date: Sun Jan 19 01:25:08 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/modules: mi
src/sbin/slattach: slattach.8
src/share/man/man4: Makefile sl.4
src/sys/arch/acorn32/co
Module Name:src
Committed By: thorpej
Date: Sun Jan 19 01:38:26 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Document removal of strip(4).
To generate a diff of this commit:
cvs rdiff -u -r1.2634 -r1.2635 src/doc/CHANGES
Please note that diffs are not public d
Module Name:src
Committed By: thorpej
Date: Sun Jan 19 05:07:22 UTC 2020
Modified Files:
src/sys/net: bpf.c
Log Message:
Stop including strip.h (it's no longer generated).
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/net/bpf.c
Please note that
Module Name:src
Committed By: maya
Date: Sun Jan 19 06:40:09 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of uyurex
To generate a diff of this commit:
cvs rdiff -u -r1.2635 -r1.2636 src/doc/CHANGES
Please note that diffs are not public domain; the
Module Name:src
Committed By: thorpej
Date: Sun Jan 19 06:55:24 UTC 2020
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/sys/arch/alpha/conf: GENERIC RAWHIDE
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
s
Module Name:src
Committed By: thorpej
Date: Sun Jan 19 06:57:39 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of HIPPI support.
To generate a diff of this commit:
cvs rdiff -u -r1.2636 -r1.2637 src/doc/CHANGES
Please note that diffs are not public
34 matches
Mail list logo