#
5399052c |
| 09-Nov-2024 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
bsdinstall: wlanconfig: fix interface UP on (re-)starting wpa_supplicant
Make sure an interface is back up before (re-)starting wpa_supplicant in wlanconfig not relying on wpa to UP the interface (t
bsdinstall: wlanconfig: fix interface UP on (re-)starting wpa_supplicant
Make sure an interface is back up before (re-)starting wpa_supplicant in wlanconfig not relying on wpa to UP the interface (though we fixed that).
Sponsored by: The FreeBSD Foundation Reviewed by: emaste (in D47491) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D47491
show more ...
|
Revision tags: release/13.4.0, release/14.1.0 |
|
#
55d29905 |
| 20-May-2024 |
Renato Botelho <garga@FreeBSD.org> |
bsdinstall: Fix wifi network selection size
Use correct variable while creating dialog used to select among available wireless networks
Approved by: asiciliano Sponsored by: Rubicon Communications,
bsdinstall: Fix wifi network selection size
Use correct variable while creating dialog used to select among available wireless networks
Approved by: asiciliano Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D45271
show more ...
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
cc42ef53 |
| 24-May-2022 |
Brad Davis <brd@FreeBSD.org> |
bsdinstall: allow whitelabeling the scripts
Approved by: allanjude, asiciliano Differential Revision: https://reviews.freebsd.org/D35197 Sponsored by: Rubicon Communications, LLC ("Netgate")
|
Revision tags: release/13.1.0 |
|
#
912df915 |
| 02-Mar-2022 |
Alfonso S. Siciliano <asiciliano@FreeBSD.org> |
wlanconfig: allow to enter WiFi details if no networks found
Improve the installer: wlanconfig allows user to enter WiFi details if no networks found, useful to connect to a hidden SSID.
PR: 2461
wlanconfig: allow to enter WiFi details if no networks found
Improve the installer: wlanconfig allows user to enter WiFi details if no networks found, useful to connect to a hidden SSID.
PR: 246192 Reported by: emaste Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34149
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
63939df8 |
| 20-May-2020 |
Devin Teske <dteske@FreeBSD.org> |
Fix indentation in bsdinstall-created wpa_supplicant.conf
PR: base/221982 Reported by: emaste Reviewed by: emaste, allanjude MFC after: 0 days X-MFC-to: stable/11 Differential Revision: https://rev
Fix indentation in bsdinstall-created wpa_supplicant.conf
PR: base/221982 Reported by: emaste Reviewed by: emaste, allanjude MFC after: 0 days X-MFC-to: stable/11 Differential Revision: https://reviews.freebsd.org/D23641
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
82725ba9 |
| 23-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325999 through r326131.
|
#
850b25ab |
| 22-Nov-2017 |
Ed Maste <emaste@FreeBSD.org> |
Fix indentation in bsdinstall-created wpa_supplicant.conf
r309934 cleaned up some cases in bsdinstall to use heredocs but broke the indentation of the generated output, because <<- heredocs strip le
Fix indentation in bsdinstall-created wpa_supplicant.conf
r309934 cleaned up some cases in bsdinstall to use heredocs but broke the indentation of the generated output, because <<- heredocs strip leading tabs.
PR: 221982 Reviewed by: allanjude, dteske MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D13190
show more ...
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
3ffd3530 |
| 16-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309817 through r310168.
|
#
a7cc5680 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntax
Special thanks to: jilles
|
#
f3a8471e |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
It's completely pointless to replace newlines with space (this is done automatically for you upon shell expansion)
|
#
be094a32 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
The flags of a WLAN need to be quoted (they contain things like brackets)
|
#
19dbb0ba |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Simplify single-line if statements
|
#
afcce2f5 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Simplify loop by moving predicate to clause
|
#
b46ca7ce |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Wordsmithing
|
#
a9d33421 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Why test $? when you can test the command
|
#
6ef8ca67 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Restore previous comment
|
#
94f5aec6 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Both simplify bringup of interface after changes and catch errors in debug
|
#
b9f60aba |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Calculate proper size of menu list dialog
|
#
9a46c67a |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
There's an API function for catching errors and displaying them or logging them to debug output
|
#
7e1166de |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
There's an API function for displaying pauses
|
#
d79a1355 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
There's an API function for displaying yes/no dialogs
|
#
1d92999c |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
There's an API function for displaying errors
|
#
35af83c1 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Comment
|
#
b45548a8 |
| 13-Dec-2016 |
Devin Teske <dteske@FreeBSD.org> |
Whitespace alignment
|