| Age | Commit message (Expand) | Author |
| 2007-10-25 | Add a new convenience function, of_find_firstchild_byname(), and apply | garbled |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-17 | Correct the order of the arguments to disk_init(). | he |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-08 | Fix more caddr_t -> void * lossage | matt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-28 | enable ioctl(OFIOCSET) so eeprom can actually change PROM settings on | macallan |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-20 | Unify the declaration of OF_interpret() between sparc{,64} and macppc | he |
| 2007-01-08 | pull in ofw_subr.c with openfirm so we can use stuff like of_compatible() | macallan |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-13 | Convert shark and ofppc to new common ofrtc and MI todr code. Tested | gdamore |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-14 | G/c struct ofbus_softc. Last use (in sys/arch/powerpc/powerpc/ofw_machdep.c) | uwe |
| 2006-05-15 | - include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-09 | Now that OF_read and OF_write have different signatures, we need to | he |
| 2005-05-31 | sprinkle const. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2005-01-30 | Eliminate use of M_HASFCS. Use a buffer large enough to receive a | thorpej |
| 2004-09-25 | Add support for wedges to the OpenFirmware disk driver. | thorpej |
| 2004-04-23 | use safer string manipulation function | itojun |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-10-22 | Typo in comment. From OpenBSD. | mjl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built | darrenr |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-01-15 | Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-22 | in ofnet_read(), interpret returns of either -2 or 0 from OF_read() as | chs |
| 2002-10-05 | add missing protos. | chs |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Fix a latent bug uncovered by the new autoconfiguration code: make | thorpej |
| 2002-09-18 | use splnet() around the body of ofnet_read(). this is logically the | chs |
| 2002-09-18 | fix error checking in ofdisk_open(). | chs |