summaryrefslogtreecommitdiff
path: root/sys/dev/kloader.c
AgeCommit message (Expand)Author
2021-10-11Switch to kmem(9).rin
2021-10-11Sort headers.rin
2021-10-11Zero clear sh_offset to indicate a section is unused.rin
2021-06-29Add containment for the cloning devices hack in vn_open.dholland
2020-09-05Round of uvm.h cleanup.riastradh
2015-06-11Move declaration of avail_start, avail_end to <machine/kloader.h>matt
2014-01-25More alignment spellosskrll
2010-11-19add missing pathbuf_destroy on error path, noticed by enamidholland
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-12kloader(4) accesses vm_page, pull in uvm/uvm.h.uebayasi
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-02-07KNF.uebayasi
2009-12-14Use PRIxVADDRmatt
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-15__FUNCTION__ -> __func__perry
2007-12-10Remove a now-unused local variable.he
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
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