aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gzip'ed a.out support.Xin LI2019-07-301-394/+0
* Use C99 designated initializers for struct execswEd Maste2018-03-131-1/+4
* ANSIfy sys/kern/imgact_*Ed Maste2018-03-121-2/+1
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-6/+3
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Remove an old hack I noticed years ago, but never committed.Warner Losh2012-06-281-2/+2
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-171-21/+9
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+5
* Maintain the lock on the vnode for most of exec_elfN_imgact().Alan Cox2005-12-241-0/+13
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-2/+4
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-6/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-3/+4
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-2/+4
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* Fix a typo.John Baldwin2001-01-241-1/+1
* Proc locking.John Baldwin2001-01-241-0/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correctly return ENOEXEC for really short zipped files. The way this isTim Vanderhoek1999-06-211-1/+10
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-4/+1
* *_execsw static structures cannot be const due to the way they interactMatthew Dillon1999-01-291-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+2
* Cast u_longs to uintptr_t before casting them to pointers. Don'tBruce Evans1998-07-151-6/+7
* Use copyout() instead of bcopy() to copy the image to user space.Bruce Evans1998-06-161-5/+7
* Make gzipped dynamically linked executables work again. There wasJohn Polstra1997-12-141-4/+4
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1997-08-261-4/+1
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* Write protect the text segment of gzip'ed programs.Poul-Henning Kamp1996-08-011-27/+21
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-7/+6
* 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-2/+2