| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 11 | -11/+11 |
| * | Sync with openfirm(4) and check the return value of malloc() although | Marius Strobl | 2005-05-19 | 1 | -2/+15 |
| * | Update the names of some member variables in comments to refect reality. | Marius Strobl | 2005-05-19 | 1 | -2/+2 |
| * | Merge revision 1.5 from NetBSD: Fix a typo in a comment. | Marius Strobl | 2005-02-12 | 1 | -2/+2 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 7 | -7/+8 |
| * | Don't probe for a disk unless explicitly enabled by a tunable. | Peter Grehan | 2004-12-28 | 1 | -0/+6 |
| * | GEOMify the OFW disk driver. Code taken unashamedly from | Peter Grehan | 2004-12-21 | 1 | -143/+122 |
| * | 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 |
| * | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 5 | -12/+12 |
| * | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 2 | -0/+183 |
| * | 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 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -8/+8 |
| * | - set resid correctly so that a failed seek (e.g. end of file) returns | Peter Grehan | 2004-06-25 | 1 | -1/+3 |
| * | 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 | 3 | -9/+9 |
| * | 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 |
| * | - Rearrange a comment to fit in 80 chars per line, like the rest of this | Marius Strobl | 2004-05-22 | 1 | -4/+4 |
| * | - Move OFW_NAME_MAX, used as a limit for OFW property names and device | Marius Strobl | 2004-05-22 | 2 | -13/+24 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 2 | -13/+0 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 3 | -2/+6 |
| * | 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 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 1 | -10/+13 |
| * | - add an identify method, since the disk device used to be picked | Peter Grehan | 2004-02-04 | 1 | -3/+29 |
| * | - The last change conflicted with disks on a live system, as opposed to | Peter Grehan | 2003-12-15 | 1 | -3/+9 |
| * | - accept device_type of "block", which is how psim/gdb6.0 defines | Peter Grehan | 2003-12-12 | 1 | -7/+2 |
| * | Use bio_offset instead of bio_blkno | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+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 |
| * | The present defaults for the open and close for device drivers which | Poul-Henning Kamp | 2003-09-27 | 1 | -2/+0 |
| * | 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 | 5 | -4/+15 |
| * | Add a solaris compatible ofw interface for third party software that | Jake Burkholder | 2003-06-19 | 2 | -0/+264 |
| * | - Add an OFIOCGETPROPLEN ioctl() to get the length of a property. | Thomas Moestl | 2003-06-11 | 2 | -13/+12 |
| * | Implement OF_interpret. | Jake Burkholder | 2003-06-07 | 2 | -2/+34 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -4/+2 |
| * | <sys/disk.h> -> <geom/geom_disk.h> | Dag-Erling Smørgrav | 2003-04-03 | 1 | -1/+1 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 2 | -27/+13 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-23 | 1 | -91/+27 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -5/+5 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -4/+4 |
| * | 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 |