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