Module Name:src
Committed By: rin
Date: Wed Feb 6 07:59:24 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c
Log Message:
Fix previous.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/usb/if_axen.c
Please note that diffs are not public domai
Module Name:src
Committed By: martin
Date: Wed Feb 6 07:56:42 UTC 2019
Modified Files:
src/usr.bin/ftp: cmds.c
Log Message:
Try to avoid a (bogus) fatal warning from clang.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/usr.bin/ftp/cmds.c
Please no
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:56:14 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c if_axenreg.h
Log Message:
Support TSOv4 (They call it LSOv1).
The adapter does not support TSOv6 (aka LSOv2).
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: mrg
Date: Wed Feb 6 07:51:20 UTC 2019
Modified Files:
src/distrib/rs6000/ramdisk: Makefile
src/sys/arch/rs6000/conf: INSTALL
Log Message:
bump image size by 1/8th of an MB.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:48:33 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c
Log Message:
Fix padding for a full length USB packet in TX:
- Update boundary length for SS mode, taken from OpenBSD.
- Make sure everything passed to the adapt
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:35:47 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c
Log Message:
Cosmetic changes; no functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/if_axen.c
Please note that
Module Name:src
Committed By: mrg
Date: Wed Feb 6 07:33:09 UTC 2019
Modified Files:
src/distrib/common: Makefile.mdset
Log Message:
- clean the .tmp kernel targets as well
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/common/Makefile.mdset
P
Module Name:src
Committed By: mrg
Date: Wed Feb 6 07:32:50 UTC 2019
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c oea_machdep.c
Log Message:
- add or adjust fallthru comments
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/powerpc/oea/c
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:31:39 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c
Log Message:
Drop AXEN_MEDIUM_ALWAYS_ONE (from Linux), which reduces drop erros in RX.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/de
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:28:34 UTC 2019
Modified Files:
src/sys/dev/usb: if_axenreg.h
Log Message:
Remove unused variable in axen_softc.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/if_axenreg.h
Please note tha
Module Name:src
Committed By: rin
Date: Wed Feb 6 07:28:01 UTC 2019
Modified Files:
src/sys/dev/usb: if_axen.c
Log Message:
Remove useless memset.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb/if_axen.c
Please note that diffs are not pub
Module Name:src
Committed By: msaitoh
Date: Wed Feb 6 07:20:13 UTC 2019
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
I21[01]'s RAL size is not 15 but 16(== 82575's value). Same as other OSes.
To generate a diff of this commit:
cvs rdiff -u -r1.623 -r1.624 src/
Module Name:src
Committed By: ryo
Date: Wed Feb 6 05:33:41 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
improve pmap_remove
- don't lock/unlock per page in pmap_remove()
- speedup pte lookup for co
Module Name:src
Committed By: ryo
Date: Wed Feb 6 05:33:14 UTC 2019
Modified Files:
src/common/lib/libc/arch/aarch64/atomic: atomic_op_asm.h
Log Message:
fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta).
changing shared macro doesn't effect other atomic
Module Name:src
Committed By: mrg
Date: Wed Feb 6 05:04:41 UTC 2019
Modified Files:
src/sys/arch/hppa/spmath: cnv_float.h
Log Message:
- convert shift results into logical expressions
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/spmath/c
Module Name:src
Committed By: christos
Date: Wed Feb 6 04:23:16 UTC 2019
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
uses the idiom len = snprintf(&tmp, 1, ...) to compute length.
needs -Wno-format-truncation
To generate a diff of this c
Module Name:src
Committed By: mrg
Date: Wed Feb 6 04:20:40 UTC 2019
Modified Files:
src/sys/dev/nor: cfi.c
Log Message:
memset(0) the structure, not the pointer itself, and what ever
data happens to be after the pointer's stack location.
To generate a diff of this commi
Module Name:src
Committed By: msaitoh
Date: Wed Feb 6 04:14:03 UTC 2019
Modified Files:
src/sys/dev/pci: if_cas.c
Log Message:
Fix a bug that all ports' MAC address become the last port's address on
Non-OF environment.
The Saturn multi port card has only one VPD ROM an
Module Name:src
Committed By: mrg
Date: Wed Feb 6 04:07:31 UTC 2019
Modified Files:
src/sys/arch/amiga/dev: wstsc.c
Log Message:
properly check SCI_CSR_DREQ in one place.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/wstsc.c
Pleas
Module Name:src
Committed By: mrg
Date: Wed Feb 6 04:00:43 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib: Makefile.sanitizer
src/external/gpl3/gcc/lib/libasan: Makefile
src/external/gpl3/gcc/lib/liblsan: Makefile
src/external/gpl3/gcc/lib/libts
Module Name:src
Committed By: mrg
Date: Wed Feb 6 03:59:09 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: Makefile.am
Makefile.in
Log Message:
add sanitizer_procmaps_netbsd.cc
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: oster
Date: Wed Feb 6 03:37:13 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
Fix GET_INFO. Yes, can probably be simplified.
To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 src/sys/dev/raidfra
Module Name:src
Committed By: msaitoh
Date: Wed Feb 6 03:16:08 UTC 2019
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
>From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.
To generate a diff of this commit:
cvs rdiff -u -r1.1360 -r1.1361 src/sy
Module Name:src
Committed By: msaitoh
Date: Wed Feb 6 03:16:36 UTC 2019
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1349 -r1.1350 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1348 -r1.1
Module Name:src
Committed By: jmcneill
Date: Wed Feb 6 03:07:08 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_mixer.c
Log Message:
Add support for hardware cursors where we can.
As far as I can tell, alpha blending only works between overlay channels
Module Name:src
Committed By: christos
Date: Wed Feb 6 03:01:49 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
use 'data' directly.
To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/dev/raidframe/rf_netbsdkintf.c
Ple
Module Name:src
Committed By: christos
Date: Wed Feb 6 02:57:39 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
Log Message:
revert, somehow I got the generated file in the wrong directory.
To generate a diff of this commit:
cvs rdiff -u -r1.40
Module Name:src
Committed By: christos
Date: Wed Feb 6 02:55:54 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
Log Message:
fix objdir build
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/external/gpl3/gcc/lib/libstdc++-v3/M
Module Name:src
Committed By: oster
Date: Wed Feb 6 02:49:51 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
Fix logic inversion. Progress, but still broken.
To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/dev/raidf
Module Name:src
Committed By: oster
Date: Wed Feb 6 02:49:09 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsd.h rf_netbsdkintf.c rf_raid.h
Log Message:
Shuffle softc declarations to a different .h file. Create missing
rf_get_raid(). Things compile, but don't wo
Module Name:src
Committed By: christos
Date: Tue Feb 5 23:28:02 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_compat32.c rf_compat32.h rf_compat50.c
rf_compat50.h rf_compat80.c rf_compat80.h rf_netbsd.h
rf_netbsdkintf.c
src/sys/kern: co
Module Name:src
Committed By: mrg
Date: Tue Feb 5 21:50:21 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libbacktrace/arch/earm: backtrace-supported.h
src/external/gpl3/gcc/lib/libbacktrace/arch/earmeb:
backtrace-supported.h
src/external/gp
Module Name:src
Committed By: jmcneill
Date: Tue Feb 5 21:01:38 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Implement page flip API
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_mixer.c
Please n
Module Name:src
Committed By: christos
Date: Tue Feb 5 19:53:14 UTC 2019
Modified Files:
src/share/doc/smm/18.net: 6.t
Log Message:
comment out the IFF_TRAILERS stuff that is no longer relevant and add
the missing flags.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Tue Feb 5 19:42:31 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_compat80.c
Log Message:
use -> instead of .
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/raidframe/rf_compat80.c
Please note t
Module Name:src
Committed By: kamil
Date: Tue Feb 5 17:30:19 UTC 2019
Modified Files:
src/tests/lib/libc/stdio: t_fopen.c
Log Message:
Add 2 new tests in t_fopen
Added:
- fopen_nullptr (without COMPAT_10)
- fopen_nullptr_compat10 (with COMPAT_10)
PR kern/53948
Review
Module Name:src
Committed By: christos
Date: Tue Feb 5 17:13:37 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_compat80.c rf_netbsd.h rf_netbsdkintf.c
Log Message:
- Fix the FAIL_DISK handling (it would prolly trash the wrong disk before
since the request structs ar
Module Name:src
Committed By: maxv
Date: Tue Feb 5 17:03:10 UTC 2019
Modified Files:
src/tests/lib/libnvmm: h_io_assist.c
Log Message:
Ah, I had warnings disabled, fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libnvmm/h_io_assi
Module Name:src
Committed By: wiz
Date: Tue Feb 5 15:03:35 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
Mark up NULL with Dv. Remove empty line.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libnvmm/libnvmm.3
Please note that
Module Name:src
Committed By: mrg
Date: Tue Feb 5 14:07:24 UTC 2019
Modified Files:
src/external/gpl3/gcc: README.gcc7
Log Message:
- arm64 works
- alpha seems to work in simple testing
- armeb builds
- powerpc64 has ICE building libgcc2.
To generate a diff of this comm
Module Name:src
Committed By: mrg
Date: Tue Feb 5 14:01:46 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c
Log Message:
re-port host_detect_local_cpu() to netbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
Module Name:src
Committed By: mrg
Date: Tue Feb 5 13:57:25 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: ad.aarch64
Log Message:
add gcc-7 specific header.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/comp/ad.aarch64
Plea
Module Name:src
Committed By: maxv
Date: Tue Feb 5 13:56:32 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
Sync with reality, and improve.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libnvmm/libnvmm.3
Please note that diffs ar
Module Name:src
Committed By: kamil
Date: Tue Feb 5 13:50:10 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
The panic for fopen(NULL, ... is back, fix it
Restore the original behavior before merging the compat refactoring branch.
Now:
- no compat_10
Module Name:src
Committed By: mrg
Date: Tue Feb 5 13:02:36 UTC 2019
Modified Files:
src/lib/libc/arch/aarch64/sys: brk.S
Log Message:
use adrp not adr, since the data is not pc-rel. fixes brk(2).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/
Module Name:src
Committed By: maxv
Date: Tue Feb 5 13:00:03 UTC 2019
Modified Files:
src/distrib/sets/lists/debug: md.amd64
src/distrib/sets/lists/tests: md.amd64
src/tests/lib/libnvmm: Makefile
Added Files:
src/tests/lib/libnvmm: h_io_assist.c h_io
Module Name:src
Committed By: mrg
Date: Tue Feb 5 12:56:43 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cc
Log Message:
provide empty version of Aarch64GetESR() for non-linux arm64.
To generate a diff of
Module Name:src
Committed By: mrg
Date: Tue Feb 5 12:42:09 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch/aarch64: defs.mk
src/external/gpl3/gcc/lib/libiberty: defs.mk
src/external/gpl3/gcc/lib/libobjc/arch/aarch64: defs.mk
src/exter
Module Name:src
Committed By: mrg
Date: Tue Feb 5 12:08:12 UTC 2019
Modified Files:
src/external/gpl3/gcc: README.gcc7
Log Message:
update ppc64 status: mknativeg-gcc worked.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/README.gcc7
Module Name:src
Committed By: mrg
Date: Tue Feb 5 12:01:44 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64:
backtrace-supported.h
src/external/gpl3/gcc/lib/libgcc/arch/powerpc64: auto-target.h defs.mk
src/external/
Module Name:src
Committed By: mrg
Date: Tue Feb 5 12:01:11 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h
Log Message:
update for GCC 7 - mirror changes in freebsd64.h in recent times.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:44:19 UTC 2019
Modified Files:
src/external/gpl3/gcc: README.gcc7
Log Message:
arm (oabi) works.
ppc64 has tools/gcc build failure.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/REA
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:37:18 UTC 2019
Modified Files:
src/external/bsd/pkg_install: Makefile.inc
Log Message:
show_version() doesn't return, but fallthru checker doesn't know
and coplains. disable the error.
To generate a diff of this comm
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:33:13 UTC 2019
Modified Files:
src/sys/dev: mm.c
Log Message:
appease the gcc7 fallthru checker.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/mm.c
Please note that diffs are not public do
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:30:07 UTC 2019
Modified Files:
src/sys/dev/pci: siside.c
Log Message:
add missing break; after "100NEW" configuration.
don't also set "133OLD", since the 100NEW cards don't support 133.
To generate a diff of this comm
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:20:21 UTC 2019
Modified Files:
src/sys/dev/pci: agp_intel.c
Log Message:
fix a >15 year old code rework bug, and add a missing break;.
the code in rev 1.7 looks like it does in this change, but rev 1.8 would
write the
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:11:32 UTC 2019
Modified Files:
src/sys/dev/scsipi: scsipi_base.c
Log Message:
avoid a fallthru checker complaint and make one case like the rest. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181
Module Name:src
Committed By: mrg
Date: Tue Feb 5 11:02:44 UTC 2019
Modified Files:
src/external/gpl3/gcc: README.gcc7
Log Message:
arm and armeb are mostly done. earmv4 kernels build.
(still have earm vs libgcc issue.)
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: mrg
Date: Tue Feb 5 10:54:14 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: ad.arm
Log Message:
add new gcc7 arm headers: arm_cmse.h and arm_fp16.h
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/distrib/sets/lists/
Module Name:src
Committed By: mrg
Date: Tue Feb 5 10:04:50 UTC 2019
Modified Files:
src/sys/dev/wscons: wskbd.c
Log Message:
- call update_modifier() explicitly for the scrolling keys up event.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/dev/
Module Name:src
Committed By: hannken
Date: Tue Feb 5 09:55:48 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ctldir.c
Log Message:
Implement the ZFS control directory ".zfs" and its subdirectory 'snapshot".
Automatically mount snapshots on
Module Name:src
Committed By: hannken
Date: Tue Feb 5 09:54:36 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ctldir.c
zfs_ioctl.c zfs_vfsops.c zfs_vnops.c zfs_znode.c
src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs
Module Name:src
Committed By: hannken
Date: Tue Feb 5 09:50:18 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
zfs_netbsd_reclaim(): validate "z_log" before zil_commit().
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: hannken
Date: Tue Feb 5 09:49:44 UTC 2019
Modified Files:
src/sys/kern: vfs_mount.c
Log Message:
Allow dounmount() with file system already suspended.
Remove no longer valid test for layered mounts,
ZFS will unmount snapshots bottom up.
To
Module Name:src
Committed By: mrg
Date: Tue Feb 5 09:45:38 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
remove duplicated line in previously. noticed by paulg.
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/sys/dev/
Module Name:src
Committed By: pgoyette
Date: Tue Feb 5 09:34:38 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
If the openat_10 hook is present and it returns success, continue with
the rest of the syscall; don't return prematurely, as we'll report
suc
Module Name:src
Committed By: mrg
Date: Tue Feb 5 09:29:20 UTC 2019
Modified Files:
src/sys/conf: copts.mk
src/sys/modules/zlib: Makefile
src/sys/rump/kern/lib/libz: Makefile
Log Message:
be sure to only apply zlib.c's -Wno-error=implicit-fallthrough to GC
Module Name:src
Committed By: mrg
Date: Tue Feb 5 09:28:00 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
fix the previous:
rf_netbsd32 is only relevant on _LP64 as all the structures are
the same for arm32 oabi/eabi compat.
only do it for
Module Name:src
Committed By: mrg
Date: Tue Feb 5 09:21:05 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libbacktrace/arch/arm: backtrace-supported.h
src/external/gpl3/gcc/lib/libbacktrace/arch/armeb:
backtrace-supported.h
src/external/gpl3
Module Name:src
Committed By: mrg
Date: Tue Feb 5 08:53:50 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc/c-family: c-cppbuiltin.c
Log Message:
from the new comment:
/*
* NetBSD/sparc64 long ago defined signed and unsigned fast{8,16,32} to be
* different to th
Module Name:src
Committed By: pgoyette
Date: Tue Feb 5 08:53:18 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Correctly handle the NULL path when no compat_10 code is available.
This should address kern/53948 (thanks, kamil@, for the PR and for
testi
Module Name:src
Committed By: mrg
Date: Tue Feb 5 08:33:25 UTC 2019
Modified Files:
src/sys/conf: Makefile.kern.inc
Added Files:
src/sys/conf: copts.mk
Log Message:
pass -Wno-error=implicit-fallthrough for zlib.c.
XXX: consider using copts.mk for various warning/
Module Name:src
Committed By: mrg
Date: Tue Feb 5 08:08:59 UTC 2019
Modified Files:
src/external/bsd/ipf/bin/ipf: Makefile
src/external/bsd/ipf/bin/ipftest: Makefile
Log Message:
apply -O1 for ipf_y.c on m68k and GCC 7.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Tue Feb 5 08:07:59 UTC 2019
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Add Ice Lake and Tremont from the latest Intel SDM.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/usr.sbin/cpuctl/a
Module Name:src
Committed By: msaitoh
Date: Tue Feb 5 08:07:19 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add new CPUID flags WAITPKG, CLDEMOTE, MOVDIRI, MOVDIR64B and
IA32_CORE_CAPABILITIES from the latest Intel SDM.
To generate a dif
Module Name:src
Committed By: mrg
Date: Tue Feb 5 08:02:19 UTC 2019
Modified Files:
src/sys/dev/nand: nandemulator.c
Log Message:
add fallthru comments, and a comment this code needs attention
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/nand/
76 matches
Mail list logo