index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
kloader.c
Age
Commit message (
Expand
)
Author
2021-10-11
Switch to kmem(9).
rin
2021-10-11
Sort headers.
rin
2021-10-11
Zero clear sh_offset to indicate a section is unused.
rin
2021-06-29
Add containment for the cloning devices hack in vn_open.
dholland
2020-09-05
Round of uvm.h cleanup.
riastradh
2015-06-11
Move declaration of avail_start, avail_end to <machine/kloader.h>
matt
2014-01-25
More alignment spellos
skrll
2010-11-19
add missing pathbuf_destroy on error path, noticed by enami
dholland
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-11-12
kloader(4) accesses vm_page, pull in uvm/uvm.h.
uebayasi
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-02-07
KNF.
uebayasi
2009-12-14
Use PRIxVADDR
matt
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2008-06-04
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2007-12-15
__FUNCTION__ -> __func__
perry
2007-12-10
Remove a now-unused local variable.
he
2007-12-08
Remove cn_lwp from struct componentname. curlwp should be used
pooka
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-01-20
Use uintN_t.
uwe
2006-01-02
In kloader_open print errno if namei or vn_open fail.
uwe
2005-12-11
merge ktrace-lwp.
christos
2005-09-24
Remove the casts in the previous commit and use %zx.
peter
2005-09-24
Add casts to make this compile when KLOADER_DEBUG is defined.
peter
2005-09-24
Fix two typos.
peter
2005-05-31
Preserve const in cast.
uwe
2004-09-17
There's no need to pass a proc value when using UIO_SYSSPACE with
skrll
2004-07-06
MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/
uch