History log of /freebsd/MAINTAINERS (Results 1 – 25 of 502)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 088cc7d2 08-Jun-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: fix more xrefs after move to s4

Fixes: 1a720cbec513
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1282


Revision tags: release/14.1.0, release/13.3.0
# 61a0eaca 15-Jan-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

MAINTAINERS: change linuxkpi review Phabricator group.

Direct the review request to #linuxkpi instead of #x11 as it
also is #wireless these days and possibly others in the future.
I would suggest #x

MAINTAINERS: change linuxkpi review Phabricator group.

Direct the review request to #linuxkpi instead of #x11 as it
also is #wireless these days and possibly others in the future.
I would suggest #x11 reviewers also add themselves to #linuxkpi
instead.

Reviewed by: manu, emaste
Differential Revision: https://reviews.freebsd.org/D43458

show more ...


# 46ebf11f 12-Jan-2024 Warner Losh <imp@FreeBSD.org>

MAINTAINERS: Add myself for nvme entries, remove jimharris

Jim Harris no longer has a commit bit and has moved on from being the
FreeBSD nvme driver maintainer at Intel. I've been reviewing things
s

MAINTAINERS: Add myself for nvme entries, remove jimharris

Jim Harris no longer has a commit bit and has moved on from being the
FreeBSD nvme driver maintainer at Intel. I've been reviewing things
so I'll take that up.

Sponsored by: Netflix

show more ...


# 178679da 12-Jan-2024 Warner Losh <imp@FreeBSD.org>

MAINTAINERS, etc: Remove hselasky entries

Sadly, Hans-Peter has passed away. Remove his entries out of respect for
his many years of service to the project.


# d2a736db 26-Dec-2023 Minsoo Choo <minsoochoo0122@proton.me>

Update MAINTAINERS for Git

Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/937


Revision tags: release/14.0.0
# 05248206 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# be68c895 08-May-2023 Warner Losh <imp@FreeBSD.org>

MAINTAINERS: Add myself to stand

People email me when the boot loader breaks anyway, so ask to be
included in reviews. And ask strongly since I've had to deal with too
many major breakages lately, d

MAINTAINERS: Add myself to stand

People email me when the boot loader breaks anyway, so ask to be
included in reviews. And ask strongly since I've had to deal with too
many major breakages lately, distruting other things I need to do.

Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0
# b6743037 28-Mar-2023 Jung-uk Kim <jkim@FreeBSD.org>

MAINTAINERS: Remove myself from OpenSSL maintenance


# 29866ecb 27-Mar-2023 Andrew Turner <andrew@FreeBSD.org>

Update the Arm Optimized Routines

Import the v23.01 release of the Arm Optimized Routines [1]. This updates
the license to MIT OR Apache-2.0 WITH LLVM-exception.

[1] https://github.com/ARM-software

Update the Arm Optimized Routines

Import the v23.01 release of the Arm Optimized Routines [1]. This updates
the license to MIT OR Apache-2.0 WITH LLVM-exception.

[1] https://github.com/ARM-software/optimized-routines/tree/v23.01

Approved by: core (License change)
Sponsored by: Arm Ltd

show more ...


# 9f83fca8 28-Feb-2023 Cy Schubert <cy@FreeBSD.org>

MAINTAINERS+GitHub: Reflect ipfilter was moved from contrib to netpfil

Reflect the fact that ipfilter was moved from contrib to netpfil
on December 20, 2021 by 3b9b51fe464e. And that ipfilter userla

MAINTAINERS+GitHub: Reflect ipfilter was moved from contrib to netpfil

Reflect the fact that ipfilter was moved from contrib to netpfil
on December 20, 2021 by 3b9b51fe464e. And that ipfilter userland
was moved from contrib to sbin/ipf by 41edb306f056 that same day.

show more ...


Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# b9569ba0 18-Nov-2021 Peter Grehan <grehan@FreeBSD.org>

Remove myself from bhyve maintenance; ENOTIME.


# f0d577fd 31-May-2021 Alan Somers <asomers@FreeBSD.org>

[skip ci] volunteer to maintain POSIX AIO

MFC after: 2 weeks


Revision tags: release/13.0.0, release/12.2.0
# 2721e6f9 01-Sep-2020 Mark Murray <markm@FreeBSD.org>

Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by
subversion.


# 1649caab 26-Jun-2020 Peter Grehan <grehan@FreeBSD.org>

Update bhyve maintainers.

Suggested by: jhb
Approved by: jhb, tychon


Revision tags: release/11.4.0
# 71d10453 27-May-2020 Eric Joyner <erj@FreeBSD.org>

ice(4): Introduce new driver for Intel E800 Ethernet controllers

The ice(4) driver is the driver for the Intel E8xx series Ethernet
controllers; currently with codenames Columbiaville and
Columbia P

ice(4): Introduce new driver for Intel E800 Ethernet controllers

The ice(4) driver is the driver for the Intel E8xx series Ethernet
controllers; currently with codenames Columbiaville and
Columbia Park.

These new controllers support 100G speeds, as well as introducing
more queues, better virtualization support, and more offload
capabilities. Future work will enable virtual functions (like
in ixl(4)) and the other functionality outlined above.

