summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+4
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-4/+4
* Tweak the data/bss segment page count. The last version workedpeter1996-03-101-4/+3
* Fix some rounding problems.. In some (fairly rare) situtaions it mappedpeter1996-03-101-12/+22
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-0/+705
OpenPOWER on IntegriCloud