aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ctf.c
Commit message (Expand)AuthorAgeFilesLines
* kern_ctf.c: Don't print out warning messages unconditionallyBojan Novković2024-03-291-12/+23
* kern_ctf.c: fix linking with nooptions DDBMitchell Horne2024-03-221-0/+4
* ddb: Add CTF-based pretty printingBojan Novković2024-03-221-0/+40
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* linker: Permit CTFv3 containersMark Johnston2022-03-071-4/+4
* linker: Simplify CTF container handlingMark Johnston2022-03-071-28/+16
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* kern_ctf: Use zlib's uncompress function for simpler code.Yoshihiro Ota2021-09-261-17/+7
* 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