| Age | Commit message (Expand) | Author |
| 2014-01-30 | Add missing cast (to make it compilable) | martin |
| 2014-01-26 | kill VM_DEFAULT_ADDRESS use | christos |
| 2013-10-25 | Simplify | martin |
| 2013-10-25 | Mark potentially unused variable | martin |
| 2013-10-25 | Mark a potentially unused variable | martin |
| 2013-10-25 | Remove unused variables | martin |
| 2013-10-19 | Remove an unused variable | martin |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-10-19 | comment out unused code (for documentation purposes) | martin |
| 2013-10-19 | Make sure we don't accidently pass an unsolicited packet as "ack only" | martin |
| 2013-10-18 | Remove set but unused variables. | martin |
| 2012-12-07 | Remove the R1 syntactic sugar, since it collides with a #define in | hauke |
| 2012-12-06 | Remove the R1 syntactic sugar, since it collides with a #define in | hauke |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-09 | avoid inconsistent inline usage to appease gcc 4.5. | mrg |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-12-10 | return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE) | macallan |
| 2010-06-06 | defflag GRF_COMPAT. | mrg |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-28 | Fight the ever-increasing size of src checkouts by spelling "useful" | snj |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-23 | Use lwp_getpcb() on m68k ports, clean from struct user usage. | rmind |
| 2009-11-01 | Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder). | snj |
| 2009-10-27 | Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyright | snj |
| 2009-10-20 | Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@. | snj |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes. | tsutsui |
| 2008-04-04 | adb_read_date_time: remove an unused variable. | yamt |
| 2008-04-03 | Factor out ADB spin-wait timeout loop, and use it for synchronous | scottr |
| 2008-04-01 | Add timeout to busy loops waiting for ADB command completition. | martin |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-25 | fallout from v_specinfo removal | dogcow |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-09 | Call zs_lock_init() to set up the chanstate's lock. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-01 | Fix build after dyoung's changes. | jmmv |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-29 | Pack all global video-related variables into a structure for clarity. | jmmv |
| 2007-08-29 | Move the definition of multiple video-related variables into a new | jmmv |
| 2007-08-29 | Split the global videosize variable into videowidth and videoheight: | jmmv |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-23 | Fix a warning from gcc 4 about stripping the volatile qualifier by a cast | hauke |
| 2007-06-10 | Switch mac68k's sn(4) Ethernet to MI SONIC driver. | tsutsui |