| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -4/+4 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -1/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+1 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -1/+1 |
| * | Document some MP assumptions for sio. | Warner Losh | 2012-06-28 | 1 | -0/+5 |
| * | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon | 2011-12-17 | 1 | -0/+12 |
| * | Follow up to r225203 refining break-to-debugger run-time configuration | Robert Watson | 2011-08-27 | 1 | -1/+0 |
| * | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson | 2011-08-26 | 1 | -29/+7 |
| * | Based on discussions on the svn-src mailing list, rework r218195: | Matthew D Fleming | 2011-02-08 | 1 | -1/+0 |
| * | Add a note about a bug in how sio manages its softc. This was | Warner Losh | 2008-10-08 | 1 | -0/+15 |
| * | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm | 2008-05-04 | 1 | -3/+23 |
| * | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -2/+4 |
| * | Stop serial console and gdb serial port from getting all screwed up. | Julian Elischer | 2007-12-05 | 1 | -1/+1 |
| * | Spelling fix for interupt -> interrupt | Kevin Lo | 2007-10-12 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -5/+7 |
| * | Restore the status quo before my last commit. Prior to it, sio took | Warner Losh | 2006-07-17 | 1 | -2/+2 |
| * | Have sio return BIS_PROBE_DEFAULT like all the other drivers in the | Warner Losh | 2006-06-30 | 1 | -2/+2 |
| * | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | Poul-Henning Kamp | 2006-05-26 | 1 | -8/+2 |
| * | Convert to use CONSOLE_DRIVER() macro: | Poul-Henning Kamp | 2006-05-26 | 1 | -43/+9 |
| * | Insert a '_' in the console function names to be more consistent with | Poul-Henning Kamp | 2006-05-26 | 1 | -17/+17 |
| * | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | John Baldwin | 2006-02-22 | 1 | -2/+2 |
| * | Use __DEVOLATILE to cast conspeed. | Warner Losh | 2005-12-07 | 1 | -1/+1 |
| * | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 1 | -2/+2 |
| * | Eliminate two unused arguments to ttycreate(). | Poul-Henning Kamp | 2005-10-16 | 1 | -1/+1 |
| * | 'PC Card' instead of other variants | Warner Losh | 2005-09-22 | 1 | -2/+2 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Simplify the "and if we're in the debugger, don't use locks" logic, | Robert Watson | 2005-02-08 | 1 | -9/+5 |
| * | When entering siocnputc() with (kdb_active), don't acquire (or | Robert Watson | 2005-02-03 | 1 | -5/+9 |
| * | Use generic tty code instead of local stuff. | Poul-Henning Kamp | 2004-10-13 | 1 | -521/+79 |
| * | Use ttyconsolemode() to set the console tty modes. | Poul-Henning Kamp | 2004-10-12 | 1 | -8/+1 |
| * | MFpc98: Check a pointer is NULL, remove unused variable. | Yoshihiro Takahashi | 2004-09-20 | 1 | -3/+4 |
| * | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | Poul-Henning Kamp | 2004-09-17 | 1 | -4/+6 |
| * | Use ttyalloc() instead of ttymalloc(NULL) | Poul-Henning Kamp | 2004-09-17 | 1 | -1/+1 |
| * | Allocate tty at attach time rather than open time. | Poul-Henning Kamp | 2004-09-16 | 1 | -49/+43 |
| * | If you insert a pccard modem and then eject it, you get a panic. This | Warner Losh | 2004-07-22 | 1 | -1/+2 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -2/+2 |
| * | Introduce ttygone() which indicates that the hardware is detached. | Poul-Henning Kamp | 2004-07-11 | 1 | -38/+5 |
| * | Update for the KDB framework. Sanitize the alpha console code now that | Marcel Moolenaar | 2004-07-10 | 1 | -209/+76 |
| * | Define the tty methods as typedefs. | Poul-Henning Kamp | 2004-06-30 | 1 | -3/+2 |
| * | - Shorten the names for the TTY related swi interrupt handlers as the | John Baldwin | 2004-06-28 | 1 | -2/+2 |
| * | Guard against us having no tty pointer. | Poul-Henning Kamp | 2004-06-27 | 1 | -1/+2 |
| * | Pick the hotchar out of the tty structure instead of caching private | Poul-Henning Kamp | 2004-06-26 | 1 | -6/+5 |
| * | Use generic support for modemcontrol and BREAK ioctls. | Poul-Henning Kamp | 2004-06-25 | 1 | -78/+63 |
| * | Remove the TIOCDCDTIMESTAMP option. | Poul-Henning Kamp | 2004-06-22 | 1 | -12/+0 |
| * | Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES. | Poul-Henning Kamp | 2004-06-21 | 1 | -0/+4 |
| * | Give control devices their own cdevsw{} so that we can eliminate them | Poul-Henning Kamp | 2004-06-21 | 1 | -51/+111 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
| * | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -2/+2 |
| * | Centralize the line discipline optimization determination in a function | Poul-Henning Kamp | 2004-06-04 | 1 | -24/+4 |