summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_usrreq.c
AgeCommit message (Collapse)Author
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-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-09-23make this compile on alphaMichael Shalayeff
2000-01-17Add sysctl vars for checksum, forwarding and netbios.Federico G. Schwindt
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts.
2000-01-15Some KNF.Federico G. Schwindt
2000-01-11Remove references to ipx_error. IPX does not generate any errors.Federico G. Schwindt
1997-01-18illiminate memset gcc generated call, just like prev commit toMichael Shalayeff
the XNS code.
1996-12-23no panic on ppp down/retryMichael Shalayeff
1996-11-25sysctl entries;Michael Shalayeff
control ipx {send,recv} queues size
1996-10-26remove my CVS tag.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.