| Commit message (Expand) | Author | Age | Files | Lines |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -3/+2 |
* | Fixed staticization of DDB functions. | bde | 1995-12-14 | 1 | -2/+2 |
* | Removed my devsw access functions [un]register_cdev() and | bde | 1995-12-14 | 1 | -6/+9 |
* | Replaced nxreset by noreset (if the reset function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Removed new alias d_size_t for d_psize_t. | bde | 1995-12-10 | 2 | -6/+6 |
* | Staticize and cleanup. | phk | 1995-12-10 | 8 | -104/+86 |
* | clean a few DEVFS things.. | julian | 1995-12-09 | 1 | -8/+8 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 3 | -6/+6 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 4 | -108/+166 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -2/+4 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 1 | -2/+1 |
* | Fix my color/attr separation patch. | ache | 1995-11-30 | 1 | -3/+3 |
* | Fix Pentium CPU rate diagnosis: | wollman | 1995-11-29 | 1 | -8/+8 |
* | Removed builtin list of port addresses. The address for sio3 | bde | 1995-11-29 | 1 | -10/+5 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 2 | -3/+3 |
* | OK, that's it.. | julian | 1995-11-29 | 2 | -28/+46 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 3 | -2/+102 |
* | Separate colors & attributes as Terry points | ache | 1995-11-28 | 2 | -74/+148 |
* | Fixed a comment. | bde | 1995-11-24 | 1 | -2/+2 |
* | Restored static variable `nsio_tty' which is used only by pstat(8). Made | bde | 1995-11-21 | 1 | -1/+3 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -13/+4 |
* | Fix compiler warnings. | phk | 1995-11-20 | 2 | -29/+28 |
* | Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for | bde | 1995-11-18 | 1 | -14/+2 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 3 | -7/+4 |
* | Remove the #ifdev DEVRANDOM's, as promised. | markm | 1995-11-04 | 1 | -3/+1 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 2 | -16/+2 |
* | Theodore Ts'po's random number gernerator for Linux, ported by me. | markm | 1995-10-28 | 1 | -1/+6 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 2 | -5/+4 |
* | sio.c: | bde | 1995-10-22 | 1 | -32/+15 |
* | A mixed bag of changes, relating to getting the state in "lsdev" right, | phk | 1995-10-21 | 1 | -2/+10 |
* | Don't allow i/o operations for non-root users. | bde | 1995-10-14 | 1 | -2/+6 |
* | Reduce jitter of Pentium microtime() implementation by letting the counter | wollman | 1995-10-12 | 1 | -6/+15 |
* | BIOS manufacturers don't seem to have a unique idea about 2.88 MB | joerg | 1995-10-09 | 2 | -2/+4 |
* | Hide the "input/output timeout" messages behind the bootverbose case. | joerg | 1995-10-04 | 1 | -9/+13 |
* | siostop() is a void function, so don't return a value. | dg | 1995-09-24 | 1 | -3/+3 |
* | The stuff needed to remove a pccard with a sio port on it... | phk | 1995-09-19 | 1 | -10/+68 |
* | Remove transitory labelling code. Labels are now handled by essentially | bde | 1995-09-16 | 1 | -4/+5 |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 2 | -30/+61 |
* | Actually, 97 out of 304 devsw functions had benignly mismatched types. | bde | 1995-09-08 | 1 | -2/+2 |
* | devfs changes.. | julian | 1995-09-03 | 1 | -4/+7 |
* | Remove extra args from the calls to getit(). The bug was benign with the | bde | 1995-08-25 | 1 | -4/+4 |
* | Andrew McRae's pcmcia/pccard code, the kernel part. | phk | 1995-08-24 | 1 | -1/+119 |
* | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | nate | 1995-08-16 | 1 | -2/+2 |
* | Disable fifos in sioclose(). Closes PR 576. | bde | 1995-08-13 | 1 | -1/+9 |
* | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | dyson | 1995-08-08 | 1 | -6/+6 |
* | Sleep on a better address to wait for output to drain out of the | bde | 1995-07-31 | 1 | -2/+3 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -3/+2 |
* | Improve input flow control. | bde | 1995-07-31 | 1 | -26/+6 |