#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, 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, release/13.1.0 |
|
#
14533034 |
| 14-Apr-2022 |
Cy Schubert <cy@FreeBSD.org> |
wpa: Remove extraneous slash (/)
Remove the trailing slash (/), indiciating continuation, from the last line of SRCS. The next line is blank; this is a NOP.
MFC after: 3 days
|
Revision tags: release/12.3.0 |
|
#
25ecdc7d |
| 20-May-2021 |
Cy Schubert <cy@FreeBSD.org> |
wpa: Restructure wpa build
The current WPA build assumes a flat namespace. However the latest sources from w1.fi now have a duplicate config.c, in two separate subdirectories. The flat namespace wil
wpa: Restructure wpa build
The current WPA build assumes a flat namespace. However the latest sources from w1.fi now have a duplicate config.c, in two separate subdirectories. The flat namespace will overwrite config.o with the output from the most recently modified config.c, of which there are two of them.
This commit resolves this problem by building each component in wpa's src subdirectory tree into its own .a archive, just as the w1.fi upstream build as used by the port does. The advantages of this approach are:
1. Duplicate source file names, i.e. config.c in the wpa_supplicant direcory and another config.c in src/utils in the next wpa will result in both compiles writing to the same .o file.
2. This restructure simplifies maintanence. A develper needs only to add new files as identified by git status in the vendor branch to the appropriate Makefile within the usr.sbin/wpa tree. This also reduces time required to prepare a new import and should reduce error.
3. The new wpa build structure more closely represents the build as performed by the upstream tarball.
This is in preparation for the next wpa update from w1.fi.
Reviewed by: philip Tested by: philip MFC after: 2 months Differential Revision: https://reviews.freebsd.org/D30372
show more ...
|
Revision tags: release/13.0.0 |
|
#
bfc99943 |
| 25-Jan-2021 |
Brooks Davis <brooks@one-eyed-alien.net> |
ndis(4): remove as previous announced
nids(4) was a clever idea in the early 2000's when the market was flooded with 10/100 NICs with Windows-only drivers, but that hasn't been the case for ages and
ndis(4): remove as previous announced
nids(4) was a clever idea in the early 2000's when the market was flooded with 10/100 NICs with Windows-only drivers, but that hasn't been the case for ages and the driver has had no meaningful maintenance in ages. It only supports Windows-XP era drivers.
Also remove: - ndis support from wpa_supplicant - ndiscvt(8)
Reviewed By: emaste, bcr (manpages) Differential Revision: https://reviews.freebsd.org/D27609
show more ...
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
becbad1f |
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
65dcb5bc |
| 01-Oct-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r288197 through r288456.
|
#
5a2b666c |
| 01-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
0f405ee7 |
| 28-Sep-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Sync up with head (up to r288341).
|
#
595fe151 |
| 26-Sep-2015 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
52f01b3b |
| 17-Nov-2006 |
Sam Leffler <sam@FreeBSD.org> |
add wpa_passphrase utility to the build
PR: bin/104457 Submitted by: Henrik Brix Andersen MFC after: 1 week
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
8ad9af2c |
| 10-Oct-2005 |
Bill Paul <wpaul@FreeBSD.org> |
Enable -D ndis support in wpa_supplicant and add the ndis_events utility. This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
|
#
e5224c3f |
| 06-Jun-2005 |
Sam Leffler <sam@FreeBSD.org> |
freebsd pieces of hostapd support
|
#
cb9aecf0 |
| 05-Jun-2005 |
Sam Leffler <sam@FreeBSD.org> |
freebsd pieces of wpa supplicant support
Reviewed by: brooks
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
52f01b3b |
| 17-Nov-2006 |
Sam Leffler <sam@FreeBSD.org> |
add wpa_passphrase utility to the build
PR: bin/104457 Submitted by: Henrik Brix Andersen MFC after: 1 week
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
8ad9af2c |
| 10-Oct-2005 |
Bill Paul <wpaul@FreeBSD.org> |
Enable -D ndis support in wpa_supplicant and add the ndis_events utility. This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
|
#
e5224c3f |
| 06-Jun-2005 |
Sam Leffler <sam@FreeBSD.org> |
freebsd pieces of hostapd support
|
#
cb9aecf0 |
| 05-Jun-2005 |
Sam Leffler <sam@FreeBSD.org> |
freebsd pieces of wpa supplicant support
Reviewed by: brooks
|