summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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