summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_ip.c
AgeCommit message (Collapse)Author
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
the remainder of the network stack from splimp to splnet. ok miod@
2004-09-20Fix order of operations for m_gethdr(), found a bit ago, commit after secondDale Rahn
prodding.
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-07-09do not flip ip_len/ip_off in netinet stack. deraadt ok.Jun-ichiro itojun Hagino
(please test, especially PF portion)
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-03string fixes; tedu okTheo de Raadt
2002-09-18mad typo, only null can take itMichael Shalayeff
2002-08-28Fix a problem where passing NULL as a pointer with varargs does not promotePer Fogelstrom
NULL to full 64 bits on a 64 bit address system. Soultion is to add a (void *) cast before NULL. This makes a 64 bit MIPS kernel work and will probably help future 64 bit ports as well. OK from art@
2001-09-23make this compile on alphaMichael Shalayeff
2001-05-27Fixup tags.Angelos D. Keromytis
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-03-23Be paranoid when copying m_pkthdr.Angelos D. Keromytis
2000-01-15Check that INET is defined. Revove unused code. Some KNF.Federico G. Schwindt
2000-01-13Fix compilation error introduced recently; thanks mickey.Federico G. Schwindt
2000-01-11Remove references to ipx_thishost; instead find the address fromFederico G. Schwindt
ipx_ifaddr.
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1996-10-26remove my CVS tag.Michael Shalayeff
1996-10-18-Wall happieness. bug fix caused by parens...Michael Shalayeff
1996-08-16initial commit of Free's netipx w/ some changes.Michael Shalayeff
ip<-->ipx encapsulations does not work still. spx suspected to do too.