summaryrefslogtreecommitdiff
path: root/sys/netiso/esis.c
AgeCommit message (Expand)Author
2013-03-01Retire OSI network stack. OK core@joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-05-11Use memcpy, memcmp, and memset instead of Bcopy, Bcmp, and Bzero,dyoung
2008-04-28Set in a lock on new sockets. I don't know how this was missed before.ad
2007-12-04Use IFADDR_FOREACH().dyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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
2007-02-17Cosmetic: don't open-code TAILQ_FOREACH.dyoung
2006-11-24Check parameters to avoid potential panic root user.is
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-25Kill some KAUTH_GENERIC_ISSUSER.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30add missing initializerschristos
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2004-04-19ANSI'fy, de-__P(), and constify some read-only data.matt
2004-04-18Use M_ZERO when appropriatematt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-05-12Eliminate commons.matt
2001-11-13add RCSIDslukem
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-26more careful about AF on ctlinput. (saw panic in the past with kame/netbsd141)itojun
2000-01-08allow delivery of routing protocol pdus to `raw' sockets even when thechopps
1999-04-14don't check for ether_output, instead use if_type == IFT_ETHERchopps
1998-07-05defopt ISO TPIP.jonathan
1998-03-01Merge with Lite2 + local changesfvdl
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-08Make sure the control mbufs are freed in all cases.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-04-13fix screw-up in the prototyping changes: print pointers with %p, NOTcgd
1996-02-13netiso prototypes and fixes to get -DTUBA to compile.christos
1995-08-17so_pcb should be a void *.mycroft
1995-06-13Change llinfo_llc to use queue.h.mycroft
1995-06-13Touch this up so it compiles again.mycroft