summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Viola! The kernel now generates standard ELF core dumps for ELFjdp1998-09-141-16/+280
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-2/+11
* Default to FreeBSD if no brand detected. This makes life easier whendfr1998-07-291-5/+12
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-151-3/+3
* Fixed printf format errors.bde1998-07-111-5/+5
* Fix a typo which prevented i386 elf from working at all (including Linuxdfr1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-22/+50
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+2
* Removed unused #includes.bde1998-03-281-3/+1
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-150/+49
* Staticize.eivind1998-02-091-3/+3
* We were (I think) missing a vrele() on the vnode for the object loadedpeter1997-09-211-6/+5
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+4
* Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. Thebde1997-04-011-8/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Added a missing break, so all static bins would be missed :(sos1996-10-241-1/+2
* Oops forgot to remove a debug printf.sos1996-10-161-2/+2
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-47/+76
* Drop an unused param to unmap_pages().peter1996-10-031-7/+7
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-7/+7
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+2
OpenPOWER on IntegriCloud