summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Add vm map and object locking to each_writable_segment().alc2006-11-191-10/+15
* Avoid a vm object reference leak in a rarely used code path.alc2006-01-211-10/+7
* Fix breakage introduced in the previous commit.sobomax2005-12-261-4/+2
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-7/+10
* Maintain the lock on the vnode for most of exec_elfN_imgact().alc2005-12-241-32/+35
* Maintain the vnode lock throughout elfN_load_file() rather than releasingalc2005-12-211-21/+13
* Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminatealc2005-12-201-15/+10
* Correct a long-standing problem in elfN_map_insert(): In order to copy aalc2005-12-171-1/+1
* Style: The second argument to vm_map_find() should be NULL instead of 0.alc2005-12-161-1/+1
* Use sf_buf_alloc() instead of vm_map_find() on exec_map to create thealc2005-12-161-61/+29
* Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one cancognet2005-11-141-1/+7
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-6/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+6
* Improve the MP safeness associated with the creation of symboliccsjp2005-09-151-3/+7
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-10/+40
* Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, ascognet2005-05-241-4/+0
* - Neither of our image formats require Giant now that the vm and vfs havejeff2005-05-031-2/+0
* Remove GIANT_REQUIRED from elfN_load_section().alc2005-04-031-2/+0
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-8/+3
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-1/+1
* On arm, set the default elf brand to FreeBSD, until the binutils do it for us.cognet2004-09-231-0/+4
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-2/+5
* Make sure that AT_PHDR has a useful value even for static programs.dfr2004-08-081-0/+11
* After maintaining previous behaviour in writing out the core notes, it'smarcel2004-07-181-8/+5
* Allocate TIDs in thread_init() and deallocate them in thread_fini().marcel2004-06-261-33/+31
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitationtjr2004-06-051-21/+8
* Write segments to core dump files in maximally-sized chunks that neithertjr2004-06-041-8/+21
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-231-10/+1
* Do not assume that the initial thread (i.e. the thread with the IDmarcel2004-04-081-6/+9
* Create NT_PRSTATUS and NT_FPREGSET notes for each and every threadmarcel2004-04-031-50/+81
* Verify more bits of the ELF header: the program header tablenectar2004-03-181-6/+6
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+6
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-11/+16
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+8
* Use __FBSDID().obrien2003-06-111-2/+3
* Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage onmarcel2003-05-311-5/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-051-8/+5
* Improve the way that an elf image activator for an alternate word size isjake2003-01-041-27/+23
* Fix multiple registration of the elf_legacy_coredump sysctl variable.marcel2002-12-211-3/+5
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-11/+31
* Assign value of NULL to imgp->execlabel when imgp is initializedrwatson2002-11-081-0/+1
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-051-1/+2
* Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-2/+1
* Do not blow up when we walk off the end of the brands list.peter2002-09-081-1/+3
* Alright, fix the problems with the elf loader for the Alpha. It turnsdillon2002-09-041-8/+18
OpenPOWER on IntegriCloud