Age | Commit message (Expand) | Author |
2008-04-12 | Initialize comconsiot in comcninit(). | Mark Kettenis |
2008-03-29 | Fix amd64 and i386 serial console handling for non-default speeds. Bring | Kenneth R Westerback |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-05-09 | unused variable | Theo de Raadt |
2007-05-08 | backout while the amd64 puc situation is rethought | Theo de Raadt |
2007-05-08 | move com_activate() to where it belongs | Theo de Raadt |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-15 | make the clock error calculation match dev/ic/com.c so that things with, | Jason Wright |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2001-08-08 | move the com_raisedtr proto for timeout_set | Michael Shalayeff |
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2000-08-16 | morth to use new timeouts | Michael Shalayeff |
1999-11-28 | Enable TI16750 UART support. | Jason Downs |
1999-10-26 | Update my copyright. | Jason Downs |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist |
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees |
1999-02-08 | Fix cua device to not block on open. | Jim Rees |
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs |
1998-06-28 | Accept Modem and modem as match strings for PCMCIA modem cards. | Angelos D. Keromytis |
1998-05-14 | * Better XR16C850 support. | Jason Downs |
1998-04-05 | Support for the XR16850; currently just treat it like an ST16650V2 with | Jason Downs |
1998-02-23 | New probe routine, add support for ST16650 (works). | Jason Downs |
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt |
1998-02-02 | support non-ISA case | Theo de Raadt |
1998-01-19 | fix ifdef; marc@snafu.org | Theo de Raadt |
1997-12-26 | print pnp device id in isapnp_print | Theo de Raadt |
1997-12-25 | pretty | Jason Downs |
1997-12-25 | Update for new isapnp configuration. | Jason Downs |