summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_elf.c
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-26linux(4): Use inlined LINUX_KERNVER for tests to improve readabilityDmitry Chagin
2023-04-26linux(4): Don't relie on process osreldata when testing featuresDmitry Chagin
2023-04-23linux(4): Fix arm64 build after b7a6bcdd, missed chunk addedDmitry Chagin
2023-04-22linux(4): Export the AT_MINSIGSTKSZ depending on the process osreldataDmitry Chagin
2023-04-22linux(4): Export the AT_EXECFN depending on the process osreldataDmitry Chagin
2023-04-22linux(4): Export the AT_RANDOM depending on the process osreldataDmitry Chagin
2023-04-22linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2023-02-05linux(4): Add the forgotten in the 6f8439db opt_compat include.Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin
2023-02-02linux(4): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.Dmitry Chagin
2023-02-02linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin
2022-08-09elf_note_prpsinfo: handle more failures from proc_getargv()Konstantin Belousov
2021-11-13linux: Drop some unnecessary includesEdward Tomasz Napierala
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-06-30linux(4): implement coredump supportEdward Tomasz Napierala