aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get rid of overloaded Keypad 5, now F(65)Andrey A. Chernov1995-01-263-24/+24
* Get rid of overloaded Back tab, now F(64)Andrey A. Chernov1995-01-263-6/+6
* Rewrite fkey_tab to produce unique sequences for all fkeysAndrey A. Chernov1995-01-263-42/+60
* Implement Delete key properly, needed by ncursesAndrey A. Chernov1995-01-263-36/+36
* Remove FAT_CURSOR, it is already non-existent during severalAndrey A. Chernov1995-01-265-19/+5
* o Restore removed hardware cursor support and make it _default_Andrey A. Chernov1995-01-263-153/+360
* Kill previous commit as it isn't necessary.David Greenman1995-01-261-6/+1
* Fix problem with freeing busy pages reported by Nick Sayer.David Greenman1995-01-261-4/+6
* Comment out pmap_prefault for the time being (perhaps until after 2.1).David Greenman1995-01-262-2/+6
* Use the VM_PAGE_BITS_ALL in a place it can be used.David Greenman1995-01-261-4/+4
* Make sure that the pages being 'pre-faulted' are currently on a queue.David Greenman1995-01-262-2/+8
* Be a bit less fast and loose about setting non-cacheablity of pages.David Greenman1995-01-252-22/+2
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-2524-212/+411
* Add entry for the joystick driverJean-Marc Zucconi1995-01-252-2/+4
* Add entry for joystickJean-Marc Zucconi1995-01-251-1/+17
* ioctls for the joystick driverJean-Marc Zucconi1995-01-252-0/+28
* Don't attempt to clean device_pager backed objects at terminate time.David Greenman1995-01-251-2/+3
* Add: device joy0 at isa? port "IO_GAME" (joystick)Jean-Marc Zucconi1995-01-253-3/+9
* Changed address of the game controller to 0x201 (was 0x200)Jean-Marc Zucconi1995-01-255-4/+631
* Add flag `RB_BOOTINFO' that tells if the `struct bootinfo' passed by theBruce Evans1995-01-251-1/+3
* Fix probe so it now correctly identifies all the different chipsPaul Richards1995-01-252-112/+148
* Added Andres Vega Garcia's email address.David Greenman1995-01-242-2/+16
* is to lnc changesPaul Richards1995-01-245-19/+13
* Fix stdarg.h for GNU C using builtin_next_argAndrey A. Chernov1995-01-241-2/+7
* 1. Reject obviously broken CDB command lengthsPeter Dufault1995-01-242-3/+18
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-2411-77/+104
* Removed some unused/obsolete code.David Greenman1995-01-241-7/+1
* Fixed a variety of deadlock and panic bugs, removed the bypass code, andDavid Greenman1995-01-242-228/+89
* Moved various pmap 'bit' test/set functions back into real functions; gccDavid Greenman1995-01-242-76/+2
* Changed buffer allocation policy (machdep.c)David Greenman1995-01-247-722/+967
* Extended the previous change to cover the non-options case, too.David Greenman1995-01-241-1/+6
* Declare `struct mbuf' with the correct scope to avoid lots of warningsBruce Evans1995-01-241-1/+6
* Y.A.B.M (Yet Another Bogus Makefile)Jordan K. Hubbard1995-01-241-2/+2
* Decrease MCLBYTES from 4k back to 2k. It isn't likely that we'll be doingDavid Greenman1995-01-231-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)David Greenman1995-01-234-26/+142
* Kill redundant declarations of d_open_t and d_close_t.David Greenman1995-01-232-6/+2
* if_ze was not updated when the arp_ifinit stuff was done. now it is.Poul-Henning Kamp1995-01-231-10/+2
* Applied fix from Andreas Schulz with a different comment by me. Fixes aDavid Greenman1995-01-231-1/+6
* Added back the missing last few bytes of the file.David Greenman1995-01-231-2/+3
* Moved the typedefs of d_<foo>_t into sys/sys/conf.h and used them inPoul-Henning Kamp1995-01-233-63/+57
* Nobody seems to need "mem_no" anymore, so I zapped it.Poul-Henning Kamp1995-01-231-3/+1
* Fixed $Id$Poul-Henning Kamp1995-01-232-2/+2
* Change caching strategy somewhat:Garrett Wollman1995-01-231-12/+17
* route.c: keep track of where cloned routes come from, and make sure toGarrett Wollman1995-01-232-9/+65
* Add support for Olof Johansson's WD7000 driver.Jordan K. Hubbard1995-01-231-0/+745
* Add support for Olof Johansson's WD7000 driver.Jordan K. Hubbard1995-01-235-5/+13
* Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at eachJustin T. Gibbs1995-01-221-7/+52
* Change the string returned in the aic7870 motherboard probe case. ChangeJustin T. Gibbs1995-01-222-10/+8
* aic7xxx.c:Justin T. Gibbs1995-01-226-196/+124
* Don't use mi_switch() to terminate cpu_exit(). Calling it just happened toBruce Evans1995-01-212-16/+6