Module Name:src
Committed By: tsutsui
Date: Sun Dec 3 07:20:23 UTC 2023
Modified Files:
src/distrib/common/bootimage: Makefile.bootimage
Log Message:
Use defined ${GPTSECTORS} rather than hardcoded 2048.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/
Module Name:src
Committed By: tsutsui
Date: Sun Dec 3 07:20:23 UTC 2023
Modified Files:
src/distrib/common/bootimage: Makefile.bootimage
Log Message:
Use defined ${GPTSECTORS} rather than hardcoded 2048.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/
Module Name:src
Committed By: tsutsui
Date: Sun Dec 3 07:17:11 UTC 2023
Modified Files:
src/distrib/common/bootimage: Makefile.bootimage
Log Message:
Document USE_GPTMBR and GPTSECTORS.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/common/boo
Module Name:src
Committed By: tsutsui
Date: Sun Dec 3 07:17:11 UTC 2023
Modified Files:
src/distrib/common/bootimage: Makefile.bootimage
Log Message:
Document USE_GPTMBR and GPTSECTORS.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/common/boo
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:50:09 UTC 2023
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
Assert that the vmem_btag_pool has been initialized before we attempt
to allocate from it.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:50:09 UTC 2023
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
Assert that the vmem_btag_pool has been initialized before we attempt
to allocate from it.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:17:06 UTC 2023
Modified Files:
src/sys/arch/hppa/dev: uturn.c
Log Message:
Use vmem(9) rather than extent(9) to manage IOMMU mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:17:06 UTC 2023
Modified Files:
src/sys/arch/hppa/dev: uturn.c
Log Message:
Use vmem(9) rather than extent(9) to manage IOMMU mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:03:18 UTC 2023
Modified Files:
src/sys/arch/hppa/dev: astro.c
Log Message:
Use vmem(9) rather than extent(9) to manage IOMMU mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 02:03:18 UTC 2023
Modified Files:
src/sys/arch/hppa/dev: astro.c
Log Message:
Use vmem(9) rather than extent(9) to manage IOMMU mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 00:49:46 UTC 2023
Modified Files:
src/sys/arch/vax/include: sgmap.h
src/sys/arch/vax/vax: sgmap.c
Log Message:
Use vmem(9) rather than extent(9) to manage SGMAP space.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: thorpej
Date: Sun Dec 3 00:49:46 UTC 2023
Modified Files:
src/sys/arch/vax/include: sgmap.h
src/sys/arch/vax/vax: sgmap.c
Log Message:
Use vmem(9) rather than extent(9) to manage SGMAP space.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: rillig
Date: Sat Dec 2 23:54:49 UTC 2023
Modified Files:
src/tests/usr.bin/xlint/lint1: platform_schar.c platform_uchar.c
Log Message:
tests/lint: add more test cases for nonportable character comparison
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Sat Dec 2 23:54:49 UTC 2023
Modified Files:
src/tests/usr.bin/xlint/lint1: platform_schar.c platform_uchar.c
Log Message:
tests/lint: add more test cases for nonportable character comparison
To generate a diff of this commit:
c
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 22:42:02 UTC 2023
Modified Files:
src/sys/arch/dreamcast/dev/g2: gapspci_dma.c gapspcivar.h
Log Message:
Use vmem(9) rather than extent(9) to manage the GAPS PCI DMA buffer.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 22:42:02 UTC 2023
Modified Files:
src/sys/arch/dreamcast/dev/g2: gapspci_dma.c gapspcivar.h
Log Message:
Use vmem(9) rather than extent(9) to manage the GAPS PCI DMA buffer.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:53:15 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: extract nonportable char comparison to separate function
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:53:15 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: extract nonportable char comparison to separate function
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:50:21 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: emit1.c func.c init.c
src/usr.bin/xlint/lint2: chk.c
Log Message:
lint: remove redundant empty lines
No functional change.
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:50:21 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: emit1.c func.c init.c
src/usr.bin/xlint/lint2: chk.c
Log Message:
lint: remove redundant empty lines
No functional change.
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:47:05 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: debug.c decl.c lex.c lint1.h tree.c
Log Message:
lint: rename NOSCL to NO_SCL
For symmetry with NO_TSPEC. No functional change.
To generate a diff of this c
Module Name:src
Committed By: rillig
Date: Sat Dec 2 21:47:05 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: debug.c decl.c lex.c lint1.h tree.c
Log Message:
lint: rename NOSCL to NO_SCL
For symmetry with NO_TSPEC. No functional change.
To generate a diff of this c
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 21:02:53 UTC 2023
Modified Files:
src/sys/arch/sparc64/dev: sbus.c
Log Message:
Use vmem_xalloc_addr() to reserve the first Sbus DVMA page.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 21:02:53 UTC 2023
Modified Files:
src/sys/arch/sparc64/dev: sbus.c
Log Message:
Use vmem_xalloc_addr() to reserve the first Sbus DVMA page.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 21:02:13 UTC 2023
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile vmem.9
src/sys/kern: subr_vmem.c
src/sys/sys: vmem.h
Log Message:
Add a vmem_xalloc_addr() function
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 21:02:13 UTC 2023
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile vmem.9
src/sys/kern: subr_vmem.c
src/sys/sys: vmem.h
Log Message:
Add a vmem_xalloc_addr() function
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 19:11:52 UTC 2023
Modified Files:
src/sys/sys: vmem.h vmem_impl.h
Log Message:
vmem_init() requires the caller to include in order
to know the storage size of "struct vmem", so put the prototype for
vmem_init() there
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 19:11:52 UTC 2023
Modified Files:
src/sys/sys: vmem.h vmem_impl.h
Log Message:
vmem_init() requires the caller to include in order
to know the storage size of "struct vmem", so put the prototype for
vmem_init() there
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 19:06:17 UTC 2023
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
Minor changes to let this build as the "subr_vmem" test program again.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 19:06:17 UTC 2023
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
Minor changes to let this build as the "subr_vmem" test program again.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/
Module Name:src
Committed By: christos
Date: Sat Dec 2 16:18:17 UTC 2023
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
Log Message:
remove dup copy.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.sbin/mtree/t_mtree.sh
Please note that
Module Name:src
Committed By: christos
Date: Sat Dec 2 16:18:17 UTC 2023
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
Log Message:
remove dup copy.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.sbin/mtree/t_mtree.sh
Please note that
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 15:50:57 UTC 2023
Modified Files:
src/sys/arch/sun2/sun2: machdep.c
Log Message:
Use vmem(9) rather than extent(9) to manage DVMA mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/s
Module Name:src
Committed By: thorpej
Date: Sat Dec 2 15:50:57 UTC 2023
Modified Files:
src/sys/arch/sun2/sun2: machdep.c
Log Message:
Use vmem(9) rather than extent(9) to manage DVMA mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/s
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:34:48 UTC 2023
Modified Files:
src/usr.sbin/mtree: create.c verify.c
Log Message:
PR/57735: Jose Louis Duran: check if fts_read(3) had an error.
(FreeBSD commit https://github.com/freebsd/freebsd-src/commit/\
2
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:34:48 UTC 2023
Modified Files:
src/usr.sbin/mtree: create.c verify.c
Log Message:
PR/57735: Jose Louis Duran: check if fts_read(3) had an error.
(FreeBSD commit https://github.com/freebsd/freebsd-src/commit/\
2
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:26:09 UTC 2023
Modified Files:
src/usr.sbin/mtree: mtree.8
Log Message:
PR/57735: Jose Louis Duran: Add missing xref to mtree.5
(FreeBSD commit https://github.com/freebsd/freebsd-src/commit/\
da232c04ab9eba3d3a
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:26:09 UTC 2023
Modified Files:
src/usr.sbin/mtree: mtree.8
Log Message:
PR/57735: Jose Louis Duran: Add missing xref to mtree.5
(FreeBSD commit https://github.com/freebsd/freebsd-src/commit/\
da232c04ab9eba3d3a
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:24:00 UTC 2023
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
src/usr.sbin/mtree: specspec.c
Log Message:
PR/57735: Jose Louis Duran: mtree -f file1 -f file2 does not consider type
changes.
(FreeBSD h
Module Name:src
Committed By: christos
Date: Sat Dec 2 13:24:00 UTC 2023
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
src/usr.sbin/mtree: specspec.c
Log Message:
PR/57735: Jose Louis Duran: mtree -f file1 -f file2 does not consider type
changes.
(FreeBSD h
40 matches
Mail list logo