aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ctf.c
Commit message (Expand)AuthorAgeFilesLines
* Don't specify a resid parameter if we're just going to ignore it. Instead,Mark Johnston2015-02-201-7/+5
* Remove unnecessary checks for a return value of NULL from M_WAITOKMark Johnston2015-02-191-21/+5
* Free the zlib stream after expanding a compressed CTF section.Mark Johnston2015-02-191-1/+3
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-4/+1
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+1
* The in-kernel CTF parser caches the result of its first attempt to parseRyan Stone2011-11-081-1/+1
* Return proper errno when we hit error when doing sanity check.Xin LI2011-10-071-4/+22
* Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c.John Birrell2008-05-231-0/+325