aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ctf.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Convert DDB_CTF to use newer version of ZLIB.Xin LI2019-08-081-17/+1
* kern/CTF: link_elf_ctf_get() on big endian platformsJustin Hibbits2019-05-271-1/+5
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* kern: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* 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