aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-206/+354
* 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
* - Fix two possible overflows when testing if ELF program headers are onTijl Coosemans2013-03-131-8/+6
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-5/+5
* Remove the ia64-specific code fragment, which effect is more cleanlyKonstantin Belousov2013-02-101-10/+0
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-6/+2
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-1/+1
* Fix several reads beyond the mapped first page of the binary in theKonstantin Belousov2012-07-191-9/+18
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+4
* ELF image can have several PT_NOTE program headers. Look for the ELFKonstantin Belousov2012-03-111-20/+27
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitKonstantin Belousov2012-01-301-1/+6
* Explain why it is safe to unlock the vnode.Alan Cox2012-01-171-0/+3
* Improve abstraction. Eliminate direct access by elf*_load_section()Alan Cox2012-01-171-26/+25
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Control the execution permission of the readable segments forKonstantin Belousov2011-10-151-1/+9
* In elf32_trans_prot() and when compiling for amd64 or ia64, addMarcel Moolenaar2011-10-131-0/+6
* All the racct_*() calls need to happen with the proc locked. Fixing thisEdward Tomasz Napierala2011-07-061-0/+2
* Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-301-0/+11
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+11
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-021-2/+1
* Use the same expression to report stack protection mode for AT_STACKEXECKonstantin Belousov2011-01-081-2/+3
* In elf image activator, read and apply the stack protection mode fromKonstantin Belousov2011-01-081-5/+17
* Collect code to translate between vm_prot_t and p_flags into helperKonstantin Belousov2011-01-081-22/+35
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+10