| Age | Commit message (Expand) | Author |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Once again, use ether_ioctl() instead of (cmd == SIOCADDMULTI) ? | dyoung |
| 2007-08-26 | Constify. | dyoung |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-16 | - Merge changes from the vmlocking branch. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2007-01-13 | Fix uninitialised warnings. All are false positives, except one which was | cube |
| 2006-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-08 | Replace securelevel checks with kauth(9) calls. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-08-30 | - fix initializers | christos |
| 2006-08-30 | fix incomplete initializers. | christos |
| 2006-08-27 | undo previous. Andy says the struct is used in pkgsrc. | christos |
| 2006-08-27 | Sprinkle _KERNEL. | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-04-14 | Coverity CID 1532: Off-by-one array overrun. | christos |
| 2006-04-14 | Coverity CID 1081: Avoid NULL deref. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-27 | A device that has just been detached can't be reconfigured. Coverity ID 2674. | bouyer |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | Initialize "mapped" before any of the "goto"'s, so we're not testing an | fredb |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | add const | christos |
| 2005-05-30 | avoid variable shadowing. | christos |
| 2005-05-02 | split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-26 | Remove an erroneous semicolon. | simonb |
| 2005-01-31 | Eliminate use of M_HASFCS. | thorpej |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-15 | oops, another typo, should fix report by taya | drochner |
| 2004-09-15 | actually pass the locators, | drochner |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-19 | Spell removable with only two es. Inspired by jmc@openbsd. | wiz |
| 2003-12-09 | Grab the configuration lock when handling I2ORESCANCMD. | ad |
| 2003-12-09 | Match Promise controllers. | ad |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |