Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+6 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address. | julian | 1998-05-28 | 1 | -14/+33 |
| | | | | | | | | This is obviously not a terribly used function as it's apparently been broken forever. It IS possible that this fix is wrong and that the KERNEL is wrong (in which case you should fix if_ethersubr.c) either way it certainly has more hope of working now than before. I'd take it to 2.2 except that obviously no-one cares :-) | ||||
* | Use err(3). -Wall cleaning. | charnier | 1997-10-01 | 1 | -14/+14 |
| | |||||
* | Make mtest build. Write a makefile and a man page. | fenner | 1996-12-15 | 1 | -2/+1 |
| | |||||
* | A multicast testing program, allowing you to join and leave both | fenner | 1996-12-15 | 1 | -0/+206 |
IP and ethernet multicast groups. Obtained from: Multicast release 3.5 |