summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+1
* Modernize my email address.phk2002-03-251-1/+1
* Remove __P.alfred2002-03-191-4/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Fix a typo.jhb2001-01-241-1/+1
* Proc locking.jhb2001-01-241-0/+1
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correctly return ENOEXEC for really short zipped files. The way this ishoek1999-06-211-1/+10
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-4/+1
* *_execsw static structures cannot be const due to the way they interactdillon1999-01-291-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-151-6/+7
* Use copyout() instead of bcopy() to copy the image to user space.bde1998-06-161-5/+7
* Make gzipped dynamically linked executables work again. There wasjdp1997-12-141-4/+4
* Removed unused #includes.bde1997-09-021-3/+1
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1997-08-261-4/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+4
* 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-1/+1
* 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
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Write protect the text segment of gzip'ed programs.phk1996-08-011-27/+21
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-7/+6
* 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-2/+2
* rewrap some long lines.phk1996-02-131-6/+8
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+7
* Staticized.bde1995-12-021-2/+3
* All:dg1995-11-061-6/+6
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+1
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-201-15/+17
* Actually access the right first page if the file.phk1995-02-131-2/+2
* Make the diagnostics a little more useful.phk1994-10-221-2/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morephk1994-10-221-217/+298
* - remove unnecessary #includes (I think a couple of redundant ones remain)csgr1994-10-111-7/+9
* First stage of getting imgact_gzip reentrant:csgr1994-10-071-1211/+9
* Steven Wallace provided a program which broke this stuff. I guess there arephk1994-10-061-1/+8
* David Greenman told me to do this: (Thanks!) use vm_allocate to allocatephk1994-10-051-5/+5
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedphk1994-10-041-6/+13
* Based on the applause (in this case: not downright rejection :-) I havephk1994-10-041-53/+67
* First bug-fix. This this depends on something odd. I am looking at it,phk1994-10-031-3/+9
* ***phk1994-10-031-0/+1456
OpenPOWER on IntegriCloud