| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In openprom_ioctl() ensure appropriate permissions and that data isn't | marius | 2007-12-20 | 1 | -1/+9 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Fix warnings. | peter | 2007-07-06 | 1 | -1/+1 |
* | In OF_init() check the return value of OF_getprop(). | marius | 2007-06-16 | 1 | -1/+2 |
* | - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by | marius | 2007-06-16 | 2 | -62/+0 |
* | Sync the styles of sys/boot/ofw/libofw/openfirm.c and | marius | 2007-06-16 | 1 | -272/+263 |
* | 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 |
* | Using the ptr defines broke the powerpc build - convert set_mmfsa to the same | kmacy | 2006-10-11 | 1 | -2/+2 |
* | kernel clean up to make the sun4v kernel build | kmacy | 2006-10-09 | 2 | -0/+59 |
* | Fix spelling and wording in a comment. | marius | 2006-09-01 | 1 | -2/+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 |
* | - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve | marius | 2005-11-22 | 3 | -2/+213 |
* | Remove unused function and variables. | marius | 2005-11-22 | 1 | -19/+0 |
* | The mediasize shouldn't be multipled by the sector size when it was | grehan | 2005-10-31 | 1 | -1/+2 |
* | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | phk | 2005-10-16 | 1 | -1/+0 |
* | Sync with openfirm(4) and check the return value of malloc() although | marius | 2005-05-19 | 1 | -2/+15 |
* | Update the names of some member variables in comments to refect reality. | marius | 2005-05-19 | 1 | -2/+2 |
* | Merge revision 1.5 from NetBSD: Fix a typo in a comment. | marius | 2005-02-12 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 7 | -7/+8 |
* | Don't probe for a disk unless explicitly enabled by a tunable. | grehan | 2004-12-28 | 1 | -0/+6 |
* | GEOMify the OFW disk driver. Code taken unashamedly from | grehan | 2004-12-21 | 1 | -147/+126 |
* | 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 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 5 | -12/+12 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 2 | -0/+183 |
* | 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 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -8/+8 |
* | - set resid correctly so that a failed seek (e.g. end of file) returns | grehan | 2004-06-25 | 1 | -1/+3 |
* | 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 | 3 | -9/+9 |
* | 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 |
* | - Rearrange a comment to fit in 80 chars per line, like the rest of this | marius | 2004-05-22 | 1 | -4/+4 |
* | - Move OFW_NAME_MAX, used as a limit for OFW property names and device | marius | 2004-05-22 | 2 | -13/+24 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 2 | -13/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 3 | -2/+6 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -10/+13 |
* | - add an identify method, since the disk device used to be picked | grehan | 2004-02-04 | 1 | -3/+29 |
* | - The last change conflicted with disks on a live system, as opposed to | grehan | 2003-12-15 | 1 | -3/+9 |
* | - accept device_type of "block", which is how psim/gdb6.0 defines | grehan | 2003-12-12 | 1 | -7/+2 |