| Age | Commit message (Expand) | Author |
| 2007-05-24 | Major update to isp(4) driver to bring it in line with external sources. | mjacob |
| 2007-04-11 | return 100 in match() so we beat genfb | macallan |
| 2007-04-11 | add an sbus frontend fro genfb | macallan |
| 2007-03-14 | - add dummy input methods so we don't panic if someone tries to read | macallan |
| 2007-03-11 | whitespace police, some cleanup - no functional changes | macallan |
| 2007-03-11 | some more overhaul: | macallan |
| 2007-03-11 | don't pull in stuff we don't actually use: | macallan |
| 2007-03-10 | adjust some debug output verbosity and use aprint_*() | macallan |
| 2007-03-08 | make the dbri driver work again | macallan |
| 2007-03-04 | fix fall out from caddr_t changes. | mrg |
| 2007-03-04 | fix fallout from caddr_t changes. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-07 | Allow this to compile with -DDEBUG: convert proc to lwp->l_proc. | jdc |
| 2007-01-07 | Allow this to compile with -DDEBUG: convert proc to lwp->l_proc. | jdc |
| 2006-12-11 | Add an explicit NULL for the card_detect function (that we don't have/need) | jdc |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-24 | Snapshot of work in progress gem @ sbus attachement. Don't use at home | martin |
| 2006-10-15 | Missing initializers | martin |
| 2006-10-15 | Add missing initializer | martin |
| 2006-10-15 | Add missing initializer | martin |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-23 | PR# 29516: magma.c comments are wrong, also splhigh is excessive | jmcneill |
| 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-28 | Clean up bogus whitespace | blymn |
| 2006-05-15 | include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-04-06 | kill NULL initialisation of get/setborder | drochner |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-03-09 | keep the chip powered down when not in use on machines that support it | macallan |
| 2006-03-09 | this should have been committed with p9100.* | macallan |
| 2006-03-08 | sprinkle #if NWSDISPLAY > 0 to make this compile cleanly without wscons again | macallan |
| 2006-03-06 | - use vcons | macallan |
| 2006-02-28 | Fix inverted device_is_a() logic in previous conversion. | kleink |
| 2006-02-27 | Use device_is_a(). | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-14 | proc -> lwp | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-12 | Add hardware cursor support, needs testing. | macallan |
| 2005-11-10 | Use mstohz() for timeout calculations. | martin |
| 2005-11-05 | ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1q | bouyer |