summaryrefslogtreecommitdiff
path: root/sys/netiso
AgeCommit message (Expand)Author
2001-11-19more than typoTheo de Raadt
2001-09-20occured->occurredMike Pechkin
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-06-27Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingAngelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.Federico G. Schwindt
2001-06-23Likewise, use m_tag_init()Angelos D. Keromytis
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-05-27More tag fixups (why do I bother with this...)Angelos D. Keromytis
2001-05-25recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.Jun-ichiro itojun Hagino
2001-05-24Dereference mbuf after validity check (tedu@heorot.stanford.edu)Angelos D. Keromytis
2001-05-22Initialize packet tags.Angelos D. Keromytis
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-03-23Use M_COPY_PKTHDR(), and zero out tdbi.Angelos D. Keromytis
2001-02-06allow changing number of loopbacks in ukc.Michael Shalayeff
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-02-25clear m->m_pkthdr when changing mbuf type to M_PKTHDR.Jun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-04-22we don't need to include buf.hArtur Grabowski
1998-04-04gcc 2.8 supplicationdon
1998-01-03ignore PRU_SHUTDOWN if socket is already shutdownTheo de Raadt
1997-09-07Enclose comments after #endif in /* */ and #if 0 out this sectionTodd C. Miller
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-02-08need arc4random protoTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-01from netbsd; fix a printf format stringTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-19Missed from last import.Michael Shalayeff
1996-03-04Initial commit of NetBSD 960217 netiso.Michael Shalayeff
1995-12-14from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt