summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* splnone()'s in the trap code can be deadly. Save/restore previous prioritydg1993-11-041-5/+7
* Modified the "rude stack hack" that it only applies to addresses withinchmr1993-11-011-2/+4
* Yank out Christoph Robitschko's hack for the hanging console problem asdg1993-10-181-25/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+1
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-9/+2
* genassym.c:rgrimes1993-10-151-33/+5
* Changed trap.c so that a panic will occur if we do not have hardwarergrimes1993-08-281-1/+5
* patch 1of2 to prevent kill -1 syslogd from hanging the consolealm1993-08-201-1/+24
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-11/+73
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-123-0/+951
OpenPOWER on IntegriCloud