Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell | |
2002-03-26 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist | |
2001-09-23 | make this compile on alpha | Michael Shalayeff | |
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-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | Michael Shalayeff | |
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 | more KNF. | Federico G. Schwindt | |
2000-01-11 | remove unneeded includes. | 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 | |
1998-03-18 | typeless declaration | Michael Shalayeff | |
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 | 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 | |
ip<-->ipx encapsulations does not work still. spx suspected to do too. |