summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_pcb.c
AgeCommit message (Collapse)Author
2006-05-18paramter -> parameterMiod Vallat
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@
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.
2000-01-15Some KNF.Federico G. Schwindt
2000-01-13Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; useFederico G. Schwindt
higher ports (> 6000) for privileged users; from FreeBSD. Add some new port entries.
2000-01-13rearrange includes.Federico G. Schwindt
2000-01-11Remove references to ipx_thishost; instead find the address fromFederico G. Schwindt
ipx_ifaddr.
2000-01-11Remove references to ipx_error.h. Insert the pcb at splnet.Federico G. Schwindt
1999-04-28zap the newhashinit hack.Artur Grabowski
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit.
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.