summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Made pmap_testbit a static function.dg1995-03-302-4/+4
* Move DSIMICROCODE ioctl to 85,ache1995-03-301-2/+2
* Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>rgrimes1995-03-305-10/+10
* Fixes for new TTY_BI & TTY_OEache1995-03-291-8/+13
* Optimized the way physical screen updates are done. Now onlysos1995-03-296-153/+399
* pppinput:ache1995-03-291-5/+9
* Fix serial error recording using new TTY_BI & TTY_OEache1995-03-293-33/+21
* c_iflag handling in setting compat modes now more close to V7ache1995-03-291-2/+4
* Oops, fix typing error in prev. commitache1995-03-291-2/+2
* Handle TTY_BI now instead of TTY_FE && c == 0ache1995-03-291-2/+2
* Remove TTY_OE & TTY_BI definitions to allow translation,ache1995-03-293-9/+3
* Add TTY_OE for overrun error and TTY_BI for break conditionache1995-03-291-2/+4
* Move parmark 0377 double code after control chars processingache1995-03-291-6/+6
* Fix timestamps when using Wall CMOS clock,ache1995-03-292-50/+42
* Added a set of braces to make the compiler happy.dg1995-03-292-4/+6
* Added NQNFS option and a comment warning about it's overhead.dg1995-03-293-3/+18
* When NFS is compiled into the kernel, make NQNFS lease checking conditionaldg1995-03-291-1/+6
* Fixed DDB's "ps" output formatting.dg1995-03-281-12/+6
* Change fkey 63 from ^[[K to ^[[~.sos1995-03-283-6/+6
* Don't install /usr/mdec/bootphk1995-03-283-10/+37
* Move discard check up and do it only for error statusache1995-03-283-69/+63
* Added ata device....sos1995-03-281-2/+21
* ttyinput() fixes:ache1995-03-281-4/+8
* CVS:bde1995-03-283-12/+12
* Don't useache1995-03-283-9/+6
* Forget to add LSR_FE to discard (see prev commit)ache1995-03-283-6/+6
* Bug fixed:ache1995-03-281-3/+3
* Several fixes to help "raw" tty mode work correctly withache1995-03-283-15/+96
* Change ahc driver comment to note that it's not just the 274x controllerjkh1995-03-283-6/+6
* "matcd interface " -> "matcd"; this makes userconfig work again andjkh1995-03-281-1/+1
* CVS:bde1995-03-283-9/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-2877-135/+338
* Readdir on a CDrom would return bogus "d_type" values, potentially confusingphk1995-03-282-2/+8
* Raw ttyinput test was incomplete,ache1995-03-283-6/+6
* Fixed typo...using wrong variable in page_shortage calculation.dg1995-03-281-2/+2
* Fix break recording for ttyinputache1995-03-283-6/+12
* Fixed "pages freed by daemon" statistic (again).dg1995-03-281-1/+3
* Give backspace to the people (again)sos1995-03-273-18/+18
* Add hooks for upcoming riscom/8 driverache1995-03-273-4/+29
* Re-apply my "breakage" to the Nagel congestion avoidence. This versiondg1995-03-272-4/+40
* Explicitly set page dirty if this is a write fault - reduces calls todg1995-03-271-2/+11
* Removed some redundant 'vmio' checks.dg1995-03-271-4/+4
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-262-4/+2
* Changed pmap_changebit() into a static function as it always shoulddg1995-03-262-4/+4
* Removed some obsolete flags.dg1995-03-261-6/+3
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-266-19/+18
* Terminate all probe/diagnostic/error messages correctly with a \n.rgrimes1995-03-264-83/+80
* Reviewed by:bde1995-03-253-9/+9
* Remove wrong redeclarations of printf() and bzero(). Include the correctbde1995-03-252-4/+16
* Make untested NS code at least compile so that it doesn't break LINT. Abde1995-03-251-4/+9
OpenPOWER on IntegriCloud