summaryrefslogtreecommitdiff
path: root/sys/netatalk
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-09-12Remove unused variablemartin
2012-01-31Fix AppleTalk name registration, as discussed on the port-macppc listhauke
2011-10-19Use if_addr_init() instead of ifp->if_ioctl().dyoung
2011-08-31NULL does not need a castplunky
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-05-08aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leadingbouyer
2011-03-31Hide the radix-trie implementation of the forwarding table so that wedyoung
2010-01-30Use the symbolic names. No functional change.is
2009-09-12Make sure to set length in AARP-response packets. PR kern/41124tsutsui
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-16Remove three more trivial KAUTH_GENERIC_ISSUSER uses:elad
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-30Back out previous. softnet_lock is no longer held for at_control.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Fix hang with atalkd. PR kern/38513.ad
2008-04-24Merge the socket locking patch:ad
2008-04-23Make DDP stats per-cpu. While here, bump the counters to 64-bit andthorpej
2008-04-06Fix a bug that I introduced in rev 1.11, when I left out an assignmentdyoung
2008-01-28Make one call to rtcache_lookup() out of calls to rtcache_setdst()dyoung
2008-01-14Use rtcache_validate() instead of rtcache_getrt().dyoung
2008-01-12Good-bye, rtcache_check(). Call both rtcache_validate() anddyoung
2008-01-10Save a rtcache_getrt() call.dyoung
2007-12-21Get the rtentry from forwro in one less step.dyoung
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-06Use ifa_insert(), ifa_remove().dyoung
2007-12-05Extract common code, creating a subroutine if_purgeaddrs(ifp,dyoung
2007-12-05Use IFADDR_FIRST() and IFADDR_NEXT().dyoung
2007-12-05Bring this dead code, aa_clean(), into the 21st century, *shrug*.dyoung
2007-12-04Use IFADDR_FOREACH().dyoung
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-06In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp()dyoung
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-18Convert atalksw to structure initializers.matt
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-15Introduce new helper functions to abstract the route caching.joerg