summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix stdarg.h for GNU C using builtin_next_argache1995-01-241-2/+7
* 1. Reject obviously broken CDB command lengthsdufault1995-01-242-3/+18
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-2411-77/+104
* Removed some unused/obsolete code.dg1995-01-241-7/+1
* Fixed a variety of deadlock and panic bugs, removed the bypass code, anddg1995-01-242-228/+89
* Moved various pmap 'bit' test/set functions back into real functions; gccdg1995-01-242-76/+2
* Changed buffer allocation policy (machdep.c)dg1995-01-247-728/+973
* Extended the previous change to cover the non-options case, too.dg1995-01-241-1/+6
* Declare `struct mbuf' with the correct scope to avoid lots of warningsbde1995-01-241-1/+6
* Y.A.B.M (Yet Another Bogus Makefile)jkh1995-01-241-2/+2
* 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
OpenPOWER on IntegriCloud