Module Name:src
Committed By: maxv
Date: Sun Jul 14 05:58:44 UTC 2019
Modified Files:
src/sys/fs/tmpfs: tmpfs_rename.c
Log Message:
Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.
This could have caused the KASSERT to wrongfully fire.
ok riastrad
Module Name:src
Committed By: maxv
Date: Sun Jul 14 05:58:44 UTC 2019
Modified Files:
src/sys/fs/tmpfs: tmpfs_rename.c
Log Message:
Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.
This could have caused the KASSERT to wrongfully fire.
ok riastrad
Module Name:xsrc
Committed By: christos
Date: Sat Jul 13 22:09:14 UTC 2019
Modified Files:
xsrc/external/mit/libepoxy/src: egl_generated_dispatch.c
gl_generated_dispatch.c glx_generated_dispatch.c
Log Message:
Fix lint build.
To generate a diff of this commit
Module Name:xsrc
Committed By: christos
Date: Sat Jul 13 22:09:14 UTC 2019
Modified Files:
xsrc/external/mit/libepoxy/src: egl_generated_dispatch.c
gl_generated_dispatch.c glx_generated_dispatch.c
Log Message:
Fix lint build.
To generate a diff of this commit
Module Name:src
Committed By: christos
Date: Sat Jul 13 21:55:52 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c alpha-nbsd-tdep.c
sh-nbsd-tdep.c
Log Message:
Use ULONGEST_MAX instead of (ULONGEST)-1
To generate a diff of this com
Module Name:src
Committed By: thorpej
Date: Sat Jul 13 21:56:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_emac.c
Log Message:
Make failure-to-attach errors a little more informative.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/
Module Name:src
Committed By: thorpej
Date: Sat Jul 13 21:56:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_emac.c
Log Message:
Make failure-to-attach errors a little more informative.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/
Module Name:src
Committed By: christos
Date: Sat Jul 13 21:55:52 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c alpha-nbsd-tdep.c
sh-nbsd-tdep.c
Log Message:
Use ULONGEST_MAX instead of (ULONGEST)-1
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Sat Jul 13 21:53:48 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: alpha-nbsd-tdep.c
Log Message:
Add (ULONGEST) to prevent narrowing warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external
Module Name:src
Committed By: christos
Date: Sat Jul 13 21:53:48 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: alpha-nbsd-tdep.c
Log Message:
Add (ULONGEST) to prevent narrowing warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external
Module Name:src
Committed By: martin
Date: Sat Jul 13 17:13:40 UTC 2019
Modified Files:
src/usr.sbin/sysinst: defs.h disks.c partman.c
src/usr.sbin/sysinst/arch/acorn32: md.c
src/usr.sbin/sysinst/arch/alpha: md.c
src/usr.sbin/sysinst/arch/amiga: md.c
Module Name:src
Committed By: martin
Date: Sat Jul 13 17:13:40 UTC 2019
Modified Files:
src/usr.sbin/sysinst: defs.h disks.c partman.c
src/usr.sbin/sysinst/arch/acorn32: md.c
src/usr.sbin/sysinst/arch/alpha: md.c
src/usr.sbin/sysinst/arch/amiga: md.c
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:06:00 UTC 2019
Modified Files:
src/sys/dev/iscsi: iscsi_main.c
Log Message:
register with pmf to allow suspend.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/iscsi/iscsi_main.c
Please
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:06:00 UTC 2019
Modified Files:
src/sys/dev/iscsi: iscsi_main.c
Log Message:
register with pmf to allow suspend.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/iscsi/iscsi_main.c
Please
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:04:21 UTC 2019
Modified Files:
src/sys/arch/i386/i386: trap.c
Log Message:
Use common code for SMEP/SMAP panic to print more information and
allow debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.301
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:04:21 UTC 2019
Modified Files:
src/sys/arch/i386/i386: trap.c
Log Message:
Use common code for SMEP/SMAP panic to print more information and
allow debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.301
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:03:01 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: trap.c
Log Message:
Use common code for SMEP/SMAP panic to print more information and
allow debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: mlelstv
Date: Sat Jul 13 17:03:01 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: trap.c
Log Message:
Use common code for SMEP/SMAP panic to print more information and
allow debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: maxv
Date: Sat Jul 13 14:24:37 UTC 2019
Modified Files:
src/sys/fs/tmpfs: tmpfs_mem.c
Log Message:
Remove the roundups, they are incorrect and cause memcmp to wrongfully fail
because of uninitialized bytes at the end of the buffers.
ok rmind@
Module Name:src
Committed By: maxv
Date: Sat Jul 13 14:24:37 UTC 2019
Modified Files:
src/sys/fs/tmpfs: tmpfs_mem.c
Log Message:
Remove the roundups, they are incorrect and cause memcmp to wrongfully fail
because of uninitialized bytes at the end of the buffers.
ok rmind@
Module Name:src
Committed By: gson
Date: Sat Jul 13 12:44:02 UTC 2019
Modified Files:
src/tests/lib/libc/sys: t_getitimer.c
Log Message:
In the setitimer_old test case, allow for time passing between the two
setitimer() calls. Should fix PR kern/54370.
To generate a dif
Module Name:src
Committed By: gson
Date: Sat Jul 13 12:44:02 UTC 2019
Modified Files:
src/tests/lib/libc/sys: t_getitimer.c
Log Message:
In the setitimer_old test case, allow for time passing between the two
setitimer() calls. Should fix PR kern/54370.
To generate a dif
Module Name:src
Committed By: skrll
Date: Sat Jul 13 09:47:15 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf
Log Message:
G/C
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/aarch64/aarch64/genassym.cf
Please note that diff
Module Name:src
Committed By: skrll
Date: Sat Jul 13 09:47:15 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf
Log Message:
G/C
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/aarch64/aarch64/genassym.cf
Please note that diff
Module Name:src
Committed By: msaitoh
Date: Sat Jul 13 09:28:03 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Define some new bits of CPUID Fn8000_0007 %edx AMD Advanced Power Management
leaf.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Sat Jul 13 09:28:03 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Define some new bits of CPUID Fn8000_0007 %edx AMD Advanced Power Management
leaf.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Sat Jul 13 09:24:17 UTC 2019
Modified Files:
src/sys/dev/pci: piixpm.c piixpmreg.h
Log Message:
Improve SB800 and newer chipsets support:
- Add newer chipset (e.g. X370/X399 and newer) support that the PCI device id
is 0x790b.
Module Name:src
Committed By: msaitoh
Date: Sat Jul 13 09:24:17 UTC 2019
Modified Files:
src/sys/dev/pci: piixpm.c piixpmreg.h
Log Message:
Improve SB800 and newer chipsets support:
- Add newer chipset (e.g. X370/X399 and newer) support that the PCI device id
is 0x790b.
28 matches
Mail list logo