aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_elf.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Use inlined LINUX_KERNVER for tests to improve readabilityDmitry Chagin2023-04-261-1/+1
* linux(4): Don't relie on process osreldata when testing featuresDmitry Chagin2023-04-261-4/+4
* linux(4): Fix arm64 build after b7a6bcdd, missed chunk addedDmitry Chagin2023-04-221-1/+2
* linux(4): Export the AT_MINSIGSTKSZ depending on the process osreldataDmitry Chagin2023-04-221-1/+2
* linux(4): Export the AT_EXECFN depending on the process osreldataDmitry Chagin2023-04-221-1/+2
* linux(4): Export the AT_RANDOM depending on the process osreldataDmitry Chagin2023-04-221-1/+2
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-0/+54
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Add the forgotten in the 6f8439db opt_compat include.Dmitry Chagin2023-02-051-0/+2
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-0/+23
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-0/+153
* linux(4): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.Dmitry Chagin2023-02-021-5/+5
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-021-4/+24
* elf_note_prpsinfo: handle more failures from proc_getargv()Konstantin Belousov2022-08-091-3/+6
* linux: Drop some unnecessary includesEdward Tomasz Napierala2021-11-131-7/+3
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-0/+1
* linux(4): implement coredump supportEdward Tomasz Napierala2021-06-301-0/+294