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