History log of /freebsd-current/usr.sbin/wlandebug/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# e055e336 24-Mar-2020 Emmanuel Vadot <manu@FreeBSD.org>

wlandebug: Add include path for libifconfig as it is a internallib

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D24172


# e098c4fc 25-Feb-2019 Ed Maste <emaste@FreeBSD.org>

Revert r344211: wlandebug: disable PIE to fix build failure

As of r344530 libifconfig is built as a standard INTERNALLIB and the
wlandebug PIE workaround from r344211 can be removed.


# 8323b641 15-Feb-2019 Ed Maste <emaste@FreeBSD.org>

wlandebug: disable PIE to fix build failure

libifconfig is built as a static-only PRIVATELIB (and there is no _pie.a
version) so disable PIE in libifconfig's consumer.

Sponsored by: The FreeBSD Foundation


# 238c9eb6 16-Oct-2017 Andriy Voskoboinyk <avos@FreeBSD.org>

wlandebug(8): obtain original interface name via ifconfig_get_orig_name()


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 71ccf092 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

The last big commit: let usr.sbin/ use WARNS=6 by default.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 9143cbe8 27-Jul-2007 Andrew Thompson <thompsa@FreeBSD.org>

Hook wlandebug up to the build.

This tool allows fine grained enabling of the debugging output in net80211 and
its useful to have it available to everyone to diagnose wifi issues.

Approved by: re (rwatson)


# 30a270b4 11-Jan-2007 Sam Leffler <sam@FreeBSD.org>

add man page


# 6aebd02a 15-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Style: NO_MAN doesn't need any value.


# 12f961f4 11-Dec-2005 Sam Leffler <sam@FreeBSD.org>

o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended