| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 2 | -2/+4 |
| * | YAMFsio.c (always call ttwwakeup() before returning from comstart()). | Bruce Evans | 1997-12-28 | 2 | -2/+4 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 2 | -2/+6 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 2 | -6/+6 |
| * | Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't | Bruce Evans | 1997-11-10 | 2 | -4/+4 |
| * | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 2 | -10/+18 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 2 | -4/+4 |
| * | Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogus | Bruce Evans | 1997-09-03 | 2 | -242/+294 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -2/+1 |
| * | General cleanup of the sub-system locking macros. | Steve Passe | 1997-09-01 | 2 | -6/+16 |
| * | Another round of lock pushdown. | Steve Passe | 1997-08-30 | 2 | -66/+10 |
| * | Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h. | Steve Passe | 1997-08-21 | 2 | -20/+2 |
| * | Attempt to make cy.c MP-safe. | Steve Passe | 1997-08-20 | 2 | -2/+84 |
| * | Removed unused #includes. | Bruce Evans | 1997-07-20 | 2 | -6/+2 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 2 | -4/+2 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 2 | -4/+4 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 4 | -4/+4 |
| * | Fixed missing ioport offset from the reading/updating of the PLX | David Greenman | 1997-02-05 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 4 | -4/+4 |
| * | Fixed handling of modem status changes. Only the most common case of | Bruce Evans | 1996-12-05 | 2 | -16/+46 |
| * | Don't fiddle with RTS if RTS flow control is off. This gives applications | Bruce Evans | 1996-11-13 | 2 | -34/+56 |
| * | Updated #includes to 4.4lite style. | Bruce Evans | 1996-10-15 | 1 | -2/+3 |
| * | Fixed a bug that got introduced when I changed the CY16_RESET and | David Greenman | 1996-10-14 | 2 | -6/+6 |
| * | Make this compile again for the CyDebug case. | David Greenman | 1996-10-14 | 2 | -12/+14 |
| * | Change DEVFS device naming convention for cuac*, ttyc*. | David Greenman | 1996-10-13 | 2 | -14/+26 |
| * | Changes to add support for the PCI version of the Cyclades Cyclom-Y | David Greenman | 1996-10-13 | 4 | -270/+467 |
| * | Oops, missed a chunk in that last commit. | David Greenman | 1996-10-04 | 2 | -6/+6 |
| * | Implemented a more sophisticated mechanism for finding the chip iobase | David Greenman | 1996-10-04 | 3 | -124/+144 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 2 | -104/+2 |
| * | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | Bruce Evans | 1996-07-30 | 2 | -78/+62 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 2 | -2/+10 |
| * | KGDB is dead. It may come back one day if somebody does it. | Poul-Henning Kamp | 1996-05-02 | 2 | -26/+2 |
| * | Fixed ownerships of callout devices. | Bruce Evans | 1996-03-27 | 2 | -28/+26 |
| * | Avoid local sprintfs and other printf'isms. | Poul-Henning Kamp | 1996-01-25 | 2 | -40/+36 |
| * | Synced with sio.c. This fixed the DEVFS initialization. cy.c is | Bruce Evans | 1995-12-22 | 2 | -184/+154 |
| * | Replaced nxreset by noreset (if the reset function gets called, then the | Bruce Evans | 1995-12-10 | 2 | -4/+4 |
| * | Replaced nxmmap by nommap (if the mmap function gets called, then the | Bruce Evans | 1995-12-10 | 2 | -4/+4 |
| * | Removed new alias d_size_t for d_psize_t. | Bruce Evans | 1995-12-10 | 2 | -4/+4 |
| * | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 2 | -4/+4 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 2 | -60/+76 |
| * | Removed unnecessary #includes of <sys/user.h>. Some of these were just | Bruce Evans | 1995-12-06 | 2 | -4/+2 |
| * | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 2 | -4/+4 |
| * | OK, that's it.. | Julian Elischer | 1995-11-29 | 2 | -28/+48 |
| * | the second set of changes in a move towards getting devices to be | Julian Elischer | 1995-11-28 | 2 | -2/+66 |
| * | Fixed setting of speed B0 - don't output a bogus divisor of 0 and a | Bruce Evans | 1995-11-26 | 2 | -10/+18 |
| * | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans | 1995-11-04 | 2 | -6/+4 |
| * | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans | 1995-11-04 | 2 | -22/+2 |
| * | sio.c: | Bruce Evans | 1995-10-22 | 2 | -38/+12 |
| * | Fix probe to work properly with the Cyclades cyclom-16Ye. | David Greenman | 1995-10-11 | 2 | -18/+26 |
| * | Improve input flow control. | Bruce Evans | 1995-07-31 | 2 | -52/+12 |