| Commit message (Expand) | Author | Age | Files | Lines |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 1 | -1/+1 |
* | Remove unused consdev structure fields. | ed | 2008-10-27 | 1 | -3/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -111/+32 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+17 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Add missing includes of priv.h. | rwatson | 2006-11-06 | 1 | -0/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Fix various typos and brainos in last commit. | phk | 2006-05-30 | 1 | -5/+4 |
* | Update to new console api. | phk | 2006-05-26 | 1 | -28/+11 |
* | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | phk | 2005-10-16 | 1 | -1/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 1 | -6/+1 |
* | Add a couple of XXX comments and fix a couple of fine points. | phk | 2004-10-12 | 1 | -2/+14 |
* | Fix problems with the OFW console which happen when the system goes | gad | 2004-08-04 | 1 | -1/+1 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -8/+8 |
* | Better OFW console support on Sun Ultra2 machines. | obrien | 2004-06-24 | 1 | -9/+17 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -3/+3 |
* | Remove second <sys/cdefs.h> and __FBSDID. | marius | 2004-06-10 | 1 | -3/+0 |
* | Machine generated patch which changes linedisc calls from accessing | phk | 2004-06-04 | 1 | -3/+3 |
* | Gainfully employ the new ttyioctl in the trivial cases. | phk | 2004-06-01 | 1 | -28/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -2/+2 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Only create the ofwcons device nodes if it has been initialized, not | jake | 2003-09-28 | 1 | -1/+2 |
* | Make ofw_console a low priority console device, so that uart will be | jake | 2003-09-28 | 1 | -1/+1 |
* | OK, I messed up /dev/console with what I had hoped would be compat | phk | 2003-09-26 | 1 | -4/+4 |
* | Initialize the cn_name instead of the cn_dev | phk | 2003-09-26 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -4/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -5/+5 |
* | Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very | harti | 2003-02-07 | 1 | -0/+18 |
* | Change ofwcons to use the output-device property from the firmware for the | jake | 2003-01-27 | 1 | -2/+3 |
* | Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS, | jake | 2002-11-18 | 1 | -6/+15 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Move the make_dev call from the cn_probe to a sysinit that runs at | jake | 2002-01-09 | 1 | -1/+9 |
* | 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4. | jake | 2002-01-01 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Quiet uninitialized variable warning (also a bug). | jake | 2001-07-31 | 1 | -0/+2 |
* | OpenFirmware kernel support, as used by the PowerPC and hopefully other | benno | 2001-06-16 | 1 | -0/+306 |