| Age | Commit message (Expand) | Author |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-05-29 | Remove aarp_clean, unused. By the way this function was probably buggy | maxv |
| 2018-02-17 | Add NETATALKDEBUG to the option header and include that in the main source | rjs |
| 2017-12-09 | Mmh, pull up the packet to ether_aarp, otherwise we're reading past the | maxv |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-20 | apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ... | knakahara |
| 2012-01-31 | Fix AppleTalk name registration, as discussed on the port-macppc list | hauke |
| 2011-05-08 | aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leading | bouyer |
| 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-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2007-12-04 | Use IFADDR_FOREACH(). | 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-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 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-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-10 | change the MOWNER_INIT define to take two args; fix extant struct mowner | dogcow |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-24 | PR/31051: Kousaku Nakahara: can't find the device from Macintosh through | christos |
| 2005-05-29 | sprinkle const. | christos |
| 2005-01-08 | netatalk: remove a redundant extern decl of etherbroadcastaddr. | yamt |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-27 | - don't use M_WAIT within splnet. | itojun |
| 2003-02-26 | Update for MBUFTRACE. | matt |
| 2003-01-28 | allocate, not alocate. Noted by mjl, not mjll. | wiz |
| 2002-12-21 | aarptab_size is never used. Remove. | kristerw |
| 2002-10-22 | ARGSUSED | perry |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-09-21 | Make NETATALK over FDDI. | matt |
| 1998-10-13 | Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common. | kim |
| 1997-04-03 | Make at_ifawithnet take an ifnet arg instead of an ifaddr. Suggested by | christos |
| 1997-04-02 | Appletalk networking stack. Code based on netatalk release beta-970220 | christos |