| Age | Commit message (Expand) | Author |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-25 | Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }' | dsl |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | use device_lookup_private() to get the softc -- while device/softc | drochner |
| 2008-06-11 | fix some missing pieces of device/softc split | drochner |
| 2008-05-27 | PR kern/38763 "hanging in tty" bugfix breaks the build for vax (and | ad |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-15 | Switch dz driver to PRIVALLOC and device_* accessors. | matt |
| 2008-03-15 | Use device_* accessors. | jkunz |
| 2008-03-11 | Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf | matt |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-15 | Give bbusy() an interlock argument. If the we need to wait for the buffer, | ad |
| 2008-01-04 | Catch up with rename of buf's b_un.b_addr -> b_data. | joerg |
| 2008-01-04 | Add missing sys/device.h. | joerg |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-22 | Apply changes for struct ifnet->if_sadl constify: | tsutsui |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-09-06 | Remove a now-unused local variable. | he |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 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-03-10 | whitespace | christos |
| 2007-03-08 | Cast to char* before doing pointer arithmetic. | he |
| 2007-03-08 | Cast to char* before doing pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 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-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-02-27 | Use device_is_a(). | thorpej |
| 2005-12-11 | make this compile again (from Johnny Billquist) | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-08-26 | s/locdesc_t/int/g | drochner |