summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add entry for the joystick driverjmz1995-01-252-2/+4
* Add entry for joystickjmz1995-01-251-1/+17
* ioctls for the joystick driverjmz1995-01-252-0/+28
* Don't attempt to clean device_pager backed objects at terminate time.dg1995-01-251-2/+3
* Add: device joy0 at isa? port "IO_GAME" (joystick)jmz1995-01-253-3/+9
* Changed address of the game controller to 0x201 (was 0x200)jmz1995-01-255-4/+631
* Add flag `RB_BOOTINFO' that tells if the `struct bootinfo' passed by thebde1995-01-251-1/+3
* Fix probe so it now correctly identifies all the different chipspaul1995-01-252-112/+148
* Added Andres Vega Garcia's email address.dg1995-01-242-2/+16
* is to lnc changespaul1995-01-245-19/+13
* 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
OpenPOWER on IntegriCloud