OpenBSD CVS

CVS log for src/usr.sbin/wake/Attic/wake.c


[BACK] Up to [local] / src / usr.sbin / wake

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Sun Feb 8 22:53:01 2009 UTC (15 years, 3 months ago) by mbalmer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

Remove wake(8).  The bin directories are full, no new commands to be added.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 2 22:08:58 2009 UTC (15 years, 4 months ago) by sobrado
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

tweak the synopsis and usage, lladdr is not an optional argument.

jmc@ might further improve on it, if needed.

ok mbalmer@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 2 21:29:27 2009 UTC (15 years, 4 months ago) by mbalmer
Branch: MAIN
Changes since 1.12: +8 -5 lines
Diff to previous 1.12 (colored)

Can wake up several machines in one invocation.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 30 21:00:42 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

avoid an alloc/free loop while looking for a bpf.
ok mbalmer@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 29 15:50:03 2009 UTC (15 years, 4 months ago) by mbalmer
Branch: MAIN
Changes since 1.10: +8 -7 lines
Diff to previous 1.10 (colored)

Better error handling.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 29 14:18:20 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Correct capitalization.
From Thomas Pfaff.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 29 13:47:17 2009 UTC (15 years, 4 months ago) by mbalmer
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Correct copyright years.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 29 13:20:27 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.7: +12 -14 lines
Diff to previous 1.7 (colored)

* Add more CFLAGS commonly found in src/usr.sbin/
* Add prototype for wake()
* Add __dead to usage (for lint)
* Do not rely on pointer value for asprintf return as advised
* Make sure lint is happy

some comments and ok mbalmer@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 29 13:12:21 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

detect truncation with strlcpy, not strlen.
ok mbalmer@

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 29 13:10:39 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.5: +12 -2 lines
Diff to previous 1.5 (colored)

Report error if wake on lan frame is not sent correctly.
Loop in the really unlikely event of a non atomic write.
ok mbalmer@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 29 13:07:09 2009 UTC (15 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.4: +6 -13 lines
Diff to previous 1.4 (colored)

simplify the bpf opening loop a bit.
``shorter is always better'' and ok mbalmer@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 29 10:43:36 2009 UTC (15 years, 4 months ago) by michele
Branch: MAIN
Changes since 1.3: +19 -19 lines
Diff to previous 1.3 (colored)

Round brackets are not required. Back out previous commit.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 28 22:28:38 2009 UTC (15 years, 4 months ago) by michele
Branch: MAIN
Changes since 1.2: +19 -19 lines
Diff to previous 1.2 (colored)

Add brackets around return values.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 28 14:06:31 2009 UTC (15 years, 4 months ago) by sobrado
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

minor improvement to usage()

ok mbalmer@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 28 13:40:48 2009 UTC (15 years, 4 months ago) by mbalmer
Branch: MAIN

wake is a command to send wake on lan frames over an ethernet to wake on lan
capable machines, remote powering them up.

ok claudio, sthen, "I like this a lot" & ok dlg

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.