summaryrefslogtreecommitdiff
path: root/sys/netinet/if_atm.c
AgeCommit message (Expand)Author
2012-09-24Add missing "\n" in log(9)msaitoh
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-05-22Don't cast to void * unnecessarily.dyoung
2007-09-05We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-07Use satocsdl() et cetera instead of SDL(). Constify.dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30fix initializers and add const.christos
2005-12-11merge ktrace-lwp.christos
2005-02-02de-__P, do some ANSIfication.perry
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-06-09whitespaceitojun
2001-11-13add RCSIDslukem
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2000-03-30Remove register declarations.augustss
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1998-09-13Fix copyright spacing and 'Van' -> 'van' for consistency.christos
1998-07-05defopt NATM.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-04-29Fix some whitespace.thorpej
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-07-03ported ATM to FreeBSD 2.2-960612-SNAPchuck
1996-06-29change:chuck
1996-06-26fixes/new stuff:chuck
1996-06-22network support for ATM networks (ATM == Async Transfer Mode, notchuck