| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in | dg | 1995-02-02 | 1 | -21/+25 |
* | Reviewed by: se | se | 1995-02-01 | 1 | -8/+16 |
* | Reviewed by: se | se | 1995-02-01 | 2 | -0/+884 |
* | Fix disassembly of `bt[crs] $Ib,E'. | bde | 1995-01-29 | 1 | -2/+2 |
* | Correct a name of one structure member in the sigaltstack structure. | ats | 1995-01-29 | 1 | -2/+2 |
* | Add soundblaster CD to generic kernel. Hope this doesn't run us out | jkh | 1995-01-28 | 1 | -1/+3 |
* | New and far better NCR5380/NCR53400 scsi-driver. | phk | 1995-01-27 | 1 | -2/+3 |
* | Fix from Doug Rabson for a panic related to not initializing the kernel's | dg | 1995-01-26 | 1 | -1/+2 |
* | Remove FAT_CURSOR, it is already non-existent during several | ache | 1995-01-26 | 1 | -2/+1 |
* | Comment out pmap_prefault for the time being (perhaps until after 2.1). | dg | 1995-01-26 | 1 | -1/+3 |
* | Make sure that the pages being 'pre-faulted' are currently on a queue. | dg | 1995-01-26 | 1 | -1/+4 |
* | Be a bit less fast and loose about setting non-cacheablity of pages. | dg | 1995-01-25 | 1 | -11/+1 |
* | Load the kernel symbol table in the boot loader and not at compile time. | bde | 1995-01-25 | 4 | -22/+103 |
* | Changed address of the game controller to 0x201 (was 0x200) | jmz | 1995-01-25 | 1 | -2/+2 |
* | is to lnc changes | paul | 1995-01-24 | 1 | -2/+2 |
* | Moved various pmap 'bit' test/set functions back into real functions; gcc | dg | 1995-01-24 | 1 | -38/+1 |
* | Changed buffer allocation policy (machdep.c) | dg | 1995-01-24 | 3 | -357/+485 |
* | Don't use mi_switch() to terminate cpu_exit(). Calling it just happened to | bde | 1995-01-21 | 1 | -8/+3 |
* | Remove unused definitions of vm statistics counters. Most of the | bde | 1995-01-21 | 1 | -3/+1 |
* | Don't count context switches here, they are already counted in mi_switch(). | bde | 1995-01-21 | 2 | -8/+2 |
* | Submitted by: Bruce Evans | ats | 1995-01-19 | 2 | -60/+18 |
* | The %eflags checking introduced in the previous commit was too zealous. | bde | 1995-01-17 | 1 | -7/+14 |
* | Fixed some page table reference count problems; these changes may not be | dg | 1995-01-15 | 1 | -3/+5 |
* | Fix security holes in sigreturn(), ptrace() and procfs. sigreturn() | bde | 1995-01-14 | 8 | -200/+210 |
* | Remove bogus scd0 driver - I should have looked at LINT first, anyway. | jkh | 1995-01-14 | 1 | -2/+1 |
* | Enable define of CR0_AM to prepare for implementing alignment checking. | bde | 1995-01-14 | 1 | -7/+3 |
* | Declare a real `struct fpreg' to prepare for implementing reading and | bde | 1995-01-14 | 1 | -6/+13 |
* | Remove reference to impossible trap type T_KDBTRAP. We don't support | bde | 1995-01-14 | 1 | -8/+9 |
* | Eliminate T_KDBTRAP, which will soon go away. It was only used for an | bde | 1995-01-14 | 1 | -23/+21 |
* | Add missing object_lock/unlock. | dg | 1995-01-14 | 1 | -1/+5 |
* | Put UCONSOLE back - I was wrong, it's still used in one last place. | jkh | 1995-01-14 | 1 | -1/+4 |
* | Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies | gibbs | 1995-01-13 | 1 | -2/+3 |
* | 1. Remove UCONSOLE. This appears to be well and truly dead (unless it's | jkh | 1995-01-12 | 1 | -3/+1 |
* | Change GENERIC to SWAP_GENERIC for now. I need the GENERIC kernel to | jkh | 1995-01-11 | 1 | -2/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 6 | -194/+197 |
* | Work around a compiler bug in gcc2.6.3 in handling (long long) variables and | ats | 1995-01-07 | 2 | -6/+48 |
* | Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s | jkh | 1995-01-07 | 1 | -4/+5 |
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1995-01-05 | 1 | -1/+4 |
* | Corrected the list of volatile registers for outsb, outsw, and outsl. | dg | 1995-01-04 | 1 | -4/+4 |
* | Use sufficient parentheses in macros. | bde | 1995-01-03 | 2 | -158/+164 |
* | Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_env | bde | 1995-01-03 | 2 | -16/+26 |
* | From Bill Paul: | jkh | 1994-12-31 | 1 | -1/+7 |
* | icu.s: | bde | 1994-12-30 | 2 | -156/+80 |
* | Obtained from: 1.1.5 | bde | 1994-12-24 | 1 | -4/+10 |
* | Move page_unhold's in pmap_object_init_pt down one line to gard against | dg | 1994-12-18 | 1 | -3/+3 |
* | Add a 'vn' to GENERIC | jkh | 1994-12-18 | 1 | -2/+3 |
* | Check for PG_FAKE too in pmap_object_init_pt. | dg | 1994-12-18 | 1 | -3/+3 |
* | Add two more page table pages to keep 64MB machines happy. | dg | 1994-12-18 | 1 | -2/+2 |
* | Remove sd1-sd3 & st1, now that we can autoallocate them. | phk | 1994-12-16 | 1 | -5/+1 |
* | Removed inappropriate comment. | dg | 1994-12-11 | 1 | -3/+1 |