| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6, | Robert Watson | 2008-03-30 | 1 | -1/+2 |
| * | Add missing includes of priv.h. | Robert Watson | 2006-11-06 | 1 | -0/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | Fix various typos and brainos in last commit. | Poul-Henning Kamp | 2006-05-30 | 1 | -5/+4 |
| * | Update to new console api. | Poul-Henning Kamp | 2006-05-26 | 1 | -28/+11 |
| * | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | Poul-Henning Kamp | 2005-10-16 | 1 | -1/+0 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Add new function ttyinitmode() which sets our systemwide default | Poul-Henning Kamp | 2004-10-18 | 1 | -6/+1 |
| * | Add a couple of XXX comments and fix a couple of fine points. | Poul-Henning Kamp | 2004-10-12 | 1 | -2/+14 |
| * | Fix problems with the OFW console which happen when the system goes | Garance A Drosehn | 2004-08-04 | 1 | -1/+1 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -8/+8 |
| * | Better OFW console support on Sun Ultra2 machines. | David E. O'Brien | 2004-06-24 | 1 | -9/+17 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -3/+3 |
| * | Remove second <sys/cdefs.h> and __FBSDID. | Marius Strobl | 2004-06-10 | 1 | -3/+0 |
| * | Machine generated patch which changes linedisc calls from accessing | Poul-Henning Kamp | 2004-06-04 | 1 | -3/+3 |
| * | Gainfully employ the new ttyioctl in the trivial cases. | Poul-Henning Kamp | 2004-06-01 | 1 | -28/+0 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+2 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+1 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+1 |
| * | Only create the ofwcons device nodes if it has been initialized, not | Jake Burkholder | 2003-09-28 | 1 | -1/+2 |
| * | Make ofw_console a low priority console device, so that uart will be | Jake Burkholder | 2003-09-28 | 1 | -1/+1 |
| * | OK, I messed up /dev/console with what I had hoped would be compat | Poul-Henning Kamp | 2003-09-26 | 1 | -4/+4 |
| * | Initialize the cn_name instead of the cn_dev | Poul-Henning Kamp | 2003-09-26 | 1 | -1/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -4/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+8 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -5/+5 |
| * | Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very | Hartmut Brandt | 2003-02-07 | 1 | -0/+18 |
| * | Change ofwcons to use the output-device property from the firmware for the | Jake Burkholder | 2003-01-27 | 1 | -2/+3 |
| * | Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS, | Jake Burkholder | 2002-11-18 | 1 | -5/+14 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Move the make_dev call from the cn_probe to a sysinit that runs at | Jake Burkholder | 2002-01-09 | 1 | -1/+9 |
| * | 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4. | Jake Burkholder | 2002-01-01 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Quiet uninitialized variable warning (also a bug). | Jake Burkholder | 2001-07-31 | 1 | -0/+2 |
| * | OpenFirmware kernel support, as used by the PowerPC and hopefully other | Benno Rice | 2001-06-16 | 1 | -0/+306 |