| Age | Commit message (Expand) | Author |
| 2010-02-25 | Adapt to <powerpc/spr.h> breakup. | matt |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 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-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-17 | Use a local temporary struct gt_softc* so we don't try to | he |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-06-10 | Avoid the effects of name space pollution caused by <sys/rb.h>, | he |
| 2008-04-11 | Put back a %s so that the format matches again. Fixes build for evbppc. | he |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-12-16 | Remove a local variable which is no longer used. | he |
| 2007-12-05 | lockmgr -> mutex | ad |
| 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-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-17 | Fix a missing include noted by Gerald Lee on tech-kern | garbled |
| 2007-10-08 | Use the softint API. | ad |
| 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-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-07 | Cast to char* and int before doing pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-26 | use the "i2cbus" interface attribute rather than putting a string name | drochner |
| 2006-05-24 | 'volatile' is not a valid return type qualifier - remove it. | mrg |
| 2006-05-16 | Include now needed <sys/kauth.h>, and fold a long line. | he |
| 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-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-06 | Remove another instance of the SET/CLR/ISSET macro triplet, now found | he |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |