Up to [local] / openbsd / fw_update
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 7 00:38:06 2022 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)
Switch from -D to -F Because -D was used by the previous fw_update by something else
Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 26 18:59:20 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.9: +32 -8 lines
Diff to previous 1.9 (colored)
Update man page to match new script
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 26 18:08:53 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.8: +53 -59 lines
Diff to previous 1.8 (colored)
Copy fw_update.1 over custom manpage Apparently we're replacing fw_update so we will just update it to be slightly more correct.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 25 19:03:56 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)
Add a -n "dry run" mode
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 24 02:36:13 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.6: +2 -4 lines
Diff to previous 1.6 (colored)
Remove the -L flag We don't need it anymore, we can use "-p ." to the same effect.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 24 02:27:46 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5 (colored)
Add support for -p path to choose a download or install location
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 23 21:34:12 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)
Add support for "-a" autodetect firmware The mechanisms for detection of add/delete are different, but that's not important. Also for installing -a is still automatically enabled if no arguments are specified.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 23 20:32:29 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)
Fix -v documentation It has to be inside the list.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 23 20:25:40 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)
Add support to delete firmware with -d name ...
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 21 02:32:16 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)
Add a -v flag to be verbose Doesn't _do_ anything yet, but it exists
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 21 02:04:09 2021 UTC (2 years, 10 months ago) by afresh1
Branch: MAIN
fw_install belongs in section 8 So says deraadt