summaryrefslogtreecommitdiff
path: root/net/wakeup/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-11-14Cast an argument to isxdigit(3) to unsigned char. Fix build onhira1-5/+7
NetBSD/amd64. OK'd by tron@.
2003-09-25Include "stdlib.h" to get missing prototype for exit(3) to fix buildtron1-10/+13
problem when GCC 3.3.1 is used.
1999-11-20Use NetBSD build system and WARNSify program.tron1-7/+33
1999-11-18Send a broadcast message to all clients of a subnet containinghubertf1-0/+43
a magic packet to boot the machine up. Usage: wakeup xx:xx:xx:xx:xx:xx xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a" (local),