| Age | Commit message (Collapse) | Author |
|
Sponsored by: The FreeBSD Foundation
|
|
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
|
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
|
|
Notes:
svn path=/head/; revision=365129
|
|
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Notes:
svn path=/head/; revision=326255
|
|
Mostly comments but also some user-visible strings.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=298931
|
|
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D4536
Notes:
svn path=/head/; revision=292166
|
|
malloc(9) flags in sys/dev.
Notes:
svn path=/head/; revision=243857
|
|
This introduces:
* a basic wtap interface
* a HAL, which implements an abstraction layer for implementing
different device behavious;
* A visibility plugin, which allows for control over which nodes
see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite
feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
Notes:
svn path=/head/; revision=229970
|