For full functionality, the kernel should be compiled with
"device ice_ddp" like in the amd64 NOTES file, and/or
ice_ddp_load="YES" should be added to /boot/loader.conf so that
the DDP package file included in this commit can be downloaded
to the adapter. Otherwise, the adapter will fall back to a single
queue mode with limited functionality.

A man page for this driver will be forthcoming.

MFC after: 1 month
Relnotes: yes
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D21959

show more ...


# 0b57cec5 20-Dec-2019 Dimitry Andric <dim@FreeBSD.org>

Move all sources from the llvm project into contrib/llvm-project.

This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo". That i

Move all sources from the llvm project into contrib/llvm-project.

This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo". That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.

show more ...


Revision tags: release/12.1.0
# 0b4275ac 07-Aug-2019 Alan Somers <asomers@FreeBSD.org>

fusefs: merge from projects/fuse2

This commit imports the new fusefs driver. It raises the protocol level
from 7.8 to 7.23, fixes many bugs, adds a test suite for the driver, and
adds many new featu

fusefs: merge from projects/fuse2

This commit imports the new fusefs driver. It raises the protocol level
from 7.8 to 7.23, fixes many bugs, adds a test suite for the driver, and
adds many new features. New features include:

* Optional kernel-side permissions checks (-o default_permissions)
* Implement VOP_MKNOD, VOP_BMAP, and VOP_ADVLOCK
* Allow interrupting FUSE operations
* Support named pipes and unix-domain sockets in fusefs file systems
* Forward UTIME_NOW during utimensat(2) to the daemon
* kqueue support for /dev/fuse
* Allow updating mounts with "mount -u"
* Allow exporting fusefs file systems over NFS
* Server-initiated invalidation of the name cache or data cache
* Respect RLIMIT_FSIZE
* Try to support servers as old as protocol 7.4

Performance enhancements include:

* Implement FUSE's FOPEN_KEEP_CACHE and FUSE_ASYNC_READ flags
* Cache file attributes
* Cache lookup entries, both positive and negative
* Server-selectable cache modes: writethrough, writeback, or uncached
* Write clustering
* Readahead
* Use counter(9) for statistical reporting

PR: 199934 216391 233783 234581 235773 235774 235775
PR: 236226 236231 236236 236291 236329 236381 236405
PR: 236327 236466 236472 236473 236474 236530 236557
PR: 236560 236844 237052 237181 237588 238565
Reviewed by: bcr (man pages)
Reviewed by: cem, ngie, rpokala, glebius, kib, bde, emaste (post-commit
review on project branch)
MFC after: 3 weeks
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Pull Request: https://reviews.freebsd.org/D21110

show more ...


# 06e1ffbc 28-Jul-2019 Alan Somers <asomers@FreeBSD.org>

[skip ci] Add me to MAINTAINERS for fusefs

Sponsored by: The FreeBSD Foundation


Revision tags: release/11.3.0
# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# f869876e 29-Apr-2019 Enji Cooper <ngie@FreeBSD.org>

Update/reformat maintainer entries that I am a part of

* Replace all instances of freebsd-testing with `#test`. `#test` is the
Phabricator group that focuses on test-related reviews.
* Replace `at

Update/reformat maintainer entries that I am a part of

* Replace all instances of freebsd-testing with `#test`. `#test` is the
Phabricator group that focuses on test-related reviews.
* Replace `atf` with contrib/atf, as that's the actual location for the test
framework.
* Remove jmmv@ from the maintainers list for atf. He is the upstream project
owner, but was moved to alumni status after r345787.
* Fix a typo accidentally introduced in r346899 (inpact -> impact).

show more ...


# cb1f2c2f 29-Apr-2019 Niclas Zeising <zeising@FreeBSD.org>

Add a note to MAINTAINERS for lkpi for graphics

Add a note to MAINTAINERS requesting pre-commit review from the graphics
team, using phabricator, for changes to the lkpi subsystem. This is done in

Add a note to MAINTAINERS for lkpi for graphics

Add a note to MAINTAINERS requesting pre-commit review from the graphics
team, using phabricator, for changes to the lkpi subsystem. This is done in
order to give us a chance to test the graphics drivers (drm drivers) for
regressions, and to try to avoid breakage, errors and issues with the
graphics drivers.
The review is done via the #x11 group on phabricator.

Please note that hselasky also want to review changes.

Discussed with: hselasky, imp
Approved by: imp

show more ...


# a03d6f0a 18-Apr-2019 Warner Losh <imp@FreeBSD.org>

Add note that I'm the defacto maintainer of libegacy, our
compat shims for building bootstrap tools that use new features
on systems too old to have those new features. The world view
for this part o

Add note that I'm the defacto maintainer of libegacy, our
compat shims for building bootstrap tools that use new features
on systems too old to have those new features. The world view
for this part of the build is unique to the whole build process
and continuty of design for new compat shims help this library
remain viable.

show more ...


# 2aaf9152 18-Mar-2019 Alan Somers <asomers@FreeBSD.org>

MFHead@r345275


# 14700ca8 16-Mar-2019 Dimitry Andric <dim@FreeBSD.org>

Update maintainers for libunwind and lldb.


# b18a4cca 05-Mar-2019 Enji Cooper <ngie@FreeBSD.org>

MFhead@r344786


12345678910>>...21