aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/imgact_linux.c
Commit message (Expand)AuthorAgeFilesLines
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-5/+6
* Fixed print format errors.Bruce Evans1998-07-291-6/+9
* De-staticize enough to make all the LKMs work again. Add comments whereEivind Eklund1998-02-111-3/+3
* Staticize.Eivind Eklund1998-02-091-4/+4
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).Bruce Evans1997-07-201-7/+3
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-2/+3
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-011-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherJordan K. Hubbard1996-12-231-1/+3
* Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+3
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-031-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-3/+3
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+3
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-3/+5
* Remove references to MAP_FILE.. That is now "default" and is onlyPeter Wemm1996-03-121-2/+2
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thePeter Wemm1996-03-101-5/+7
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-101-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-2/+13
* This is an extract of changes from what I am currently running...Peter Wemm1996-02-161-50/+23
* Fixed vm_map_find for new vm updates.John Dyson1996-01-191-4/+6
* Restored a vm #include.Bruce Evans1995-12-141-1/+2
* Attempt to make the Linux LKM compile again after the recent VM includePeter Wemm1995-12-091-1/+6
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-2/+5
* All:David Greenman1995-11-061-17/+17
* Moved setting of VTEXT flag into the appropriate image activators. ThisDavid Greenman1995-08-241-1/+3
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+235