Module Name:src
Committed By: msaitoh
Date: Mon Apr 8 03:56:08 UTC 2019
Modified Files:
src/sys/dev/pci: if_bnx.c
Log Message:
Make it compilable with BNX_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/if_bnx.c
Please note that dif
Module Name:src
Committed By: thorpej
Date: Mon Apr 8 00:47:21 UTC 2019
Modified Files:
src/sys/arch/alpha/alpha: cpu.c cpuconf.c
src/sys/arch/alpha/include: rpb.h
Log Message:
Add some additional CPU and system types.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: pgoyette
Date: Sun Apr 7 22:32:10 UTC 2019
Modified Files:
src/share/man/man9: module.9
Log Message:
Make explicit note that MODULE_CLASS_ANY should note be used as the
class of a MODULE(). MODULE_CLASS_ANY is intended only to indicate
a "wi
Module Name:src
Committed By: christos
Date: Sun Apr 7 22:31:54 UTC 2019
Modified Files:
src/lib/libc/time: strftime.c
Log Message:
don't print ???, requested by kre@
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/strftime.c
Please note
Module Name:src
Committed By: rmind
Date: Sun Apr 7 22:23:40 UTC 2019
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
npf.conf(5): Add more info about ifaddrs().
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.sbin/npf/npfctl/npf.c
Module Name:src
Committed By: kamil
Date: Sun Apr 7 21:01:43 UTC 2019
Modified Files:
src/sys/kern: subr_kcov.c
Log Message:
Switch kcov module class to MODULE_CLASS_MISC
MODULE_CLASS_ANY is not intended to be used by modules.
Noted by
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Sun Apr 7 20:28:55 UTC 2019
Modified Files:
src/distrib/pmax/instkernel: Makefile
Log Message:
bump
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/pmax/instkernel/Makefile
Please note that diffs ar
Module Name:src
Committed By: maya
Date: Sun Apr 7 20:28:41 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_os_netbsd.h
Removed Files:
src/sys/external/bsd/drm2/include/drm: drm_copy_netbsd.h
Log Message:
Remove unused definitions.
(These appe
Module Name:xsrc
Committed By: christos
Date: Sun Apr 7 19:35:43 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri: gbm_dri.c
Log Message:
don't return void
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/Me
Module Name:xsrc
Committed By: christos
Date: Sun Apr 7 19:35:14 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe: p_compiler.h
Log Message:
- we re-define u{int,short,char} in types.h
- handle lint
To generate a diff of this commit:
cvs
Module Name:xsrc
Committed By: christos
Date: Sun Apr 7 19:34:18 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/include/GL/internal: dri_interface.h
Log Message:
prevent re-definitions from drm.h
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.2 \
Module Name:src
Committed By: christos
Date: Sun Apr 7 19:32:24 UTC 2019
Modified Files:
src/share/mk: bsd.README sys.mk
Log Message:
Add -r so that we get the location of redefinitions
To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/share/mk/bsd.REA
Module Name:src
Committed By: mrg
Date: Sun Apr 7 19:31:38 UTC 2019
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
make trap 0x70 a TRAP() not UTRAP(). we should be able to handle
fast ECC error as a normal trap, and i saw this once a few years
ago b
Module Name:src
Committed By: bouyer
Date: Sun Apr 7 17:46:50 UTC 2019
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
If Command List Override is not supported by the controller, the FIS setting
the WDC_RST bit will fail if the drive already has BSY or DRQ s
Module Name:src
Committed By: christos
Date: Sun Apr 7 17:31:32 UTC 2019
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
Fix stack protector build.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/mit/xorg/lib/gallium/M
Module Name:src
Committed By: thorpej
Date: Sun Apr 7 16:27:41 UTC 2019
Modified Files:
src/sys/kern: subr_copy.c
Log Message:
Exclude references to _ucas_{32,64}_mp() for _RUMPKERNEL.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_copy.
Module Name:src
Committed By: thorpej
Date: Sun Apr 7 15:50:13 UTC 2019
Modified Files:
src/tests/modules/ufetchstore: t_ufetchstore.c
Log Message:
Add a test to make sure an overflowing-into-kernel-space fetch/store near
vm_max_address fails with EFAULT.
To generate a
Module Name:src
Committed By: jdc
Date: Sun Apr 7 15:44:44 UTC 2019
Modified Files:
src/sys/arch/sandpoint/sandpoint: com_eumb.c
Log Message:
Call com_init_regs() in eumbcnattach() to set up com port register mapping.
Fixes broken console output after changes to remove CO
Module Name:xsrc
Committed By: christos
Date: Sun Apr 7 15:34:47 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util:
u_format_tests.c
Log Message:
VAXinate (No IEEE math)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -
Module Name:src
Committed By: christos
Date: Sun Apr 7 14:58:25 UTC 2019
Modified Files:
src/lib/libc/time: localtime.c
Log Message:
only need to initialize the first type.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/lib/libc/time/localtime.c
Pl
Module Name:src
Committed By: christos
Date: Sun Apr 7 14:51:15 UTC 2019
Modified Files:
src/lib/libc/time: strftime.c
Log Message:
Don't try to print NULL if we can't get a timezone name. First we try dst,
then we try the non-dst name and finally we just print ??? if tha
Module Name:src
Committed By: kamil
Date: Sun Apr 7 14:50:41 UTC 2019
Modified Files:
src/sys/kern: kern_fork.c
Log Message:
Add a paranoid racy lock check in child_return()
In theory a child could be detached for some reason or another during
the time window between che
Module Name:src
Committed By: christos
Date: Sun Apr 7 14:44:51 UTC 2019
Modified Files:
src/lib/libc/time: localtime.c
Log Message:
Initialize the default timezone a bit more so that tzgetname(3) works.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 sr
Module Name:src
Committed By: maxv
Date: Sun Apr 7 14:28:50 UTC 2019
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
Invert the filtering priority: now the kernel-managed cpuid leaves are
overwritable by the virtualizer. This is useful to
Module Name:src
Committed By: maya
Date: Sun Apr 7 14:26:26 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
Log Message:
Claim ifunc support on a number of architectures.
(Architecture list taken from src/tests/libexec/ld.elf_so/t_ifunc.c)
This is nee
Module Name:src
Committed By: maya
Date: Sun Apr 7 14:14:05 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
Log Message:
don't append to nbsd_tm_file. This is the sole definition so fine to do.
Only done to reduce diff to upstream.
To generate a diff
Module Name:src
Committed By: thorpej
Date: Sun Apr 7 14:14:03 UTC 2019
Modified Files:
src/sys/arch/arm/arm: fusu.S
Log Message:
...and now I really have the list of arch versions that require the armv2
style of ufetch_16/ustore_16. And since it's so many, just stop nam
Module Name:src
Committed By: maxv
Date: Sun Apr 7 14:13:03 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
Sync, and fix grammar.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libnvmm/libnvmm.3
Please note that diffs are not pu
Module Name:src
Committed By: maya
Date: Sun Apr 7 14:11:23 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
src/external/gpl3/gcc/dist/gcc/config: netbsd.h
Log Message:
Reduce diff to upstream (in config.gcc):
Make the NETBSD_ENABLE_PTHREADS u
Module Name:src
Committed By: maya
Date: Sun Apr 7 14:08:35 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
Log Message:
Make the post-netbsd 2.0 case the only case. NFC.
(Reducing diff to upstream)
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Sun Apr 7 14:05:15 UTC 2019
Modified Files:
src/sys/dev/nvmm: nvmm.c
Log Message:
Don't allow unloading when there are still VMs registered, and don't allow
auto-unloading at all. Not a big problem actually, because since I changed
Module Name:src
Committed By: jmcneill
Date: Sun Apr 7 13:50:29 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC64
Log Message:
Explicitly include bold8x16 and bold16x32 fonts
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/e
Module Name:src
Committed By: martin
Date: Sun Apr 7 13:48:23 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1228
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-8.1
Please note that diffs are not p
Module Name:src
Committed By: jmcneill
Date: Sun Apr 7 13:48:27 UTC 2019
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: bold16x32.h
Log Message:
Add "bold16x32", a pixel doubled version of the "bold8x16" font.
To gener
Module Name:src
Committed By: martin
Date: Sun Apr 7 13:46:39 UTC 2019
Modified Files:
src/sys/dev/pci [netbsd-8]: if_bge.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1228):
sys/dev/pci/if_bge.c: revision 1.328
Fix ASIC check, BGE
Module Name:src
Committed By: bouyer
Date: Sun Apr 7 13:00:00 UTC 2019
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
Really implement WDF_DIRTY. patch(1) did something silly here ...
To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/sys/dev/ata/wd
Module Name:src
Committed By: bouyer
Date: Sun Apr 7 12:23:54 UTC 2019
Modified Files:
src/sys/arch/xen/include: xenring.h
Log Message:
blkif_x86_{32,64}_* are not identical to blkif_*, internal fields have
different alignements and this change their sizes. Copy them back
Module Name:src
Committed By: bouyer
Date: Sun Apr 7 12:21:21 UTC 2019
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Adjyst some debug printfs
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/xen/xen/xbdback_xenbus.c
Plea
Module Name:src
Committed By: martin
Date: Sun Apr 7 11:02:13 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1227
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.124 -r1.1.2.125 src/doc/CHANGES-8.1
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Sun Apr 7 10:55:24 UTC 2019
Modified Files:
src/sys/dev/ic [netbsd-8]: msm6242b.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #1227):
sys/dev/ic/msm6242b.c: revision 1.4
Remove misplaced semic
Module Name:src
Committed By: maxv
Date: Sun Apr 7 09:20:04 UTC 2019
Modified Files:
src/sys/kern: kern_malloc.c subr_asan.c subr_kmem.c subr_pool.c
src/sys/sys: asan.h
src/sys/uvm: uvm_glue.c
Log Message:
Provide a code argument in kasan_mark(), and give
Module Name:src
Committed By: maxv
Date: Sun Apr 7 08:37:38 UTC 2019
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
Fix tiny race in pool+KASAN, that resulted in occasional false positives.
We were uselessly marking already valid areas as valid. When doing that,
Module Name:src
Committed By: maya
Date: Sun Apr 7 08:14:21 UTC 2019
Modified Files:
src/external/mit/xorg/lib: libglsl.mk
Log Message:
workaround gcc/vax bugs
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libglsl.mk
Please note
43 matches
Mail list logo