ndex, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/netiso/clnp_raw.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
2008-12-17kill MALLOC and FREE macros.cegger
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-04-28Set in a lock on new sockets. I don't know how this was missed before.ad
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
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-12-04Typo in comment.is
2005-12-11merge ktrace-lwp.christos
2004-04-25remove #else clause of #if __STDC__matt
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
2003-02-08deobfuscify PRU_CONNECT a bit - split isop_sfaddr and rcb_faddr pointerjdolecek
2001-11-13add RCSIDslukem
2000-03-30Remove register declarations.augustss