| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 22 | -190/+483 |
* | cons.c: | bde | 1995-09-10 | 6 | -58/+110 |
* | Call output process in slstart() whether or not there is any output. As | bde | 1995-09-10 | 1 | -9/+10 |
* | Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in rev | bde | 1995-09-10 | 1 | -2/+3 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 41 | -174/+177 |
* | More hacking on devfs.. | julian | 1995-09-09 | 3 | -179/+469 |
* | Patch to the atapi driver, by Serge V.Vakulenko, minor changes | sos | 1995-09-09 | 2 | -29/+41 |
* | Obtained from:4.4lite2 | julian | 1995-09-09 | 1 | -10/+14 |
* | Actually, 97 out of 304 devsw functions had benignly mismatched types. | bde | 1995-09-08 | 5 | -27/+26 |
* | Perl script to convert NCR script address into label+offset. | se | 1995-09-08 | 1 | -0/+31 |
* | Don't use vtophys() for constant addresses, cache the translations in | se | 1995-09-08 | 1 | -22/+65 |
* | d_stop functions always returned void. Fix the declaration of d_stop_t | bde | 1995-09-08 | 2 | -4/+4 |
* | Added devfs nodes for other devices.. (didn't read the docs correctly) | julian | 1995-09-08 | 1 | -1/+10 |
* | added ID strings so we know what version we have... | julian | 1995-09-08 | 2 | -0/+7 |
* | Slight optimization for the standard case of rotdelay=0. | dg | 1995-09-08 | 1 | -11/+11 |
* | Declare `geomtab' as static. It was bogusly shared between the asc and | bde | 1995-09-08 | 2 | -2/+2 |
* | 3 out of 5 new devsw functions had benign type mismatches. | bde | 1995-09-08 | 1 | -5/+5 |
* | Applied patches that make the driver compile on NetBSD again. | se | 1995-09-08 | 1 | -30/+83 |
* | Fix my copyright. | dg | 1995-09-08 | 2 | -4/+4 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 34 | -188/+260 |
* | added the dev_link external registration | julian | 1995-09-08 | 2 | -8/+48 |
* | DAng! forgot this as well | julian | 1995-09-08 | 1 | -2/+21 |
* | Submitted by: Luigi Rizzo | julian | 1995-09-08 | 1 | -0/+52 |
* | Submitted by: Luigi Rizzo (luigi@iet.unipi.it) | julian | 1995-09-08 | 5 | -5/+16 |
* | 1) Really print 'real' memory - use Maxmem, not physmem. | dg | 1995-09-08 | 2 | -28/+8 |
* | Submitted by: Luigi Rizzo (luigi@iet.unipi.it) | julian | 1995-09-08 | 4 | -4/+966 |
* | Render devices inactive properly. | jkh | 1995-09-07 | 1 | -3/+4 |
* | Minor cleanup and (very) small micro optimization to Xsyscall (and the | dg | 1995-09-07 | 3 | -45/+39 |
* | Killed unnecessary \r. | dg | 1995-09-07 | 1 | -1/+1 |
* | Add support for 16 targets on WIDE SCSI bus. | se | 1995-09-07 | 1 | -106/+103 |
* | Remove support for PCI bridge classes, since this | se | 1995-09-07 | 1 | -23/+2 |
* | Make mapping messages depend on bootverbose flag. | se | 1995-09-07 | 2 | -134/+364 |
* | Add description of Intel 82425EX PCI system controller chip (Aries ?). | se | 1995-09-07 | 1 | -1/+77 |
* | Make files get the NWDC definition from "wdc.h" instead of "wd.h". | swallace | 1995-09-07 | 3 | -4/+9 |
* | Change atapi.c to depend on the ATAPI option. | swallace | 1995-09-07 | 2 | -4/+6 |
* | brought the README in to line with present code (still a bit cryptic) | julian | 1995-09-07 | 1 | -24/+15 |
* | more cleanups.. lots of code shuffled around too | julian | 1995-09-07 | 4 | -240/+239 |
* | Correct a case in the ffs_getpages where a page is not found in | dyson | 1995-09-07 | 1 | -1/+3 |
* | Suggested by: :) bde of course | julian | 1995-09-06 | 4 | -127/+155 |
* | Put back the "real memory =" printf() that vanished when the code to | wpaul | 1995-09-06 | 2 | -2/+4 |
* | Removed unused local variable from shutdown_nice() | nate | 1995-09-06 | 1 | -3/+1 |
* | more devfs cleanups.. | julian | 1995-09-06 | 5 | -22/+29 |
* | replaced 2 devfs files with one that replaces them | julian | 1995-09-06 | 1 | -2/+1 |
* | this file replaces two others.. I haven't removed them yet, but | julian | 1995-09-06 | 1 | -0/+897 |
* | Fixed a sign reversal problem -- might have cause some Sig-11s that | dyson | 1995-09-06 | 1 | -3/+3 |
* | Added indirect pointer for ffs_getpages, and added external declaration. | dyson | 1995-09-06 | 2 | -2/+4 |
* | Added new ffs_getpages routine. It isn't optimized yet, but FFS | dyson | 1995-09-06 | 1 | -1/+191 |
* | Minor performance improvements, additional prototype for additional | dyson | 1995-09-06 | 3 | -7/+11 |
* | Correct the location of a "return". This can/will cause system crashes. | dyson | 1995-09-06 | 1 | -2/+2 |
* | New version of userconfig from Michael Smith. Give this one a try, | jkh | 1995-09-06 | 1 | -520/+1918 |