| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: bin/153527
Submitted by: Douglas Steinwand
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
due to careful design. We've not yet figured out how to properly
annotate the sockaddr structs to communicate this to the compiler and
there's a number of constructs in the tree that make this annotation
challenging.
As such, reduce warns to 3 here because this code really isn't warns 6
safe, even if it kinda sorta appears to be on intel (which has no such
alignment restrictions). Warns 4 adds the -Wcast-align warning.
# fixes the mips tinderbox build
|
|
|
|
|
|
|
|
|
| |
interface specifier on the command line can be ommited.
Besides of this, the bpf is being reused for each machine
that has to be woken up.
Submitted by: Marc Balmer <marc@msys.ch>
|
|
|
|
|
|
|
| |
local machine (s/the network interface/a network interface).
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
| |
as an argument.
Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days
|
|
|
|
| |
Submitted by: Ulrich Spoerlein
|
|
|
|
|
|
|
|
| |
- Remove unneeded headers.
- Return non-zero error code in usage().
Approved by: re (kib)
Suggested by: bde [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
always started from the start of the packet.
- Fix usage string (multiple addresses can be specified).
- Make the source more style(9) compliant.
- Improve error reporting (do not silently fail if something goes
wrong).
- Make functions static.
- Use warns level 6.
Approved by: re (kib)
Discussed with: Marc Balmer <marc@msys.ch>, brian, mbr
|
|
|
|
|
|
| |
M wake/Makefile
Approved by: re (previous commit)
|
|
Submitted by: Marc Balmer <marc@msys.ch>
Reviewed by: rwatson
Approved by: re
M usr.sbin/Makefile
A usr.sbin/wake
AM usr.sbin/wake/wake.c
AM usr.sbin/wake/Makefile
AM usr.sbin/wake/wake.8
|