summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed a call to the listen function. A trailing arg was missing.bde1995-11-161-10/+16
* Completed function declarations.bde1995-11-161-14/+41
* Fixed the type of ity_input(). A trailing arg was missing.bde1995-11-161-7/+10
* Fixed the type of itel_input(). A trailing arg was missing.bde1995-11-161-4/+8
* Fixed the types of iioutput() and ii_input(). Trailing args were missing.bde1995-11-161-5/+12
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-164-4/+8
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-164-11/+15
* Fixed support for DIAGNOSTIC option. SYSCTL_INT() depends on kernel.h.bde1995-11-162-2/+4
* Correct the bogus probe for 8216/8416 cards...it was broken.dg1995-11-152-38/+34
* Minor aesthetics (changed "." to space in "cd present.[a x b records]"asami1995-11-151-3/+3
* staticize.phk1995-11-141-14/+14
* Removed:phk1995-11-141-1/+5
* Fiddle with <machine/isa_device.h>phk1995-11-142-3/+5
* Do what is generally belived to be the right thing, though it may not be :-)phk1995-11-141-5/+2
* New style sysctl & staticize alot of stuff.phk1995-11-1430-357/+243
* statizice some internal magic.phk1995-11-142-4/+4
* Staticize various private parts.phk1995-11-143-6/+6
* Make a lot of private stuff staticphk1995-11-141-21/+21
* Fix a couple of printfs.phk1995-11-142-6/+6
* Final part of this bunch of sysctl commits: cleanup.phk1995-11-142-45/+3
* Get rid of the last debug sysctl variables of the old style.phk1995-11-147-61/+12
* Get rid of hostnamelen variable.phk1995-11-146-26/+14
* Move all the VM sysctl stuff home where it belongs.phk1995-11-143-66/+39
* A couple of nitpicks.phk1995-11-141-8/+5
* Convert dumpdev & securelevel.phk1995-11-141-20/+35
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-145-12/+10
* KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file.phk1995-11-141-6/+1
* Hmm, I seem to have got all my patches screwed up anyway. Too bad.phk1995-11-141-1/+146
* Get rid of domainnamelen.phk1995-11-142-16/+6
* Move KERN_NTP to a more suitable file.phk1995-11-142-17/+9
* Move the process-table stuff to a more suitable file.phk1995-11-142-214/+8
* Add new-style sysctl for KERN_FILE here.phk1995-11-141-1/+43
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-1418-82/+117
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-143-3/+18
* Enhance the likelyhood that IPX over ppp will actually work.. :-)peter1995-11-131-3/+54
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedbde1995-11-132-28/+6
* Try to make my new scheme work more along the lines of the manual.phk1995-11-131-48/+67
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualdg1995-11-131-19/+7
* Added bogus casts to avoid compiler warnings.bde1995-11-131-2/+3
* Fixed parentheses in macros.bde1995-11-131-4/+4
* Replaced nosys() by lkm_nullcmd().bde1995-11-132-3/+3
* Fixed the type of yet another timeout function.bde1995-11-131-7/+8
* Fixed a cast in olseek().bde1995-11-132-6/+6
* Fixed the type of a function pointer in struct execsw.bde1995-11-131-2/+4
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statbde1995-11-1315-36/+46
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-127-136/+201
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-122-1/+12
* Brought in the setattr call support from Lite-2 so that more correct errordg1995-11-122-6/+76
* Fix isoilk hang caused by not checking for read-onlyness in several places.dg1995-11-124-6/+38
OpenPOWER on IntegriCloud