summaryrefslogtreecommitdiff
path: root/sys/dev/kloader.c
AgeCommit message (Expand)Author
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-01-20Use uintN_t.uwe
2006-01-02In kloader_open print errno if namei or vn_open fail.uwe
2005-12-11merge ktrace-lwp.christos
2005-09-24Remove the casts in the previous commit and use %zx.peter
2005-09-24Add casts to make this compile when KLOADER_DEBUG is defined.peter
2005-09-24Fix two typos.peter
2005-05-31Preserve const in cast.uwe
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-07-06MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/uch