summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to moving headers:jhb2000-10-201-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+3
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-1/+1
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-101-1/+1
* Using an atomic operation here won't help if nobody else uses them (forgreen2000-07-231-2/+3
* Solve the problem where it is possible to get the kernel stuck ingreen2000-07-231-3/+31
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-29/+26
* Update a comment in elf_coredump to reflect that if you madviseps2000-02-281-2/+3
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-0/+7
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+2
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* Vnode was left referenced in the case if ELF image is broken.bp1999-11-201-1/+3
* This is a partial commit of the patch from PR 14914:phk1999-11-161-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* General cleanup of core-dumping code.julian1999-09-011-44/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't follow symlinks on coredumps.dima1999-08-261-3/+3
* Fix the previous warning a different way since the emul_path exposure waspeter1999-07-091-7/+5
* Minor tweak - don't cause a warning.peter1999-07-091-2/+3
* Also try to load the interpreter without prepending "emul_path". This allowsmarcel1999-07-051-7/+11
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-171-14/+3
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-141-3/+3
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-3/+1
* If you merge this into -stable, please increment __FreeBSD_versionjdp1999-02-201-28/+38
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-2/+2
* Correct an "&" operator which should have been "&&".jdp1999-02-051-2/+2
* Additional note on last rev: The rationale for this is to allow younewton1999-02-051-1/+1
* Created sysctl kern.fallback_elf_brand. Defaults to "none", which willnewton1999-02-051-1/+25
* Provide elf_brand_inuse() as a method an emulator can use to find outnewton1999-02-041-1/+14
* *_execsw static structures cannot be const due to the way they interactdillon1999-01-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-14/+14
* Enable Linux threads support by default.julian1999-01-261-5/+1
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-4/+2
* Some cleanups and optimizations:peter1998-10-181-163/+108
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Don't frob the user stack directly, use suword instead. This fixes thedfr1998-10-151-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+4
* If an ELF executable has a recognized brand, then believe it.jdp1998-10-111-59/+48
* Fix a bug which caused the dynamic linker pathname in the PT_INTERPjdp1998-10-031-11/+7
* Restore the core-dumping of all writable segments for ELF executables,jdp1998-09-161-80/+188
* Erk. Revert back to 1.31, dumping only data and stack to the corejdp1998-09-151-200/+68
* When choosing segments to write to the core file, don't assume thatjdp1998-09-151-2/+3
* Instead of just the data and stack segments, include all writablejdp1998-09-151-68/+199
OpenPOWER on IntegriCloud