| Age | Commit message (Expand) | Author |
| 2013-05-29 | Fix signature of capi_ll_control. | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-02 | Define i4b files in netisdn/files.i4b. | uebayasi |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-18 | Nuke some debug print code which has never compiled in NetBSD. | pooka |
| 2010-01-18 | Don't freak out if a kernel config already has I4B_MBUF_DEBUG | pooka |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-11-09 | KNF is nice, but not if it causes a warning that breaks compilation :-) | martin |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-20 | Make sure callouts are initialized before any access (including stopping | martin |
| 2008-05-23 | Also delete a now-unused local variable. | he |
| 2008-05-22 | Cosmetic: delete dead code. | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Add missing ';' to fix a compile error, which was introduced in the | veego |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-14 | We count last activity in time_update nowadays, so use that to compare | martin |
| 2007-07-09 | Merge some of the less invasive 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-20 | Adapt to const-ification of the *dst arg of if_output() functions. | he |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Kill KAUTH_GENERIC_ISSUSER. | elad |
| 2006-10-16 | replace static for ncapi - it doesn't need exporting - nuke it from the header | pooka |
| 2006-10-16 | * __unused madness | pooka |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-06-03 | remove static decl. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-17 | Remove shadow variable caused by lwp fixes | jmc |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-06-13 | Rename a shadowed variable | jmc |
| 2005-06-01 | quell cast-qual and shadow warnings | drochner |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-05-06 | If we don't have a source telephone number configured, do not send | martin |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-04-18 | Use M_ZERO as appropriate. Use M_WAITOK instead of 0. | matt |
| 2004-03-28 | Pass the number of B channels down in the info ioctl. | pooka |