| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-12 | Remove unused variable | martin |
| 2012-01-31 | Fix AppleTalk name registration, as discussed on the port-macppc list | hauke |
| 2011-10-19 | Use if_addr_init() instead of ifp->if_ioctl(). | dyoung |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-05-08 | aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leading | bouyer |
| 2011-03-31 | Hide the radix-trie implementation of the forwarding table so that we | dyoung |
| 2010-01-30 | Use the symbolic names. No functional change. | is |
| 2009-09-12 | Make sure to set length in AARP-response packets. PR kern/41124 | tsutsui |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-16 | Remove three more trivial KAUTH_GENERIC_ISSUSER uses: | elad |
| 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-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-30 | Back out previous. softnet_lock is no longer held for at_control. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Fix hang with atalkd. PR kern/38513. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Make DDP stats per-cpu. While here, bump the counters to 64-bit and | thorpej |
| 2008-04-06 | Fix a bug that I introduced in rev 1.11, when I left out an assignment | dyoung |
| 2008-01-28 | Make one call to rtcache_lookup() out of calls to rtcache_setdst() | dyoung |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). | dyoung |
| 2008-01-12 | Good-bye, rtcache_check(). Call both rtcache_validate() and | dyoung |
| 2008-01-10 | Save a rtcache_getrt() call. | dyoung |
| 2007-12-21 | Get the rtentry from forwro in one less step. | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 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() and IFADDR_NEXT(). | dyoung |
| 2007-12-05 | Bring this dead code, aa_clean(), into the 21st century, *shrug*. | dyoung |
| 2007-12-04 | Use IFADDR_FOREACH(). | dyoung |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | 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-05-06 | In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp() | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-18 | Convert atalksw to structure initializers. | matt |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |