summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Define a sysctl MIB variable for the YP domain name.wollman1994-08-082-4/+12
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-071-3/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+5
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-062-34/+45
* Implemented support for the "ps_strings" structure (grrrr...) for use indg1994-08-061-3/+19
* Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,dg1994-08-062-2/+12
* Fixed bug that would cause free memory reserves to be depleted and cause adg1994-08-041-1/+5
* Added $Id$dg1994-08-0265-2/+77
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-012-18/+5
* Allow for output processing routine to handle entire character bufferdg1994-08-011-2/+4
* This commit was generated by cvs2svn to compensate for changes in r1802,phk1994-07-241-0/+310
|\
| * Reviewed by: phkphk1994-07-241-0/+310
* Added code to allocate and deallocate a number of cblocks on open/close ofdg1994-07-061-0/+15
* Fixed minor spelling error.dg1994-06-111-1/+1
* trap.c:dg1994-06-061-410/+383
* Don't panic if we can't malloc a cblock...just print a console messagedg1994-05-292-4/+8
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
* Completed version of my clist management code. Requires hooks in tty.cdg1994-05-272-142/+498
* Moved header definitions to buf.h, and added missing splx() - founddg1994-05-261-52/+30
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2560-700/+2899
* This commit was generated by cvs2svn to compensate for changes in r1541,rgrimes1994-05-2459-0/+28026
|\
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2459-0/+28026
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2410-0/+6601
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-291-4/+4
* Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb isdg1994-04-071-1/+19
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-10/+7
* From John Dyson: performance improvements to the new bounce bufferdg1994-03-241-5/+19
* Increased maximum protection for data segment to VM_PROT_ALL becausedg1994-03-171-4/+2
* Performance improvements from John Dyson.dg1994-03-141-3/+3
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-071-9/+4
* Fixed bugs in stack grow code, and moved it back into a seperate functiondg1994-02-081-171/+73
* Minor cleanup. Decode state information better in the case of a fataldg1994-02-011-51/+70
* Remove confusing and incorrect comment inherited from patchkit days.dg1994-01-261-2/+2
* Much better fix for the hanging console problem. This one actuallydg1994-01-231-1/+14
* Backed out previous commit as it requires additional kludges to workdg1994-01-231-4/+1
* Brute-force fix for the "hanging console" problem. Simply _don't_ calldg1994-01-221-1/+4
* Improvements mostly from John Dyson, with a little bit from me.dg1994-01-171-4/+18
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-44/+108
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-031-31/+30
* change maxprot of text to allow writes.dg1993-12-301-2/+2
* First round of changes from John Dyson and myself to the VM system. Thisdg1993-12-221-9/+103
* Let the linker keep track of pseudo-devices needing initialization andwollman1993-12-202-2/+27
* Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.wollman1993-12-202-0/+310
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-192-14/+17
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-122-22/+96
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>alm1993-12-031-1/+4
* Patch from Gene Stark:dg1993-11-281-3/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-253-5/+25
* First steps in rewriting locore.s, and making info usefuldg1993-11-131-6/+48
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-6/+9
OpenPOWER on IntegriCloud