summaryrefslogtreecommitdiff
path: root/sys/dev/mem
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
2022-04-05Add new vnode dumper to support live minidumpsMitchell Horne
2020-11-19vm_phys: Try to clean up NUMA KPIsMark Johnston
2020-09-02Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston
2020-09-01mem: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-01-24Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededKonstantin Belousov
2013-07-05Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingJamie Gritton
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
2004-08-02Add module versions.Mark Murray
2004-08-01Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray