Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt | |
2001-05-27 | Fixup tags. | Angelos D. Keromytis | |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino | |
it is to be friendly with postfix daemon-to-daemon communication (not 100% sure if which behavior is correct, specwise). patch similar to netbsd. | |||
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | Michael Shalayeff | |
2001-03-23 | Be paranoid when copying m_pkthdr. | Angelos D. Keromytis | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-09-22 | Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'd | Todd C. Miller | |
2000-01-17 | Add 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-15 | PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will be | Federico G. Schwindt | |
returned way above. | |||
2000-01-15 | Some KNF. | Federico G. Schwindt | |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt | |
2000-01-15 | Remove unneded vars and code. 0 -> NULL. Some KNF. | Federico G. Schwindt | |
Use statistics where available. | |||
2000-01-15 | Remove the IPX ifdef; it's always there. | Federico G. Schwindt | |
2000-01-15 | more KNF. | Federico G. Schwindt | |
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt | |
I'm not sure why we'd want to reset it. Leave the comment as is by now. | |||
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt | |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt | |
2000-01-13 | Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; use | Federico G. Schwindt | |
higher ports (> 6000) for privileged users; from FreeBSD. Add some new port entries. | |||
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 | |
ipx_delivered. Treat packets broadcasted to the net where it was received as ours. | |||
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 | |
ipx_ifaddr. | |||
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 | |
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit. | |||
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 | |
the XNS code. | |||
1996-12-23 | no panic on ppp down/retry | Michael Shalayeff | |
1996-11-25 | sysctl entries; | Michael Shalayeff | |
control ipx {send,recv} queues size | |||
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 | |