Age | Commit message (Expand) | Author |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2016-09-04 | remove some more sparc remnants. ok deraadt | Ted Unangst |
2016-09-03 | de-zaurus com.c | Jonathan Gray |
2016-08-16 | Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN. | Mark Kettenis |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-04-13 | wrap a long line | Theo de Raadt |
2013-12-09 | At resume, do not spin flushing characters in from the chip. There shouldn't | Theo de Raadt |
2013-12-09 | At suspend/resume time cope with timeouts, DTR on resume in a bus | Theo de Raadt |
2013-02-14 | No need to treat amd64 specially; always return CN_HIGHPRI. | Mark Kettenis |
2012-10-17 | Narrow the spltty/splx pair in com_activate to only enclose the minimum | Theo de Raadt |
2012-08-25 | Better detection of the st16650 v1 (with the broken fifo). Gets rid of | Mark Kettenis |
2012-08-25 | Turns out the v445 isn't happy at all if we touch the registers that deal | Mark Kettenis |
2012-08-19 | Skip putting a port in sleep mode when it is used as serial console. In that | Mark Kettenis |
2012-05-12 | Remove unused variable. | Mark Kettenis |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-05-22 | Fix a problem found where one SOC has a uart implementation that causes bus | Dale Rahn |
2011-03-23 | only read from the UART if there is something to read. fix beagle, otherwise | Federico G. Schwindt |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-07 | Add resume support for serial consoles. | Mark Kettenis |
2010-08-06 | Initial stab at making com@puc suspend and resume properly. Works fine | Mark Kettenis |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | Use a more moderate fifo trigger level (4) for moderately quick | Chris Kuethe |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2008-11-23 | pccom can finally die; ok kettenis dlg drahn, tested by okan | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-04-25 | the code that parses arguments from the boot loader on amd64 wasnt checking | David Gwynne |
2008-04-24 | MD_ISA_IOT is not defined anywhere so get rid of it. | Joel Sing |
2008-04-24 | Keep order of "#if defined..." consistent. | Joel Sing |
2008-04-24 | Clean up comments. | Joel Sing |
2008-04-24 | Cleanup serial console handling and remove some of the MD code from com.c. | Joel Sing |
2008-04-09 | Increase buffer size sent to the fifo, and clamp the size correctly. | Theo de Raadt |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-12 | Make comconsrate initialized to TTYDEF_SPEED at compile-time, for ports | Miod Vallat |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2007-08-22 | fix compilation with KDGB | Jasper Lievisse Adriaanse |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-06-22 | ansify/de-register | Jasper Lievisse Adriaanse |
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 |