aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ksyms
Commit message (Expand)AuthorAgeFilesLines
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-1/+1
* Convert allocations of the phys pager to vm_pager_allocate().Konstantin Belousov2020-09-081-2/+5
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-1/+1
* Convert ksyms(4) to use an OBJT_PHYS object.Mark Johnston2019-11-061-2/+1
* Set OBJ_NOSPLIT on the ksyms(4) VM object.Mark Johnston2019-10-231-1/+4
* ksyms: Fixup symbols for powerpc in the kernel, not just modulesJustin Hibbits2019-05-201-1/+8
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove D_TRACKCLOSE now that ksyms no longer has a close method.Mark Johnston2017-08-031-1/+1
* Rework and simplify the ksyms(4) implementation.Mark Johnston2017-08-031-172/+90
* Fix style bugs in ksyms.c.Mark Johnston2017-07-281-160/+138
* Restrict permissions on /dev/ksyms to 0400.Mark Johnston2017-07-281-1/+1
* Streamline use of cdevpriv and correct some corner cases.Hans Petter Selasky2012-08-151-2/+0
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-1/+1
* Promote ksyms_map() and ksyms_unmap() to general facilityKonstantin Belousov2011-03-281-50/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* strict kobj signatures: linker_if fixesAndriy Gapon2009-06-111-2/+3
* Remove another d_thread_t use that crept in.John Baldwin2009-06-011-1/+1
* Change from using vm_map_delete() to vm_map_remove().Stacey Son2009-05-271-16/+2
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process toStacey Son2009-05-261-0/+678