summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 287442,287537,288944:jhb2016-02-101-11/+66
* MFC r295277:kib2016-02-071-1/+20
* MFC r292749:kib2016-01-091-1/+3
* MFC r292676:jtl2016-01-071-0/+5
* MFC r292620:kib2015-12-291-1/+2
* MFC r289322:kib2015-10-281-39/+99
* MFC r284157 (by emaste):kib2015-10-281-10/+24
* MFC r282213:trasz2015-06-211-6/+8
* MFC r281548:kib2015-04-221-0/+1
* MFC 278761:jhb2015-04-011-1/+2
* MFC r279361, r279395, r279396:ian2015-03-251-1/+3
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC 274817,274878,276801,276840,278976:jhb2015-02-231-4/+47
* Revert MFC r266925 because it can lead to instant panic at fexecve():dchagin2014-06-171-29/+0
* MFC r266925:dchagin2014-06-031-0/+29
* MFC: r264422, r264471brueffer2014-04-231-1/+3
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+3
* Revert r253939:attilio2013-08-051-3/+3
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-3/+3
* Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare ourtrociny2013-05-011-9/+10
* Add a new set of notes to a process core dump to store procstat data.trociny2013-04-161-1/+279
* Re-factor coredump routines. For each type of notes an outputtrociny2013-04-141-206/+354
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsattilio2013-04-081-4/+4
* Fill p_flags and p_align fields of the core dump note segement.trociny2013-04-071-2/+2
* Use 4-byte padding for core dump notes on both 32 and 64bit archs.trociny2013-04-071-2/+2
* - Fix two possible overflows when testing if ELF program headers are ontijl2013-03-131-8/+6
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Remove the ia64-specific code fragment, which effect is more cleanlykib2013-02-101-10/+0
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-6/+2
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Fix several reads beyond the mapped first page of the binary in thekib2012-07-191-9/+18
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+4
* ELF image can have several PT_NOTE program headers. Look for the ELFkib2012-03-111-20/+27
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-301-1/+6
* Explain why it is safe to unlock the vnode.alc2012-01-171-0/+3
* Improve abstraction. Eliminate direct access by elf*_load_section()alc2012-01-171-26/+25
* Convert files to UTF-8uqs2012-01-151-1/+1
* Control the execution permission of the readable segments forkib2011-10-151-1/+9
* In elf32_trans_prot() and when compiling for amd64 or ia64, addmarcel2011-10-131-0/+6
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+2
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-0/+11
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+11
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Use the same expression to report stack protection mode for AT_STACKEXECkib2011-01-081-2/+3
* In elf image activator, read and apply the stack protection mode fromkib2011-01-081-5/+17
* Collect code to translate between vm_prot_t and p_flags into helperkib2011-01-081-22/+35
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+10
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-0/+11
* Don't leak core_buf or gzfile if doing a compressed core file and wealfred2010-04-301-4/+7
OpenPOWER on IntegriCloud