summaryrefslogtreecommitdiffstats
path: root/sys/netiso/if_eon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bye bye netiso, you won't be missedhenning2004-07-151-622/+0
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+1
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* de-register. deraadt okitojun2003-12-101-17/+17
* Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.cloder2003-09-281-2/+2
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* string fixderaadt2003-05-031-2/+2
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-2/+2
* fix potential NULL pointer deref. From: tedu <grendel@zeitbombe.org>itojun2002-07-311-2/+2
* m_freem(NULL) bad style, ok jason@niklas2002-03-261-2/+3
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-271-2/+2
* Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.fgsch2001-06-251-3/+1
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-3/+1
* More tag fixups (why do I bother with this...)angelos2001-05-271-1/+4
* allow changing number of loopbacks in ukc.mickey2001-02-061-6/+2
* pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun2001-01-191-4/+5
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-3/+7
* we don't need to include buf.hart1999-04-221-2/+1
* syncderaadt1996-05-221-2/+4
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-4/+4
* partial sync with netbsd 960418, more to comederaadt1996-04-211-11/+9
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-183/+228
* initial import of NetBSD treederaadt1995-10-181-0/+588