aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* With the recent 'make install' change in the kernel build makefiles, anPeter Wemm1995-11-141-2/+4
* Add "what I'm responsible for" to the contrib.sgml file...Peter Wemm1995-11-141-1/+2
* staticize.Poul-Henning Kamp1995-11-141-14/+14
* Removed:Poul-Henning Kamp1995-11-141-1/+5
* Fiddle with <machine/isa_device.h>Poul-Henning Kamp1995-11-142-3/+5
* Do what is generally belived to be the right thing, though it may not be :-)Poul-Henning Kamp1995-11-141-5/+2
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-1430-357/+243
* Merge from 2.1 (got the direction backwards - argh!).Jordan K. Hubbard1995-11-141-19/+33
* statizice some internal magic.Poul-Henning Kamp1995-11-142-4/+4
* Staticize various private parts.Poul-Henning Kamp1995-11-143-6/+6
* Make a lot of private stuff staticPoul-Henning Kamp1995-11-141-21/+21
* Fix a couple of printfs.Poul-Henning Kamp1995-11-142-6/+6
* Final part of this bunch of sysctl commits: cleanup.Poul-Henning Kamp1995-11-142-45/+3
* Get rid of the last debug sysctl variables of the old style.Poul-Henning Kamp1995-11-147-61/+12
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-146-26/+14
* Move all the VM sysctl stuff home where it belongs.Poul-Henning Kamp1995-11-143-66/+39
* A couple of nitpicks.Poul-Henning Kamp1995-11-141-8/+5
* Convert dumpdev & securelevel.Poul-Henning Kamp1995-11-141-20/+35
* Change some of the debug sysctl vars. The semantics of these will change.Poul-Henning Kamp1995-11-145-12/+10
* KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file.Poul-Henning Kamp1995-11-141-6/+1
* Hmm, I seem to have got all my patches screwed up anyway. Too bad.Poul-Henning Kamp1995-11-141-1/+146
* Get rid of domainnamelen.Poul-Henning Kamp1995-11-142-16/+6
* Move KERN_NTP to a more suitable file.Poul-Henning Kamp1995-11-142-17/+9
* Move the process-table stuff to a more suitable file.Poul-Henning Kamp1995-11-142-214/+8
* Add new-style sysctl for KERN_FILE here.Poul-Henning Kamp1995-11-141-1/+43
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans1995-11-1427-120/+172
* Fix stupid typo.Mark Murray1995-11-142-4/+4
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-143-3/+18
* A fix for the "cd -" coredump on a brand new /bin/sh. The problem wasPeter Wemm1995-11-141-2/+5
* Update about the latest news about 2.1.Ollivier Robert1995-11-131-2/+5
* Enhance the likelyhood that IPX over ppp will actually work.. :-)Peter Wemm1995-11-131-3/+54
* OOps, nearly missed this bit. Add the call to rndcontrol to set theMark Murray1995-11-132-2/+14
* Put in a user-configurable variable to allow root to select interrupts to beMark Murray1995-11-131-1/+21
* Submitted by: John Hay <jhay@mikom.csir.co.za>Julian Elischer1995-11-133-9/+5
* BBild libgmp from the sources already in ../libmp.Mark Murray1995-11-131-0/+60
* Add libgmp.Mark Murray1995-11-131-2/+2
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-132-28/+6
* Make the tests work. libmp and libgmp must be installed for thisMark Murray1995-11-132-2/+68
* Build the TeXinfo manualMark Murray1995-11-131-0/+7
* 1) Add the doc/subdirectory - this will get gmp.texi installedMark Murray1995-11-131-21/+2
* Correctly spell Phnom Penh for tzsetup.Garrett Wollman1995-11-131-1/+1
* Try to make my new scheme work more along the lines of the manual.Poul-Henning Kamp1995-11-131-48/+67
* Fixed up a comment and removed some #if 0'd code.David Greenman1995-11-131-8/+2
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualDavid Greenman1995-11-131-19/+7
* Added bogus casts to avoid compiler warnings.Bruce Evans1995-11-131-2/+3
* Fixed parentheses in macros.Bruce Evans1995-11-131-4/+4
* Replaced nosys() by lkm_nullcmd().Bruce Evans1995-11-132-3/+3
* Fixed the type of yet another timeout function.Bruce Evans1995-11-131-7/+8
* Update the FAQ.Ollivier Robert1995-11-131-2/+10
* Fixed a cast in olseek().Bruce Evans1995-11-132-6/+6