Module Name:src
Committed By: msaitoh
Date: Mon Sep 25 06:18:09 UTC 2023
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
wm(4): Use SCVPC and HRMPC for 82575 and newer.
The SCVPC(SerDes/SGMII Code Violation Packet Count) register and the HRMPC
(Header Redirectio
Module Name:src
Committed By: msaitoh
Date: Mon Sep 25 06:18:09 UTC 2023
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
wm(4): Use SCVPC and HRMPC for 82575 and newer.
The SCVPC(SerDes/SGMII Code Violation Packet Count) register and the HRMPC
(Header Redirectio
Module Name:src
Committed By: gutteridge
Date: Sun Sep 24 20:41:52 UTC 2023
Modified Files:
src/sbin/fsck_msdos: ext.h
Log Message:
ext.h: fix spelling and grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_msdos/ext.h
Pleas
Module Name:src
Committed By: gutteridge
Date: Sun Sep 24 20:41:52 UTC 2023
Modified Files:
src/sbin/fsck_msdos: ext.h
Log Message:
ext.h: fix spelling and grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_msdos/ext.h
Pleas
Module Name:src
Committed By: andvar
Date: Sun Sep 24 20:17:26 UTC 2023
Modified Files:
src/sys/arch/mmeye/mmeye: locore.S
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mmeye/mmeye/locore.S
Please note t
Module Name:src
Committed By: andvar
Date: Sun Sep 24 20:17:26 UTC 2023
Modified Files:
src/sys/arch/mmeye/mmeye: locore.S
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mmeye/mmeye/locore.S
Please note t
Module Name:src
Committed By: andvar
Date: Sun Sep 24 19:57:10 UTC 2023
Modified Files:
src/sys/arch/mmeye/mmeye: locore.S
Log Message:
unify ROMIMAGE specific assembler code between evbsh3 and mmeye.
fixes mmeye ROMIMAGE enabled build and in turn MMTAROMNEW kernel config
Module Name:src
Committed By: andvar
Date: Sun Sep 24 19:57:10 UTC 2023
Modified Files:
src/sys/arch/mmeye/mmeye: locore.S
Log Message:
unify ROMIMAGE specific assembler code between evbsh3 and mmeye.
fixes mmeye ROMIMAGE enabled build and in turn MMTAROMNEW kernel config
Module Name:src
Committed By: gutteridge
Date: Sun Sep 24 16:33:42 UTC 2023
Modified Files:
src: UPDATING
Log Message:
UPDATING: fix a couple of spelling mistakes
To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 src/UPDATING
Please note that diffs are not
Module Name:src
Committed By: gutteridge
Date: Sun Sep 24 16:33:42 UTC 2023
Modified Files:
src: UPDATING
Log Message:
UPDATING: fix a couple of spelling mistakes
To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 src/UPDATING
Please note that diffs are not
Module Name:src
Committed By: andvar
Date: Sun Sep 24 13:59:38 UTC 2023
Modified Files:
src/sys/arch/mmeye/conf: MMTAROMNEW
Log Message:
disable all phy devices in config, since network is disabled in general.
add SH7708R option from MMTA config, one CPU option is required
Module Name:src
Committed By: andvar
Date: Sun Sep 24 13:59:38 UTC 2023
Modified Files:
src/sys/arch/mmeye/conf: MMTAROMNEW
Log Message:
disable all phy devices in config, since network is disabled in general.
add SH7708R option from MMTA config, one CPU option is required
Module Name:src
Committed By: martin
Date: Sun Sep 24 11:08:32 UTC 2023
Modified Files:
src/libexec/ld.elf_so/arch/sparc: mdreloc.c
Log Message:
Fix debug code
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/libexec/ld.elf_so/arch/sparc/mdreloc.c
Pleas
Module Name:src
Committed By: martin
Date: Sun Sep 24 11:08:32 UTC 2023
Modified Files:
src/libexec/ld.elf_so/arch/sparc: mdreloc.c
Log Message:
Fix debug code
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/libexec/ld.elf_so/arch/sparc/mdreloc.c
Pleas
Module Name:src
Committed By: andvar
Date: Sun Sep 24 10:59:24 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: zs.c
Log Message:
pass NULL to the second dbdma_alloc() expected argement.
it was not adjusted after it acquired one 7 years ago.
fixes ZS_TXDMA enabled build
Module Name:src
Committed By: andvar
Date: Sun Sep 24 10:59:24 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: zs.c
Log Message:
pass NULL to the second dbdma_alloc() expected argement.
it was not adjusted after it acquired one 7 years ago.
fixes ZS_TXDMA enabled build
Module Name:src
Committed By: andvar
Date: Sun Sep 24 10:51:28 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c
Log Message:
define i variable in for loop.
valkyriefb_attach() doesn't have one defined in the function scope.
fixes VALKYRIEFB_DEBUG enabled bui
Module Name:src
Committed By: andvar
Date: Sun Sep 24 10:51:28 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c
Log Message:
define i variable in for loop.
valkyriefb_attach() doesn't have one defined in the function scope.
fixes VALKYRIEFB_DEBUG enabled bui
Module Name:src
Committed By: skrll
Date: Sun Sep 24 10:13:44 UTC 2023
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
Add a bunch of system registers and their bit / bit field definitions.
Taken from ryo's nvmm branch with updates from me.
To generat
Module Name:src
Committed By: skrll
Date: Sun Sep 24 10:13:44 UTC 2023
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
Add a bunch of system registers and their bit / bit field definitions.
Taken from ryo's nvmm branch with updates from me.
To generat
Module Name:src
Committed By: martin
Date: Sun Sep 24 09:33:27 UTC 2023
Modified Files:
src/lib/librumpuser: rumpuser.c
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: vm.c
Log Message:
PR kern/57626: instead of an (arbitrary) FAKE_PAGE
Module Name:src
Committed By: martin
Date: Sun Sep 24 09:33:27 UTC 2023
Modified Files:
src/lib/librumpuser: rumpuser.c
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: vm.c
Log Message:
PR kern/57626: instead of an (arbitrary) FAKE_PAGE
Module Name:src
Committed By: andvar
Date: Sun Sep 24 08:20:06 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: mesh.c
Log Message:
define i variable in for loop.
mesh_msgin() doesn't have one defined in the function scope.
fixes MESH_DEBUG enabled build for macppc.
To
Module Name:src
Committed By: andvar
Date: Sun Sep 24 08:20:06 UTC 2023
Modified Files:
src/sys/arch/macppc/dev: mesh.c
Log Message:
define i variable in for loop.
mesh_msgin() doesn't have one defined in the function scope.
fixes MESH_DEBUG enabled build for macppc.
To
24 matches
Mail list logo