#
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/
|
#
96e6e5b5 |
| 09-May-2023 |
Pierre Pronchery <pierre@freebsdfoundation.org> |
ppp: specify OpenSSL 1.1 APIs
OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in use for the purpose of hiding deprecated interfaces and enabling the appropriate deprecation notice
ppp: specify OpenSSL 1.1 APIs
OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in use for the purpose of hiding deprecated interfaces and enabling the appropriate deprecation notices.
This change is a NFC while we're still using OpenSSL 1.1.1 but will avoid deprecation warnings upon the switch to OpenSSL 3.0.
A future change should migrate to use the OpenSSL 3.0 APIs.
PR: 271615 Reviewed by: emaste Event: Kitchener-Waterloo Hackathon 202305 Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
a22cde7c |
| 21-Dec-2020 |
Emmanuel Vadot <manu@freebsd.org> |
pkgbase: Put ppp in it's own package
ppp uses libalias modules which now belong in the natd package. Avoid bringing a dependancy on natd for the utilities package.
Reviewed by: bapt Differential Re
pkgbase: Put ppp in it's own package
ppp uses libalias modules which now belong in the natd package. Avoid bringing a dependancy on natd for the utilities package.
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27711
show more ...
|
Revision tags: release/12.2.0, release/11.4.0 |
|
#
6ee8575c |
| 16-Dec-2019 |
Warner Losh <imp@FreeBSD.org> |
Remove all the RELEASE_CRUNCH defines, they are useless.
RELEASE_CRUNCH has been broken for a very long time. Remove the last remants from the tree.
|
Revision tags: release/12.1.0 |
|
#
a63915c2 |
| 28-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @r350386
Sponsored by: The FreeBSD Foundation
|
#
28c8ec2f |
| 12-Jul-2019 |
Warner Losh <imp@FreeBSD.org> |
Retire the -DRELEASE_CRUNCH define.
The RELEASE_CRUNCH ifdefs save about 100 bytes of text space. The complexity is not worth it as they eliminate error messages.
Left the RELEASE_CRUNCH ifdef to e
Retire the -DRELEASE_CRUNCH define.
The RELEASE_CRUNCH ifdefs save about 100 bytes of text space. The complexity is not worth it as they eliminate error messages.
Left the RELEASE_CRUNCH ifdef to eliminate a lot of stuff in place. That saves an interesting amount of space and change some behaviors, so absent a more detailed analysis, maintain the status quo.
show more ...
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
af3f3602 |
| 27-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r317281 through r317502.
|
#
a7dc3128 |
| 24-Apr-2017 |
Brooks Davis <brooks@FreeBSD.org> |
Remove the NATM framework including the en(4), fatm(4), hatm(4), and patm(4) devices.
Maintaining an address family and framework has real costs when we make infrastructure improvements. In the cas
Remove the NATM framework including the en(4), fatm(4), hatm(4), and patm(4) devices.
Maintaining an address family and framework has real costs when we make infrastructure improvements. In the case of NATM we support no devices manufactured in the last 20 years and some will not even work in modern motherboards (some newer devices that patm(4) could be updated to support apparently exist, but we do not currently have support).
With this change, support remains for some netgraph modules that don't require NATM support code. It is unclear if all these should remain, though ng_atmllc certainly stands alone.
Note well: FreeBSD 11 supports NATM and will continue to do so until at least September 30, 2021. Improvements to the code in FreeBSD 11 are certainly welcome.
Reviewed by: philip Approved by: harti
show more ...
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
7059692f |
| 04-Jul-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Fix build of ppp when WITHOUT_PAM is set
PR: 210658 Reported by: madpilot Tested by: madpilot Approved by: re@ (kib)
|
#
ea580d0b |
| 01-Jun-2016 |
Glen Barber <gjb@FreeBSD.org> |
Revert r301137 and r301163, and implement a correct fix for the CONFS issue with dma.conf and ppp.conf.
Thank you very much to Bryan Drewery for looking into the problem and providing this fix.
Poi
Revert r301137 and r301163, and implement a correct fix for the CONFS issue with dma.conf and ppp.conf.
Thank you very much to Bryan Drewery for looking into the problem and providing this fix.
Pointyhat: gjb Sponsored by: The FreeBSD Foundation
show more ...
|
#
efe50fa1 |
| 01-Jun-2016 |
Glen Barber <gjb@FreeBSD.org> |
Revert r289096:
Files listed in 'CONFS' are not properly included in new installations (missing from base.txz), for reasons I still do not fully understand.
This reverts the change excluding /etc/p
Revert r289096:
Files listed in 'CONFS' are not properly included in new installations (missing from base.txz), for reasons I still do not fully understand.
This reverts the change excluding /etc/ppp/ppp.conf from a new installation. /etc/dma/dma.conf is also affected, but requires a different solution, still being investigated.
Reported by: Ben Woods Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
324fd1ce |
| 15-Oct-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH to r289370
Sponsored by: The FreeBSD Foundation
|
#
becbad1f |
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
a997b777 |
| 13-Oct-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Sync up with head up to r289211.
|
#
f98f68bd |
| 11-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
|
#
c69900f1 |
| 11-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
2c9976e3 |
| 10-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Install bsd.confs.mk Rename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree
|
#
23c78161 |
| 10-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Move ppp.conf into the ppp sources
|
Revision tags: release/10.2.0 |
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
9f3d45b6 |
| 08-Feb-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
a403ab7f |
| 04-Feb-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r278110 through r278223.
|
#
31a741f4 |
| 04-Feb-2015 |
Enji Cooper <ngie@FreeBSD.org> |
Conditionalize building radius support into libpam, ppp, etc via MK_RADIUS_SUPPORT
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
|
#
d899be7d |
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|