| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-18 | remove unused variable | christos |
| 2012-08-20 | make this compile. | christos |
| 2012-08-20 | Support checksum offloading in carp(4) if the underlying device suports it, | bouyer |
| 2012-03-27 | Do not sleep in callout context, this will hang the clock soft interrupt. | bouyer |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-10-19 | Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). | dyoung |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-08-11 | ahem, min -> max in previous | pooka |
| 2010-08-11 | Use kpause() instead of DELAY() and sleep a minimum of 1 tick. | pooka |
| 2010-08-10 | Include opt_inet since this checks INET/INET6 | pooka |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-06-07 | Make ip_carp.c compile, fixing usage of CARP_LOG(). | taca |
| 2009-05-27 | PR/38260: Brian Seklecki: Improve carp logging. | christos |
| 2009-05-12 | Fix previous, || -> &&. | elad |
| 2009-05-12 | Fix inverted permissions check. | elad |
| 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 | bcmp -> memcmp | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 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-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-23 | Use <net/net_stats.h> / netstat_sysctl(). | thorpej |
| 2008-04-15 | Make CARP status per-cpu. | thorpej |
| 2008-03-15 | Set scope on IPv6 multicast address to give carp a chance to work for IPv6, too. | ws |
| 2007-12-21 | Add fix for ip_id information leakage. Since the leakage information is | matt |
| 2007-12-20 | Constify struct ifnet->if_sadl and every use throughout the tree. | dyoung |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-04 | Use IFADDR_FOREACH(). | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-19 | Constify sockaddr argument to ether_multiaddr(). Change struct | 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-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 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-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-30 | Fix typo (hi Elad) | christos |
| 2006-10-25 | Kill some KAUTH_GENERIC_ISSUSER. | elad |
| 2006-10-20 | Remove some dead code - From OpenBSD Rev. 1.129 | liamjfoy |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-13 | Remove implementation of tvtohz() - since the timecounters branch | riz |
| 2006-05-25 | remove a little white space | liamjfoy |