History log of /freebsd-current/usr.sbin/wake/wake.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.


# 06eb5e92 24-Feb-2012 Jaakko Heinonen <jh@FreeBSD.org>

Exit with proper status when wake() fails.

PR: bin/153527
Submitted by: Douglas Steinwand
MFC after: 2 weeks


# 6acc4f15 24-Feb-2012 Jaakko Heinonen <jh@FreeBSD.org>

style(9).

MFC after: 2 weeks


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 66df920c 08-Feb-2010 Martin Blapp <mbr@FreeBSD.org>

If there is only one NIC in the system that is up and running, the
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>


# 4d2280e8 26-Dec-2009 Robert Watson <rwatson@FreeBSD.org>

Fix wake(8) synopsis to make it clear that at least one lladdr is required
as an argument.

Submitted by: Marc Balmer <marc@msys.ch>
MFC after: 3 days


# 12de41a2 01-Jul-2009 Stanislav Sedov <stas@FreeBSD.org>

- Properly order headers, local variables and prototypes. [1]
- Remove unneeded headers.
- Return non-zero error code in usage().

Approved by: re (kib)
Suggested by: bde [1]


# d981a4e2 01-Jul-2009 Stanislav Sedov <stas@FreeBSD.org>

- Fix the bug in write(2) called with incorrect parameters resulting in writes
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


# 58c6a70a 30-Jun-2009 Martin Blapp <mbr@FreeBSD.org>

Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network

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