index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netipx
Age
Commit message (
Expand
)
Author
2000-01-13
Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; use
Federico G. Schwindt
2000-01-13
Remove error protocol.
Federico G. Schwindt
2000-01-13
Fix compilation error introduced recently; thanks mickey.
Federico G. Schwindt
2000-01-13
IPXDEBUG -> SPXDEBUG.
Federico G. Schwindt
2000-01-13
rearrange includes.
Federico G. Schwindt
2000-01-13
some KNF.
Federico G. Schwindt
2000-01-13
more KNF. remove unneeded and ancient debug code.
Federico G. Schwindt
2000-01-11
Rearrange includes and remove unnecessary ones.
Federico G. Schwindt
2000-01-11
Call ipx_output_type20 for type 20 (netbios) packets.
Federico G. Schwindt
2000-01-11
Add ipx_output_type20 prototype.
Federico G. Schwindt
2000-01-11
Add output routine to broadcast type 20 (Netbios) packets; from FreeBSD.
Federico G. Schwindt
2000-01-11
Remove unnecessary variables and debug code. Use ipxs_total and
Federico G. Schwindt
2000-01-11
More statistic vars from FreeBSD.
Federico G. Schwindt
2000-01-11
remove unneeded includes.
Federico G. Schwindt
2000-01-11
Remove references to ipx_thishost; instead find the address from
Federico G. Schwindt
2000-01-11
Remove ipx_interface.
Federico G. Schwindt
2000-01-11
some KNF.
Federico G. Schwindt
2000-01-11
PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead.
Federico G. Schwindt
2000-01-11
Remove references to ipx_error. IPX does not generate any errors.
Federico G. Schwindt
2000-01-11
Remove references to ipx_error.h. Insert the pcb at splnet.
Federico G. Schwindt
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-03-18
typeless declaration
Michael Shalayeff
1997-07-23
define ETHERTYPE_IPX
Michael Shalayeff
1997-01-18
illiminate memset gcc generated call, just like prev commit to
Michael Shalayeff
1996-12-23
no panic on ppp down/retry
Michael Shalayeff
1996-11-25
sysctl entries;
Michael Shalayeff
1996-10-26
sockaddr_ipx members order change
Michael Shalayeff
1996-10-26
remove my CVS tag.
Michael Shalayeff
1996-10-18
-Wall happieness. bug fix caused by parens...
Michael Shalayeff
1996-08-16
initial commit of Free's netipx w/ some changes.
Michael Shalayeff