summaryrefslogtreecommitdiff
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* add description for debug.elf{32,64}_legacy_coredump sysctlEd Maste2016-07-051-1/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-3/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-4/+0
* When matching brand to the ELF binary by notes, try to find a brandKonstantin Belousov2016-02-041-1/+20
* Do not substitute interpeter if the brand interpreter path isKonstantin Belousov2015-12-261-1/+3
* Only allow one PT_INTERP ELF program header. This also fixes a potentialJonathan T. Looney2015-12-241-0/+5
* If we annoy user with the terminal output due to failed load ofKonstantin Belousov2015-12-221-1/+2
* Replace magic value ELF note type with NT_FREEBSD_ABI_TAGEd Maste2015-12-071-1/+1
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-071-1/+5
* Missed header_supported call from r291020: make really, really sure the brandNathan Whitehorn2015-12-011-0/+3
* Extend r270123 to run the brand info's header_supported() routine forNathan Whitehorn2015-11-181-2/+5
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to muteEnji Cooper2015-11-021-0/+2
* Allow PT_INTERP and PT_NOTES segments to be located anywhere in theKonstantin Belousov2015-10-141-40/+100
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-4/+10
* Follow-up to r287442: Move sysctl to compiled-once fileConrad Meyer2015-09-071-6/+1
* Detect badly behaved coredump note helpersConrad Meyer2015-09-031-7/+61
* Fix some error-handling bugs when core dump compression is enabled:Mark Johnston2015-07-141-10/+11
* Implement lockless resource limits.Mateusz Guzik2015-06-101-4/+4
* Add user facing errors for exceeding process memory limitsEd Maste2015-06-081-10/+24
* Fix typo in symbol name. It helps to hit save in all your buffersWarner Losh2015-05-221-1/+1
* Export the eflags field from the elf header. This allows betterWarner Losh2015-05-221-0/+4
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-291-6/+8
* Implement support for binary to requesting specific stack size for theKonstantin Belousov2015-04-151-0/+1
* Reimplement support for userland core dump compression using a new interfaceMark Johnston2015-03-091-152/+112
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aIan Lepore2015-02-271-1/+3
* Include OBJT_PHYS VM objects in ELF core dumps. In particular thisJohn Baldwin2015-02-141-1/+2
* The size value should be asserted when it is known.Konstantin Belousov2014-11-221-1/+1
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-3/+46
* Fixes for i/o during coredumping:Konstantin Belousov2014-10-041-4/+4
* Add missing proctree locking to fill_kinfo_proc consumers.Mateusz Guzik2014-08-301-0/+2
* Expand the elf brandelf infrastructure to give access to the whole ELFWarner Losh2014-08-181-0/+13
* Remove ia64.Marcel Moolenaar2014-07-071-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+1
* Revert r266925 as it can lead to instant panic at fexecve():Dmitry Chagin2014-06-171-29/+0
* To allow to run the interpreter itself add a new ELF branding type.Dmitry Chagin2014-05-311-0/+29
* Refine r264422: set buf to NULL only when we don't allocate memory,Christian Brueffer2014-04-141-4/+4
* Free buf after usage.Christian Brueffer2014-04-131-1/+3
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-2/+3
* Revert r253939:Attilio Rao2013-08-051-3/+3
* The page hold mechanism is fast but it has couple of fallouts:Attilio Rao2013-08-041-3/+3
* Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare ourMikolaj Golub2013-05-011-9/+10
* Add a new set of notes to a process core dump to store procstat data.Mikolaj Golub2013-04-161-1/+279
* Re-factor coredump routines. For each type of notes an outputMikolaj Golub2013-04-141-203/+351
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsAttilio Rao2013-04-081-4/+4
* Fill p_flags and p_align fields of the core dump note segement.Mikolaj Golub2013-04-071-2/+2
* Use 4-byte padding for core dump notes on both 32 and 64bit archs.Mikolaj Golub2013-04-071-2/+2