| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Register with pmf(9). Thus we register with both dopowerhooks(9) and | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Split device_t and softc. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-03 | Use dev/apm/files.apm for APM options in opt_apm.h. | uwe |
| 2009-04-03 | Config glue for attaching apm at apmdevif. | uwe |
| 2009-04-03 | Attachment glue to attach apm0 at hpcapm0. | uwe |
| 2009-04-03 | Switch apmdev to use apm(4) structures from dev/apm/apmvar.h. | uwe |
| 2009-04-03 | Further reduce diffs to dev/apm/apm.c. | uwe |
| 2009-03-30 | Split device_t and softc, use aprint_*, rename/reformat stuff to | uwe |
| 2009-03-30 | Fix battery_state vs. battery_flags confusion. | uwe |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-06-12 | device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x) | rafal |
| 2008-06-10 | use new "defpseudodev" where appropriate, and remove dummy interface | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-21 | Rasops and wsfont are now in MI conf/files so remove them from here. | uwe |
| 2008-01-30 | Has this compiled recently? | ad |
| 2008-01-07 | Catch up with new option to dev/pckbport/wskbdmap_mfii.c | uwe |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-14 | Complete lockmgr->mutex conversion started in 1.12. Mutex needs to be | uwe |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-10-29 | wsdisplay has been converted to device_t/softc separation so we can't cast | peter |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-09-23 | We call to config_hook_call() with always 'on'. | kiyohara |
| 2007-09-23 | Fix to persona_hpw{5,20}0pad_special_keymap.[KEY_SPECIAL_OFF] = 5. | kiyohara |
| 2007-07-10 | Fix compile failure occured kthread API changes. | nonaka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-09 | after the recent config_attach_pseudo() changes, unit numbers have the same | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-27 | Nuke GPROF cargo-cult I've been cut-n-pasting around in my drivers. | uwe |
| 2006-10-12 | -Wextra fixes | uwe |
| 2006-10-10 | The use of a local variable is conditional on FBDEBUG, so make the | he |
| 2006-10-09 | Remove (the default) #define XXXDEBUG and add the options to the relevant | peter |