| Commit message (Expand) | Author | Age | Files | Lines |
* | sio.c: | bde | 1995-10-22 | 3 | -70/+27 |
* | Remove bogus #include <sys/device.h>, and the bogus instances of | peter | 1995-10-21 | 1 | -22/+11 |
* | A mixed bag of changes, relating to getting the state in "lsdev" right, | phk | 1995-10-21 | 2 | -5/+20 |
* | Don't allow i/o operations for non-root users. | bde | 1995-10-14 | 1 | -2/+6 |
* | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | wollman | 1995-10-13 | 6 | -14/+12 |
* | Fix select(). | bde | 1995-10-12 | 1 | -59/+25 |
* | Fix probe to work properly with the Cyclades cyclom-16Ye. | dg | 1995-10-11 | 2 | -18/+26 |
* | PCCARD support. | phk | 1995-10-10 | 1 | -33/+281 |
* | BIOS manufacturers don't seem to have a unique idea about 2.88 MB | joerg | 1995-10-09 | 1 | -1/+2 |
* | Add SIOCGIFADDR support. | dg | 1995-10-07 | 1 | -1/+7 |
* | I have applied my last changes correcting the bug in dgbselect() to it | jkh | 1995-10-04 | 2 | -102/+46 |
* | Hide the "input/output timeout" messages behind the bootverbose case. | joerg | 1995-10-04 | 1 | -9/+13 |
* | Check for failure to map the interrupt. Not doing so will guarantee that | dg | 1995-10-02 | 1 | -3/+8 |
* | Fixed bug where wrong thing was being checked for NULL before calling | dg | 1995-10-02 | 1 | -2/+2 |
* | Latest version from Matt Thomas. This version works with the newer | dg | 1995-09-29 | 1 | -229/+888 |
* | if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is now | phk | 1995-09-26 | 1 | -1/+21 |
* | siostop() is a void function, so don't return a value. | dg | 1995-09-24 | 1 | -3/+3 |
* | Add some hooks visible from outside via nlist, so pstat can read the tty | peter | 1995-09-22 | 1 | -5/+8 |
* | Remove the "Danger will robinson!" printf's at the start. I'm pretty happy | peter | 1995-09-22 | 1 | -9/+1 |
* | Fix benign type mismatches in isa interrupt handlers. Many returned int | bde | 1995-09-19 | 2 | -11/+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 |
* | Add vendor ID of Compaq, now that I found what it is ... | se | 1995-09-14 | 1 | -2/+2 |
* | Minor changes to the PCI probe messages. | se | 1995-09-14 | 1 | -7/+6 |
* | From Bruce Evans: (prototype related changes, other cleanups) | peter | 1995-09-13 | 1 | -8/+20 |
* | Move some kernel-only stuff to a kernel-only file. | peter | 1995-09-13 | 1 | -12/+1 |
* | Restore two checks for TS_ISOPEN.. I managed to panic my machine | peter | 1995-09-11 | 1 | -3/+5 |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 2 | -30/+61 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -2/+2 |
* | Actually, 97 out of 304 devsw functions had benignly mismatched types. | bde | 1995-09-08 | 1 | -2/+2 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 6 | -38/+55 |
* | Make mapping messages depend on bootverbose flag. | se | 1995-09-07 | 1 | -67/+182 |
* | Fixed VOP_BMAP. A new argument was added, and I missed this one. | dyson | 1995-09-04 | 1 | -1/+1 |
* | Update the version in the snake saver... | peter | 1995-09-04 | 1 | -2/+2 |
* | Finish bringing this driver up to rev 2.2 - now compiles without warnings. | jkh | 1995-09-04 | 1 | -6/+19 |
* | Bring the Digiboard driver (ALPHA version) into -current. Includes | jkh | 1995-09-03 | 4 | -0/+3120 |
* | devfs changes.. | julian | 1995-09-03 | 2 | -5/+22 |
* | Kernel components of Matrox Meteor driver. | jkh | 1995-08-28 | 1 | -0/+138 |
* | Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface. | guido | 1995-08-28 | 1 | -1/+10 |
* | Remove extra arg from the call to ds_crc(). | bde | 1995-08-25 | 1 | -2/+2 |
* | Andrew McRae's pcmcia/pccard code, the kernel part. | phk | 1995-08-24 | 1 | -1/+119 |
* | Fix some outstanding bugs in the DCD modem control.. | peter | 1995-08-22 | 1 | -115/+93 |
* | add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypass | peter | 1995-08-22 | 1 | -2/+2 |
* | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | nate | 1995-08-16 | 1 | -2/+2 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 2 | -3/+2 |
* | Increase the DELAY_GETREPLY to 5000000. Not dangerous, this is | joerg | 1995-08-15 | 1 | -2/+2 |
* | Slight change to the location of the default termios flags to make them | peter | 1995-08-13 | 1 | -7/+17 |
* | Next round of cleanups. Some more debugging hooks added, si_softc definition | peter | 1995-08-13 | 2 | -122/+75 |
* | Disable fifos in sioclose(). Closes PR 576. | bde | 1995-08-13 | 1 | -1/+9 |
* | Remove a deliberate #warning.. It's not polite, because I listed the the | peter | 1995-08-10 | 1 | -5/+1 |