index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ksyms.c
Age
Commit message (
Expand
)
Author
2022-01-08
__LDPGSZ hasn't been used here since rev 1.23 (2013).
Philip Guenther
2020-07-18
Make /dev/ksyms work.
Mark Kettenis
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2016-01-11
Use uiomove() instead of uiomovei(); from Martin Natano
Stefan Kempf
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-08-12
Use a linker script when building i386 kernels to allow section padding on
Mike Larkin
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2014-12-22
amd64 now also uses the ssyms mechanism.
Theo de Raadt
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2014-06-11
Reject negative file offsets in /dev/ksyms.
Matthew Dempsky
2013-10-17
Remove support for a.out and ecoff. We only do elf now.
Theo de Raadt
2013-03-31
do not need machine/cpu.h directly
Theo de Raadt
2011-06-23
ansify a few files. ok deraadt dlg krw matthew
Ted Unangst
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2007-09-11
KNF
Gilles Chehade
2007-09-08
more M_ZERO changes
Gilles Chehade
2006-07-12
include uvm_extern.h for atop()
Martin Reindl
2004-08-09
mips/sgi uses same symbol table style setup as sparc64
Per Fogelstrom
2004-01-09
remove uvm_extern.h
Brad Smith
2003-06-03
Convert to 2 term license; OK with art@
Todd C. Miller
2002-07-10
proper cdev_decl(ksyms), fix ksyms's broken functions
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-01
Change d_mmap in struct cdevsw from:
Artur Grabowski
2001-09-17
make ksyms work on sparc64 (requires essentially same goop as db_sym)
Jason Wright
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-02-12
Remove debuging printf left by accident.
Artur Grabowski
2001-02-03
Violent cleanup of the code. Lots of effort duplication removed.
Artur Grabowski
1999-11-26
Another comment change. (NBPG -> PAGE_SIZE).
Artur Grabowski
1999-11-02
Fix comment typo.
Angelos D. Keromytis
1999-09-14
vaddr_t/vsize_t
Michael Shalayeff
1998-11-20
careful with mmap off
Theo de Raadt
1998-08-24
/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ...
Todd C. Miller