summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/imgact_linux.c
Commit message (Expand)AuthorAgeFilesLines
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-5/+6
* Fixed print format errors.bde1998-07-291-6/+9
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-3/+3
* Staticize.eivind1998-02-091-4/+4
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Removed unused #includes.bde1997-07-201-3/+1
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-031-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+3
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-3/+5
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-2/+2
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thepeter1996-03-101-5/+7
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+13
* This is an extract of changes from what I am currently running...peter1996-02-161-50/+23
* Fixed vm_map_find for new vm updates.dyson1996-01-191-4/+6
* Restored a vm #include.bde1995-12-141-1/+2
* Attempt to make the Linux LKM compile again after the recent VM includepeter1995-12-091-1/+6
* Completed function declarations and added prototypes.bde1995-11-221-2/+5
* All:dg1995-11-061-17/+17
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-1/+3
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+235
OpenPOWER on IntegriCloud