| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the typedefs of d_<foo>_t into sys/sys/conf.h and used them in | phk | 1995-01-23 | 3 | -63/+57 |
* | Nobody seems to need "mem_no" anymore, so I zapped it. | phk | 1995-01-23 | 1 | -3/+1 |
* | Fixed $Id$ | phk | 1995-01-23 | 2 | -2/+2 |
* | Change caching strategy somewhat: | wollman | 1995-01-23 | 1 | -12/+17 |
* | route.c: keep track of where cloned routes come from, and make sure to | wollman | 1995-01-23 | 2 | -9/+65 |
* | Add support for Olof Johansson's WD7000 driver. | jkh | 1995-01-23 | 1 | -0/+745 |
* | Add support for Olof Johansson's WD7000 driver. | jkh | 1995-01-23 | 5 | -5/+13 |
* | Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at each | gibbs | 1995-01-22 | 1 | -7/+52 |
* | Change the string returned in the aic7870 motherboard probe case. Change | gibbs | 1995-01-22 | 2 | -10/+8 |
* | aic7xxx.c: | gibbs | 1995-01-22 | 6 | -196/+124 |
* | Don't use mi_switch() to terminate cpu_exit(). Calling it just happened to | bde | 1995-01-21 | 2 | -16/+6 |
* | Remove unused definitions of vm statistics counters. Most of the | bde | 1995-01-21 | 2 | -6/+2 |
* | Don't count context switches here, they are already counted in mi_switch(). | bde | 1995-01-21 | 3 | -12/+3 |
* | Don't count the parent's previous timeslice in the child's resource usage | bde | 1995-01-21 | 1 | -4/+3 |
* | #Include <sys/types.h> so that <sys/resource.h> can be #included without | bde | 1995-01-21 | 1 | -1/+3 |
* | Keep track of open devices better to avoid closing the console device when | bde | 1995-01-21 | 2 | -52/+100 |
* | Restore original fix from ohki, not check m for NULL it is already done | ache | 1995-01-21 | 1 | -3/+3 |
* | Change if (m->valid == 0) to if (m && m->valid == 0) | ache | 1995-01-20 | 1 | -2/+2 |
* | Submitted by: ohki@gssm.otsuka.tsukuba.ac.jp | wpaul | 1995-01-20 | 1 | -3/+5 |
* | Second round in syscons update: | sos | 1995-01-20 | 6 | -891/+1546 |
* | Removed hardcoded definition for RB_SERIAL that I left in my accident | wpaul | 1995-01-20 | 1 | -2/+2 |
* | Submitted by: Bill Paul (wpaul@ctr.columbia.edu) | wpaul | 1995-01-20 | 6 | -54/+472 |
* | Submitted by: Bill Paul (wpaul@ctr.columbia.edu) | wpaul | 1995-01-20 | 6 | -39/+78 |
* | Submitted by: Bill Paul (wpaul@ctr.columbia.edu) | wpaul | 1995-01-20 | 1 | -1/+2 |
* | Submitted by: Bruce Evans | ats | 1995-01-19 | 5 | -150/+45 |
* | Add the missing forward declaration of chopen. Reported in the | ats | 1995-01-19 | 1 | -1/+2 |
* | Remove dup biodone and no more SCSIUSER option. | dufault | 1995-01-19 | 2 | -9/+3 |
* | Print out exactly what we think the board is, and for the latest | dufault | 1995-01-19 | 1 | -26/+35 |
* | Enable floppy-tape controller by default again. Flags no longer has any | jkh | 1995-01-17 | 3 | -15/+6 |
* | The %eflags checking introduced in the previous commit was too zealous. | bde | 1995-01-17 | 2 | -14/+28 |
* | Roll in my changes to make the cd9660 code understand the older | joerg | 1995-01-16 | 18 | -210/+382 |
* | Add $Ids. Use DMA for downloading SCBs to the sequencer. Implement SDTR, | gibbs | 1995-01-16 | 2 | -86/+125 |
* | Add $Id. Recognize motherboard aic7870 based controllers. | gibbs | 1995-01-16 | 2 | -0/+14 |
* | Add $Id | gibbs | 1995-01-16 | 2 | -0/+4 |
* | At $Ids to all files. Have the sequencer use DMA to tranfer its SCB | gibbs | 1995-01-16 | 6 | -218/+260 |
* | Attempt to close a hole using splhigh/splx. There still appears to be a | dg | 1995-01-15 | 1 | -1/+6 |
* | Fixed some page table reference count problems; these changes may not be | dg | 1995-01-15 | 2 | -6/+10 |
* | Moved some splx's down a few lines in vm_page_insert and vm_page_remove | dg | 1995-01-15 | 1 | -3/+3 |
* | Some fixes to device configuration, now that I've had a chance to do it | wollman | 1995-01-15 | 2 | -24/+102 |
* | Fix security holes in sigreturn(), ptrace() and procfs. sigreturn() | bde | 1995-01-14 | 17 | -421/+491 |
* | Define some public labels for use by trap(). | bde | 1995-01-14 | 1 | -1/+22 |
* | Remove bogus scd0 driver - I should have looked at LINT first, anyway. | jkh | 1995-01-14 | 2 | -4/+2 |
* | Enable define of CR0_AM to prepare for implementing alignment checking. | bde | 1995-01-14 | 2 | -14/+6 |
* | Declare a real `struct fpreg' to prepare for implementing reading and | bde | 1995-01-14 | 2 | -12/+26 |
* | Remove reference to impossible trap type T_KDBTRAP. We don't support | bde | 1995-01-14 | 2 | -16/+18 |
* | Eliminate T_KDBTRAP, which will soon go away. It was only used for an | bde | 1995-01-14 | 2 | -46/+42 |
* | Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution, | jkh | 1995-01-14 | 1 | -2/+2 |
* | Add missing object_lock/unlock. | dg | 1995-01-14 | 2 | -2/+10 |
* | Put UCONSOLE back - I was wrong, it's still used in one last place. | jkh | 1995-01-14 | 5 | -5/+23 |
* | Oops, forgot one change when DDB is defined. | sos | 1995-01-13 | 3 | -6/+6 |