summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Third round in syscons update.sos1995-01-288-1573/+1273
* Do not recompute TIMER0's maximum count, since it is in timer0_max_count.jmz1995-01-283-33/+24
* Nuke out a printf that otherwise spews crap at probe() time. A no-no.jkh1995-01-282-2/+2
* Look for scdreg.h in the right place. Whoops.jkh1995-01-282-2/+2
* Add soundblaster CD to generic kernel. Hope this doesn't run us outjkh1995-01-282-2/+6
* Tweak the location of the scd driver.jkh1995-01-282-4/+4
* Add the soundblaster CDROM driver back in, but this time under the GPLjkh1995-01-284-0/+3448
* Get rid of extra []'s and otherwise fix-up boot prompt. Reordereddg1995-01-281-13/+13
* Completed the fix for attempting to page out pages via the device_pager.dg1995-01-281-1/+4
* Back out my previous change and disable the floppy tape controller againjkh1995-01-273-3/+12
* Set the current transfer parameters directly after a mesg reject for eithergibbs1995-01-271-13/+16
* New and far better NCR5380/NCR53400 scsi-driver.phk1995-01-2710-29/+1717
* Fix from Doug Rabson for a panic related to not initializing the kernel'sdg1995-01-262-2/+4
* Correct long-standing error in the RSVP hooks (would initialize but neverwollman1995-01-261-3/+3
* MAXCONS option describedache1995-01-263-3/+15
* DOn't use hardcode values for L_FN & L_SCRache1995-01-262-6/+10
* ip_fwdef.c was missing some assignments , and thisugen1995-01-261-0/+11
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeache1995-01-263-6/+6
* Increase NUM_FKEYS to 65ache1995-01-262-4/+4
* Get rid of overloaded Keypad 5, now F(65)ache1995-01-263-24/+24
* Get rid of overloaded Back tab, now F(64)ache1995-01-263-6/+6
* Rewrite fkey_tab to produce unique sequences for all fkeysache1995-01-263-42/+60
* Implement Delete key properly, needed by ncursesache1995-01-263-36/+36
* Remove FAT_CURSOR, it is already non-existent during severalache1995-01-265-19/+5
* o Restore removed hardware cursor support and make it _default_ache1995-01-263-153/+360
* Kill previous commit as it isn't necessary.dg1995-01-261-6/+1
* Fix problem with freeing busy pages reported by Nick Sayer.dg1995-01-261-4/+6
* Comment out pmap_prefault for the time being (perhaps until after 2.1).dg1995-01-262-2/+6
* Use the VM_PAGE_BITS_ALL in a place it can be used.dg1995-01-261-4/+4
* Make sure that the pages being 'pre-faulted' are currently on a queue.dg1995-01-262-2/+8
* Be a bit less fast and loose about setting non-cacheablity of pages.dg1995-01-252-22/+2
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-2524-212/+411
* 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
OpenPOWER on IntegriCloud