summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Corrected a typo in a comment.dg1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-3/+31
* Staticize.phk1995-12-179-52/+58
* Add an obscure feature, needed for debugging.phk1995-12-171-9/+11
* Updated to match 1TB filesize changes. Some pindexes were still offsetsbde1995-12-171-7/+9
* Oops, the last commit missed one change from 200 to OBUFSIZ + 100.bde1995-12-161-2/+2
* Removed dead debugging code.bde1995-12-161-7/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+2
* Removed unused function lkmenodev().bde1995-12-161-19/+1
* Update sysv_*.c to get their argument definitions from sysproto.hpeter1995-12-153-31/+68
* Regenerated from syscalls.master...peter1995-12-152-2/+68
* Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD.peter1995-12-151-1/+44
* Oops. I forgot the change to this file for supporting static configurationpeter1995-12-151-3/+3
* Changed the maximum output queue count from (TTMAXHIWAT + 200) tobde1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becausebde1995-12-151-1/+15
* Fixed staticization of DDB functions.bde1995-12-142-4/+4
* Nuked ambiguous sleep message strings:bde1995-12-144-21/+11
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-141-1/+27
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-141-3/+3
* Another mega commit to staticize things.phk1995-12-144-34/+51
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-1429-160/+185
* Make math_emulators LKMable.phk1995-12-141-7/+9
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-137-27/+27
* Fix a problem that was caused by new (partial) support for merged cachedyson1995-12-131-1/+5
* This should have fixed some conditions that could cause thedyson1995-12-121-4/+4
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-1110-245/+338
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Last commit this round: Staticize.phk1995-12-102-21/+19
* Remove various unused symbols and procedures.phk1995-12-091-6/+6
* Move sysctl machdep.consdev to cons.cphk1995-12-091-10/+9
* Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.peter1995-12-091-4/+6
* Julian forgot to make the *devsw structures static.phk1995-12-087-13/+14
* Pass 3 of the great devsw changesjulian1995-12-088-276/+233
* Untangled the vm.h include file spaghetti.dg1995-12-0731-35/+160
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-065-14/+5
* Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (abde1995-12-062-12/+2
* A couple of minor tweaks to the sysctl stuff.phk1995-12-066-24/+60
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-052-2/+6
* A major sweep over the sysctl stuff.phk1995-12-049-106/+377
* Close PR: kern/865jkh1995-12-041-1/+3
* Oops, the last commit left a redundant declaration.bde1995-12-031-3/+1
* Completed function declarations and/or added prototypes.bde1995-12-0215-29/+58
* Finished (?) cleaning up sysinit stuff.bde1995-12-0213-116/+64
* Staticized.bde1995-12-023-7/+11
* I fixed this before than committed it on my machine and not on freefall.julian1995-12-021-5/+5
* Submitted by: Heikki Suonsivujulian1995-12-021-8/+8
* Submitted by: jb@cimlogic.com.au (John Birrell)julian1995-11-301-2/+2
* A pair of really tiny patches that not only allow it all to compilejulian1995-11-301-2/+2
* Disallow LKM manipulations when in seure mode.wollman1995-11-291-17/+11
* If you're going to mechanically replicate something in 50 filesjulian1995-11-297-23/+24
OpenPOWER on IntegriCloud