Age | Commit message (Expand) | Author |
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 |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-03-27 | in detach, mark device with COM_SW_DEAD, so that close() will not go | 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-11-11 | fix kgdb compilation; input and ok miod@. | Federico G. Schwindt |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat |
2005-07-18 | fix sparc64 console; same diff as miod | Theo de Raadt |
2005-07-18 | COM_CONSOLE & DDB fix | Theo de Raadt |
2005-07-17 | Allow the console support code not to be compiled in; this will be | Miod Vallat |
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe Stuehler |
2005-07-02 | xscale UART FIFOs are 32 bytes deep; found by deraadt@ | Uwe Stuehler |
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler |
2004-10-20 | Use bus_addr_t instead of int for port address/offset, ok mickey | Per Fogelstrom |
2004-08-09 | remove old arc stuff and add sgi support. | Per Fogelstrom |
2004-05-30 | serial console hack from tom. who, after having been told a few times | Theo de Raadt |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2003-10-31 | Use isa iot for pegasos com console attachment, perhaps this could | Dale Rahn |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff |
2002-10-17 | ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement afte... | Artur Grabowski |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-11 | com.c is not a block device, no bdev_decl() for it. | Miod Vallat |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | compare pointers with NULL not 0 | Jason Wright |
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-25 | CONADDR is defined elsewhere for hppa | Michael Shalayeff |
2002-01-23 | oops, make the kgdb var's non-static | Eric Jackson |