summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by:sos1995-01-306-141/+183
* Describe default MAXCONS value: 12ache1995-01-303-3/+6
* Add ipfw to /lkm Makefile..uups..ugen1995-01-301-3/+3
* Add LN_FLAGS to all the places it makes sense.jkh1995-01-301-2/+2
* Use double speed read for FX001D, now this driveache1995-01-304-18/+42
* Increase the reserved clist space for the raw queue from 512 to TTYHOG.bde1995-01-301-2/+2
* Warning: vn doesn't work just now. I havn't found out why. This commitphk1995-01-301-24/+0
* Fix the include path to scdreg.h.phk1995-01-302-4/+4
* The new kernel for boot.flp. In general:phk1995-01-301-0/+70
* Pass '-m' to symorder. Kernels without INET will fail otherwise.phk1995-01-293-6/+6
* Second version of this driver.jkh1995-01-294-1780/+1528
* Fix longstanding benign type mismatch.bde1995-01-291-2/+2
* Define MAXARCS correctly. It has nothing to do with HISTCOUNTER, andbde1995-01-291-2/+7
* Don't waste 1264K for each MB of unused text.bde1995-01-291-5/+3
* Fix disassembly of `bt[crs] $Ib,E'.bde1995-01-292-4/+4
* Kill the comment in a comment to shut up the compiler.ats1995-01-292-4/+4
* Correct a name of one structure member in the sigaltstack structure.ats1995-01-295-12/+12
* Add parentheses around macros!jmz1995-01-293-6/+6
* 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
OpenPOWER on IntegriCloud