Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Sun Dec 3 15:06:45 UTC 2023
Modified Files:
src/sys/kern: subr_vmem.c
src/sys/sys: vmem_impl.h
Log Message:
Split the boundary tag "type" field into "type" and "flags" fields.
Initialize the flags field to 0 before inserting into an arena's free
tag list.
NFC, but makes diff for a future enhancement smaller.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/kern/subr_vmem.c
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/vmem_impl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index