aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rewrap some long lines.Poul-Henning Kamp1996-02-131-6/+8
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+7
* Staticized.Bruce Evans1995-12-021-2/+3
* All:David Greenman1995-11-061-6/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+1
* Use of vm_allocate() and vm_deallocate() has been deprecated.David Greenman1995-02-201-15/+17
* Actually access the right first page if the file.Poul-Henning Kamp1995-02-131-2/+2
* Make the diagnostics a little more useful.Poul-Henning Kamp1994-10-221-2/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morePoul-Henning Kamp1994-10-221-217/+298
* - remove unnecessary #includes (I think a couple of redundant ones remain)Geoff Rehmet1994-10-111-7/+9
* First stage of getting imgact_gzip reentrant:Geoff Rehmet1994-10-071-1211/+9
* Steven Wallace provided a program which broke this stuff. I guess there arePoul-Henning Kamp1994-10-061-1/+8
* David Greenman told me to do this: (Thanks!) use vm_allocate to allocatePoul-Henning Kamp1994-10-051-5/+5
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedPoul-Henning Kamp1994-10-041-6/+13
* Based on the applause (in this case: not downright rejection :-) I havePoul-Henning Kamp1994-10-041-53/+67
* First bug-fix. This this depends on something odd. I am looking at it,Poul-Henning Kamp1994-10-031-3/+9
* ***Poul-Henning Kamp1994-10-031-0/+1456