summaryrefslogtreecommitdiff
path: root/sys/netiso
AgeCommit message (Expand)Author
2009-08-07Remove superfluous parenthesis in #ifdef ARGO_DEBUG.wiz
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-16Replace another KAUTH_GENERIC_ISSUSER with a better alternative.elad
2009-04-16Remove three more trivial KAUTH_GENERIC_ISSUSER uses:elad
2009-03-18Correct a couple of bcopy() -> memcpy() conversions which did nothe
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-14ANSIfy another 1261 function definitions.dsl
2009-03-14Negative lengths should not be allowed. Make it unsigned.christos
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-10-24Use NULL instead of 0 or (type *)0. No functional change intended.dyoung
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-10-22sockopt_setmbuf() may fail, so handle the possiblityplunky
2008-10-09set if_addrlen = 0 when attaching, as no link layer address is actually setplunky
2008-08-09as dyoung points out, %zu for size_t - not %zd.dogcow
2008-08-08%d -> %zd for size_tdogcow
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-05-22s/0/NULL/ in pointer comparisons.dyoung
2008-05-21protocol "drain" functions can be called in interrupt context, sodrochner
2008-05-15Cosmetic: s/0/NULL/dyoung
2008-05-11Use memcpy, memcmp, and memset instead of Bcopy, Bcmp, and Bzero,dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Set in a lock on new sockets. I don't know how this was missed before.ad
2008-04-24Merge the socket locking patch:ad
2008-04-23Remove remaining TPCONS code.plunky
2008-02-06Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.ad
2008-01-14Use rtcache_validate() instead of rtcache_getrt().dyoung
2008-01-10Save a rtcache_getrt() call.dyoung
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-07Use struct initializers. No functional change.elad
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(), IFADDR_NEXT().dyoung
2007-12-05Avoid casts, change (struct ifaddr *)ia to &ia->ia_ifa.dyoung
2007-12-04Use IFADDR_FOREACH().dyoung
2007-11-21de-__P()ifyis
2007-11-09Do not use insque/remque from libkern; they are about to be removed.plunky
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-02Delete the unused second argument to ip_stripoptions(), move itdyoung
2007-09-02We 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-29Constify: LLADDR() -> CLLADDR().dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-08-10Constify. Use satocsdl() and satosdl().dyoung