Module Name:src
Committed By: skrll
Date: Wed Apr 24 06:37:31 UTC 2019
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
In fdt_add_boot_physmem make sure the memory range has pages available
before adding it to the fdt_physmem array.
Fixes a problem tha
Module Name:src
Committed By: thorpej
Date: Wed Apr 24 06:03:02 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_i2c.c
Log Message:
Fix leak of iba.iba_child_devices in fdtbus_attach_i2cbus(). Patch
provided by yarl-baudig %%at%% mailoo.org
To generate a diff of this commi
Module Name:src
Committed By: msaitoh
Date: Wed Apr 24 05:31:24 UTC 2019
Modified Files:
src/sys/net/agr: if_agrmonitor.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/net/agr/if_agrmonitor.c
Please note tha
Module Name:src
Committed By: msaitoh
Date: Wed Apr 24 05:07:20 UTC 2019
Modified Files:
src/sys/net: if_media.h
Log Message:
No functional change:
- IFM_AVALID and IFM_ACTIVE are NOT for the media word. Fix comment.
- RFU stands for Reserved for Future Use.
To generat
Module Name:src
Committed By: sevan
Date: Tue Apr 23 22:35:42 UTC 2019
Modified Files:
src/usr.sbin/veriexecgen: veriexecgen.c
Log Message:
Omit files not marked executable from the signature database by default.
Closes PR kern/41669
Reviewed by
To generate a diff of t
Module Name:src
Committed By: mrg
Date: Tue Apr 23 22:22:22 UTC 2019
Added Files:
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64: symver-config.h
Log Message:
add missing symver-config.h
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/
Module Name:src
Committed By: christos
Date: Tue Apr 23 20:55:53 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11:
compatibility-atomic-c++0x.cc compatibility-thread-c++0x.cc
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98: co
Module Name:src
Committed By: martin
Date: Tue Apr 23 18:27:39 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1245 and #1246
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.134 -r1.1.2.135 src/doc/CHANGES-8.1
Please note that diff
Module Name:src
Committed By: martin
Date: Tue Apr 23 18:26:22 UTC 2019
Modified Files:
src/sys/arch/arm/arm32 [netbsd-8]: pmap.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1246):
sys/arch/arm/arm32/pmap.c: revision 1.373 (via patch
Module Name:src
Committed By: martin
Date: Tue Apr 23 18:22:37 UTC 2019
Modified Files:
src/sys/arch/arm/arm32 [netbsd-8]: pmap.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1245):
sys/arch/arm/arm32/pmap.c: revision 1.372
Don't try
Module Name:src
Committed By: christos
Date: Tue Apr 23 17:35:11 UTC 2019
Modified Files:
src/usr.bin/uniq: uniq.c
Log Message:
remove unused label
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/uniq/uniq.c
Please note that diffs are not publi
Module Name:src
Committed By: skrll
Date: Tue Apr 23 16:14:32 UTC 2019
Modified Files:
src/sys/arch/arm/arm32: arm32_kvminit.c
Log Message:
Revert the part of the previous Whitespace commit which clearly was
functional.
This will probably come back with other changes and
Module Name:src
Committed By: uwe
Date: Tue Apr 23 14:40:12 UTC 2019
Modified Files:
src/usr.bin/uniq: uniq.c
Log Message:
Don't pass '-' to getopt(3). My guess is that *very* old getopt
didn't handle "--" terminator, so this code was working around it and
not quite corre
Module Name:src
Committed By: isaki
Date: Tue Apr 23 13:38:48 UTC 2019
Modified Files:
src/sys/arch/arm/xscale [isaki-audio2]: pxa2x0_ac97.c
Log Message:
Adapt to audio2.
- XXX Need an accurate list of supported frequencies.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Tue Apr 23 13:36:42 UTC 2019
Modified Files:
src/sys/conf: dts.mk
Log Message:
Add -h to the link command so that we replace the target file each time; this
should fix:
*** Failed target: .BEGIN
*** Failed command: ln -sf
/us
Module Name:src
Committed By: bouyer
Date: Tue Apr 23 11:21:21 UTC 2019
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix a deadlock between the pool and pmap codes:
- cpu0 grabs the kernel lock (e.g. from a non-MPSAFE interrupt) and
calls pool_get().
- cpu
Module Name:src
Committed By: bouyer
Date: Tue Apr 23 11:05:15 UTC 2019
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Don't try to aquire/release the pmap lock when in ddb.
Avoids a deadlock when entering ddb, or on "mach cpu n" ddb command
(the pmap lock may
Module Name:src
Committed By: martin
Date: Tue Apr 23 10:40:16 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1242 - #1244
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.133 -r1.1.2.134 src/doc/CHANGES-8.1
Please note that diffs
Module Name:src
Committed By: martin
Date: Tue Apr 23 10:38:49 UTC 2019
Modified Files:
src/etc/mtree [netbsd-8]: Makefile NetBSD.dist.base
Added Files:
src/etc/mtree [netbsd-8]: NetBSD.dist.iscsi
Log Message:
Pull up following revision(s) via patch (requested by m
Module Name:src
Committed By: martin
Date: Tue Apr 23 10:28:29 UTC 2019
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/doc [netbsd-8]:
Makefile
Log Message:
Pull up following revision(s) via patch (requested by mrg in ticket #1243):
Module Name:src
Committed By: martin
Date: Tue Apr 23 10:24:54 UTC 2019
Modified Files:
src/external/mit/xorg/bin/proxymngr [netbsd-8]: Makefile
src/external/mit/xorg/bin/sessreg [netbsd-8]: Makefile
src/external/mit/xorg/bin/xinit [netbsd-8]: Makefile
Module Name:src
Committed By: martin
Date: Tue Apr 23 10:16:52 UTC 2019
Modified Files:
src/sys/external/bsd/common/include/linux [netbsd-8]: err.h errno.h
src/sys/external/bsd/drm2/dist/drm/nouveau [netbsd-8]: nouveau_drm.c
nouveau_fence.c
src/s
Module Name:src
Committed By: msaitoh
Date: Tue Apr 23 07:45:07 UTC 2019
Modified Files:
src/sys/compat/common: uipc_syscalls_40.c
src/sys/compat/netbsd32: netbsd32_ioctl.c
src/sys/compat/sunos: sunos_ioctl.c
src/sys/compat/sunos32: sunos32_ioctl.c
Module Name:src
Committed By: msaitoh
Date: Tue Apr 23 07:29:04 UTC 2019
Modified Files:
src/sys/net: if_media.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/net/if_media.c
Please note that diffs are not
24 matches
Mail list logo