| Age | Commit message (Expand) | Author |
| 2009-08-07 | Remove superfluous parenthesis in #ifdef ARGO_DEBUG. | wiz |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-16 | Replace another KAUTH_GENERIC_ISSUSER with a better alternative. | elad |
| 2009-04-16 | Remove three more trivial KAUTH_GENERIC_ISSUSER uses: | elad |
| 2009-03-18 | Correct a couple of bcopy() -> memcpy() conversions which did not | he |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Negative lengths should not be allowed. Make it unsigned. | christos |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Use NULL instead of 0 or (type *)0. No functional change intended. | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-10-22 | sockopt_setmbuf() may fail, so handle the possiblity | plunky |
| 2008-10-09 | set if_addrlen = 0 when attaching, as no link layer address is actually set | plunky |
| 2008-08-09 | as dyoung points out, %zu for size_t - not %zd. | dogcow |
| 2008-08-08 | %d -> %zd for size_t | dogcow |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-05-22 | s/0/NULL/ in pointer comparisons. | dyoung |
| 2008-05-21 | protocol "drain" functions can be called in interrupt context, so | drochner |
| 2008-05-15 | Cosmetic: s/0/NULL/ | dyoung |
| 2008-05-11 | Use memcpy, memcmp, and memset instead of Bcopy, Bcmp, and Bzero, | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Set in a lock on new sockets. I don't know how this was missed before. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Remove remaining TPCONS code. | plunky |
| 2008-02-06 | Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. | ad |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). | dyoung |
| 2008-01-10 | Save a rtcache_getrt() call. | dyoung |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-12-07 | Use struct initializers. No functional change. | elad |
| 2007-12-06 | Use ifa_insert(), ifa_remove(). | dyoung |
| 2007-12-05 | Extract common code, creating a subroutine if_purgeaddrs(ifp, | dyoung |
| 2007-12-05 | Use IFADDR_FIRST(), IFADDR_NEXT(). | dyoung |
| 2007-12-05 | Avoid casts, change (struct ifaddr *)ia to &ia->ia_ifa. | dyoung |
| 2007-12-04 | Use IFADDR_FOREACH(). | dyoung |
| 2007-11-21 | de-__P()ify | is |
| 2007-11-09 | Do not use insque/remque from libkern; they are about to be removed. | plunky |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-02 | Delete the unused second argument to ip_stripoptions(), move it | dyoung |
| 2007-09-02 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-10 | Constify. Use satocsdl() and satosdl(). | dyoung |