summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Decrease MCLBYTES from 4k back to 2k. It isn't likely that we'll be doingdg1995-01-231-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)dg1995-01-234-26/+142
* Kill redundant declarations of d_open_t and d_close_t.dg1995-01-232-6/+2
* if_ze was not updated when the arp_ifinit stuff was done. now it is.phk1995-01-231-10/+2
* Applied fix from Andreas Schulz with a different comment by me. Fixes adg1995-01-231-1/+6
* Added back the missing last few bytes of the file.dg1995-01-231-2/+3
* Moved the typedefs of d_<foo>_t into sys/sys/conf.h and used them inphk1995-01-233-63/+57
* Nobody seems to need "mem_no" anymore, so I zapped it.phk1995-01-231-3/+1
* Fixed $Id$phk1995-01-232-2/+2
* Change caching strategy somewhat:wollman1995-01-231-12/+17
* route.c: keep track of where cloned routes come from, and make sure towollman1995-01-232-9/+65
* Add support for Olof Johansson's WD7000 driver.jkh1995-01-231-0/+745
* Add support for Olof Johansson's WD7000 driver.jkh1995-01-235-5/+13
* Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at eachgibbs1995-01-221-7/+52
* Change the string returned in the aic7870 motherboard probe case. Changegibbs1995-01-222-10/+8
* aic7xxx.c:gibbs1995-01-226-196/+124
* Don't use mi_switch() to terminate cpu_exit(). Calling it just happened tobde1995-01-212-16/+6
* Remove unused definitions of vm statistics counters. Most of thebde1995-01-212-6/+2
* Don't count context switches here, they are already counted in mi_switch().bde1995-01-213-12/+3
* Don't count the parent's previous timeslice in the child's resource usagebde1995-01-211-4/+3
* #Include <sys/types.h> so that <sys/resource.h> can be #included withoutbde1995-01-211-1/+3
* Keep track of open devices better to avoid closing the console device whenbde1995-01-212-52/+100
* Restore original fix from ohki, not check m for NULL it is already doneache1995-01-211-3/+3
* Change if (m->valid == 0) to if (m && m->valid == 0)ache1995-01-201-2/+2
* Submitted by: ohki@gssm.otsuka.tsukuba.ac.jpwpaul1995-01-201-3/+5
* Second round in syscons update:sos1995-01-206-891/+1546
* Removed hardcoded definition for RB_SERIAL that I left in my accidentwpaul1995-01-201-2/+2
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-206-54/+472
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-206-39/+78
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-201-1/+2
* Submitted by: Bruce Evansats1995-01-195-150/+45
* Add the missing forward declaration of chopen. Reported in theats1995-01-191-1/+2
* Remove dup biodone and no more SCSIUSER option.dufault1995-01-192-9/+3
* Print out exactly what we think the board is, and for the latestdufault1995-01-191-26/+35
* Enable floppy-tape controller by default again. Flags no longer has anyjkh1995-01-173-15/+6
* The %eflags checking introduced in the previous commit was too zealous.bde1995-01-172-14/+28
* Roll in my changes to make the cd9660 code understand the olderjoerg1995-01-1618-210/+382
* Add $Ids. Use DMA for downloading SCBs to the sequencer. Implement SDTR,gibbs1995-01-162-86/+125
* Add $Id. Recognize motherboard aic7870 based controllers.gibbs1995-01-162-0/+14
* Add $Idgibbs1995-01-162-0/+4
* At $Ids to all files. Have the sequencer use DMA to tranfer its SCBgibbs1995-01-166-218/+260
* Attempt to close a hole using splhigh/splx. There still appears to be adg1995-01-151-1/+6
* Fixed some page table reference count problems; these changes may not bedg1995-01-152-6/+10
* Moved some splx's down a few lines in vm_page_insert and vm_page_removedg1995-01-151-3/+3
* Some fixes to device configuration, now that I've had a chance to do itwollman1995-01-152-24/+102
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-1417-421/+491
* Define some public labels for use by trap().bde1995-01-141-1/+22
* Remove bogus scd0 driver - I should have looked at LINT first, anyway.jkh1995-01-142-4/+2
* Enable define of CR0_AM to prepare for implementing alignment checking.bde1995-01-142-14/+6
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-142-12/+26
OpenPOWER on IntegriCloud