aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wake
Commit message (Expand)AuthorAgeFilesLines
* mdoc sweep.Joel Dahl2013-05-121-1/+1
* Exit with proper status when wake() fails.Jaakko Heinonen2012-02-241-5/+8
* style(9).Jaakko Heinonen2012-02-241-4/+4
* Anything that casts struct sockaddr * to struct sockaddr_foo is safeWarner Losh2010-02-091-0/+2
* If there is only one NIC in the system that is up and running, theMartin Blapp2010-02-082-45/+86
* Make it clear that "interface" is one out of possibly many interface of theMartin Blapp2010-01-021-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Fix wake(8) synopsis to make it clear that at least one lladdr is requiredRobert Watson2009-12-262-2/+3
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* - Properly order headers, local variables and prototypes. [1]Stanislav Sedov2009-07-011-18/+11
* - Fix the bug in write(2) called with incorrect parameters resulting in writesStanislav Sedov2009-07-012-52/+64
* Compiles without higher warn levelMartin Blapp2009-06-301-2/+0
* Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet networkMartin Blapp2009-06-303-0/+243