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