| Commit message (Expand) | Author | Age | Files | Lines |
* | Enabled dynamically sized tty input buffers (with enough buffering | bde | 1998-08-19 | 1 | -9/+10 |
* | Cleaned up previous commit, mainly by moving repetitive calculations | bde | 1998-08-13 | 1 | -113/+62 |
* | Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and | bde | 1998-08-13 | 1 | -39/+119 |
* | Register tty software interrupt handlers at run time using register_swi() | bde | 1998-08-11 | 1 | -15/+11 |
* | Fixed sign extension bugs awoken by changing speed_t to an unsigned | bde | 1998-07-29 | 1 | -2/+4 |
* | Changed %n to %r in devfs name format strings. %n has almost gone away. | bde | 1998-07-15 | 1 | -7/+7 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Protect against count of chars received being 0, which causes a panic | dg | 1998-03-18 | 1 | -1/+3 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | phk | 1998-02-13 | 1 | -11/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | YAMFsio.c (always call ttwwakeup() before returning from comstart()). | bde | 1997-12-28 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 1 | -3/+3 |
* | Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't | bde | 1997-11-10 | 1 | -2/+2 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -5/+9 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogus | bde | 1997-09-03 | 1 | -121/+147 |
* | General cleanup of the sub-system locking macros. | fsmp | 1997-09-01 | 1 | -3/+8 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -33/+5 |
* | Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h. | fsmp | 1997-08-21 | 1 | -10/+1 |
* | Attempt to make cy.c MP-safe. | fsmp | 1997-08-20 | 1 | -1/+42 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -3/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed handling of modem status changes. Only the most common case of | bde | 1996-12-05 | 1 | -8/+23 |
* | Don't fiddle with RTS if RTS flow control is off. This gives applications | bde | 1996-11-13 | 1 | -17/+28 |
* | Fixed a bug that got introduced when I changed the CY16_RESET and | dg | 1996-10-14 | 1 | -3/+3 |
* | Make this compile again for the CyDebug case. | dg | 1996-10-14 | 1 | -6/+7 |
* | Change DEVFS device naming convention for cuac*, ttyc*. | dg | 1996-10-13 | 1 | -7/+13 |
* | Changes to add support for the PCI version of the Cyclades Cyclom-Y | dg | 1996-10-13 | 1 | -131/+164 |
* | Oops, missed a chunk in that last commit. | dg | 1996-10-04 | 1 | -3/+3 |
* | Implemented a more sophisticated mechanism for finding the chip iobase | dg | 1996-10-04 | 1 | -61/+71 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -52/+1 |
* | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | bde | 1996-07-30 | 1 | -40/+32 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -1/+5 |
* | KGDB is dead. It may come back one day if somebody does it. | phk | 1996-05-02 | 1 | -13/+1 |
* | Fixed ownerships of callout devices. | bde | 1996-03-27 | 1 | -14/+13 |
* | Avoid local sprintfs and other printf'isms. | phk | 1996-01-25 | 1 | -20/+18 |
* | Synced with sio.c. This fixed the DEVFS initialization. cy.c is | bde | 1995-12-22 | 1 | -92/+77 |
* | Replaced nxreset by noreset (if the reset function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Replaced nxmmap by nommap (if the mmap 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 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -30/+38 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 1 | -2/+1 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -14/+24 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+33 |