summaryrefslogtreecommitdiff
path: root/sys/dev/mem/memutil.c
AgeCommit message (Expand)Author
2025-07-05dev/mem: use sx instead of rw lockKonstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-01-17Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim
2004-08-04Fix module builds for i386 and amd64.Mark Murray