summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315518alc2017-06-281-4/+6
* MFC 313407,313449: Copy ELF machine/flags from binaries to core dumps.jhb2017-05-111-6/+4
* Improvements for the brand detection and prioritization.kib2017-04-061-7/+20
* MFC r315860:ed2017-04-061-1/+2
* MFC r315157:kib2017-03-191-3/+7
* MFC r315156:kib2017-03-191-10/+4
* MFC r314717,315085alc2017-03-181-45/+42
* MFC r314851:kib2017-03-141-2/+15
* MFC r314850:kib2017-03-141-2/+2
* MFC r314849:kib2017-03-141-3/+3
* Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed().kib2017-03-131-11/+7
* MFC r314486:kib2017-03-131-7/+12
* MFC r314562:kib2017-03-051-2/+1
* MFC r312532: don't abort writing of a core dump after EFAULTavg2017-01-261-7/+34
* MFC 303002: Include process IDs in core dumps.jhb2016-10-281-0/+1
* MFC r306674:kib2016-10-071-3/+2
* MFC 302859: Include command line arguments in core dump process info.jhb2016-10-061-7/+41
* add description for debug.elf{32,64}_legacy_coredump sysctlemaste2016-07-051-1/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-251-3/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-2/+2
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-4/+0
* When matching brand to the ELF binary by notes, try to find a brandkib2016-02-041-1/+20
* Do not substitute interpeter if the brand interpreter path iskib2015-12-261-1/+3
* Only allow one PT_INTERP ELF program header. This also fixes a potentialjtl2015-12-241-0/+5
* If we annoy user with the terminal output due to failed load ofkib2015-12-221-1/+2
* Replace magic value ELF note type with NT_FREEBSD_ABI_TAGemaste2015-12-071-1/+1
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-071-1/+5
* Missed header_supported call from r291020: make really, really sure the brandnwhitehorn2015-12-011-0/+3
* Extend r270123 to run the brand info's header_supported() routine fornwhitehorn2015-11-181-2/+5
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mutengie2015-11-021-0/+2
* Allow PT_INTERP and PT_NOTES segments to be located anywhere in thekib2015-10-141-40/+100
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-061-4/+10
* Follow-up to r287442: Move sysctl to compiled-once filecem2015-09-071-6/+1
* Detect badly behaved coredump note helperscem2015-09-031-7/+61
* Fix some error-handling bugs when core dump compression is enabled:markj2015-07-141-10/+11
* Implement lockless resource limits.mjg2015-06-101-4/+4
* Add user facing errors for exceeding process memory limitsemaste2015-06-081-10/+24
* Fix typo in symbol name. It helps to hit save in all your buffersimp2015-05-221-1/+1
* Export the eflags field from the elf header. This allows betterimp2015-05-221-0/+4
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-6/+8
* Implement support for binary to requesting specific stack size for thekib2015-04-151-0/+1
* Reimplement support for userland core dump compression using a new interfacemarkj2015-03-091-152/+112
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-271-1/+3
* Include OBJT_PHYS VM objects in ELF core dumps. In particular thisjhb2015-02-141-1/+2
* The size value should be asserted when it is known.kib2014-11-221-1/+1
* Improve support for XSAVE with debuggers.jhb2014-11-211-3/+46
* Fixes for i/o during coredumping:kib2014-10-041-4/+4
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-301-0/+2
* Expand the elf brandelf infrastructure to give access to the whole ELFimp2014-08-181-0/+13
* Remove ia64.marcel2014-07-071-2/+2
OpenPOWER on IntegriCloud