Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Inform fw_update(8) about mtw(4) pattern. | hastings | |
ok jsg@ | |||
2022-03-09 | spelling/wording | Jonathan Gray | |
ok afresh1@ | |||
2022-02-20 | Only use /snapshots dir when -current | Andrew Fresh | |
Not during release, -stable, or -beta. This diverges from how packages work and how things were done in the past where -beta also looked in /snapshots. Discussed in icb. OK deraadt@ | |||
2022-02-20 | Remove downloaded SHA256.sig if signature validation fails | Andrew Fresh | |
Without the "noclobber" setting we would have overwitten with an empty file and best not to leave a failed file around. Noticed by florian@ | |||
2022-02-20 | Show summary even if no firmware are detected or installed | Andrew Fresh | |
OK florian@ | |||
2022-02-19 | Ignore sitelib in perl snippet | Andrew Fresh | |
All base tools should be doing that and I forgot. While here remove the no longer necessary TERM handler, it was only needed so a TERM signal would still trigger the END block. | |||
2022-02-15 | make use of pkg_* infra simplifications | Marc Espie | |
okay afresh1@ | |||
2022-02-11 | Lock the pkg db while running | Andrew Fresh | |
At least when not running in the installer. Suggestions from espie@ Works for me sthen@ fine deraadt@ | |||
2022-02-10 | Don't unregister firmware if we can't fetch the SHA256.sig | Andrew Fresh | |
Also avoid trying to download it multiple times if it fails, which makes error reporting much nicer. Noticed by and OK semarie@ | |||
2022-01-30 | Localize variables used only in functions | Andrew Fresh | |
Somehow I missed some | |||
2022-01-29 | Clean up exit codes | Andrew Fresh | |
Being different didn't help me figure out what was going wrong anyway. Suggested by deraadt@ | |||
2022-01-29 | rtwn and urtwn firmware got better licenses and moved to base | Andrew Fresh | |
2022-01-29 | "Unregister" installed firmware that isn't in the SHA256.sig | Andrew Fresh | |
We assume in this case that the firmware's license was improved and it moved to be distributed in the base system. If we find that situation remove the package registration but leave the firmware files. | |||
2022-01-24 | Redownload existing files with failed checksums | Andrew Fresh | |
2022-01-22 | Support multiple -v as promised in the man page | Andrew Fresh | |
There are now four levels of verbosity: 0. Prints only the summary 1. Prints a line when installing/removing 2. Uses the ftp(1) progress bar 3. Provides more details for debugging With some excellent ksh knowledge provided by kn@ | |||
2022-01-12 | Bug fixes and performance improvements | Andrew Fresh | |
Plus improving usage to match the man page fine deraadt@ | |||
2022-01-11 | Tidy up some comments | Andrew Fresh | |
requested by deraadt@ | |||
2022-01-08 | Don't download SHA256.sig unless it's needed | Andrew Fresh | |
This allows installing local files without network. it *might* work now deraadt@ | |||
2022-01-07 | whitespace | Andrew Fresh | |
2022-01-06 | repair usage | Theo de Raadt | |
2022-01-06 | Switch fw_update -D to instead -F | Andrew Fresh | |
The perl version of fw_update used -D for something else and although the mneumonic isn't as good, the conflict was worse. Requested by deraadt@ | |||
2022-01-06 | Make it possible to compile the patterns utility with the source tree | Anton Lindqvist | |
checked out anywhere. While here, tidy up the Makefile a bit. ok deraadt@ | |||
2022-01-05 | Commit the correct version of fw_update | Andrew Fresh | |
Sigh. | |||
2022-01-05 | Add the shell based fw_update and updated man page | Andrew Fresh | |
This allows installing firmware from the installer without having to wait to boot into a live system. commit deraadt@ | |||
2022-01-05 | We are moving back to a shell-script based fw_update, written in such a | Theo de Raadt | |
way that the install script can also run it. This allows earlier retrieval of downloaded firmwares, based upon patterns found in dmesg. many iterations of this in snaps for about a month. | |||
2015-01-23 | Killing my darling. Functionality and binary name moved to pkg_* and | Alexander Hall | |
friends. So long and thanks for all the fish. ok deraadt@ | |||
2014-02-23 | - add a -p <path> switch for specifying the location of | Alexander Hall | |
firmware packages - reword 'firmware files' to 'firmware' - pick some style and whitespace nits ok deraadt@ | |||
2014-02-23 | print out the path to the firmware packages in verbose mode, for use with | Alexander Hall | |
the upcoming -p <path> flag | |||
2014-02-23 | Document where firmwares come from, as step 1 of dealing with off-line | Theo de Raadt | |
some firmware retrieval issues I discovered. ok espie halex | |||
2014-02-04 | various minor fixes; ok halex | Jason McIntyre | |
2014-01-30 | add a -d flag to remove the specified firmware packages | Alexander Hall | |
ok espie@ | |||
2014-01-03 | explicitly tells pkg_add we're fw_update, will have some nice side-effects | Marc Espie | |
later. okay deraadt@ | |||
2013-10-18 | don't silence stderr from pkg_add when running in verbose mode | Alexander Hall | |
suggested by Alexander Holupirek ok rpe@ | |||
2013-08-21 | zap trailing whitespace; | Jason McIntyre | |
2013-08-20 | use a single line in usage() and SYNOPSIS and explain in text which | Alexander Hall | |
combinations are not allowed discussed with jmc@ | |||
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot | |
ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@ | |||
2013-08-13 | Handle firmware for radeondrm(4). | Mark Kettenis | |
pointed out by jasper@ | |||
2013-08-13 | reorder SYNOPSIS to match usage() | Alexander Hall | |
pointed out by jmc@ | |||
2013-08-13 | firmware is uncountable, i think we decided; | Jason McIntyre | |
2013-08-13 | allow the user to specify which firmware to install, or install all of | Alexander Hall | |
them using the -a switch ok rpe@ | |||
2013-08-12 | some minor fixes; From: Jan Stary | Jason McIntyre | |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2012-09-17 | simplify the detection of release/stable vs. snapshot kernel by | Robert Peichaer | |
using the same logic from install.sub ok halex@ | |||
2012-09-05 | don't let pkg_add turn interactive, and waive the @ask-update questions. | Marc Espie | |
okay sthen@ halex "you know best"... problem(s) reported by claudio@ | |||
2012-01-26 | closing fd 0-2 is bad practice, so dup to /dev/null instead | Alexander Hall | |
ok krw@ | |||
2011-10-25 | Reduce noice by fw_update on network errors, among others | Alexander Hall | |
ok deraadt@ | |||
2011-08-02 | clean up the 1st sentence even more. it is unbelievable how it sometimes | Theo de Raadt | |
takes 3 people to get the first two sentences of a manual page right. ok halex jmc | |||
2011-08-02 | better describe what this app does, at the behest of deraadt; | Jason McIntyre | |
2011-08-02 | Say "firmware files" instead of "firmwares". It is so hard to be clear | Theo de Raadt | |
when they are per-device packages which can containing more than one firmware files.. Shown to halex, no response | |||
2011-07-28 | tweak previous; | Jason McIntyre | |