|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
e01f9fe1 |
| 05-Jul-2023 |
Mateusz Guzik <[email protected]> |
ipf: low-effort fix to make it compilable without inet6
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
7cb2d7c4 |
| 27-Dec-2021 |
Cy Schubert <[email protected]> |
ipfilter userland: Path fixup no longer required
Since the move of ipfilter from contrib to sbin adjusting the source path is no longer required.
Fixes: 41edb306f05651fcaf6c74f9e3557f59f80292e1 MF
ipfilter userland: Path fixup no longer required
Since the move of ipfilter from contrib to sbin adjusting the source path is no longer required.
Fixes: 41edb306f05651fcaf6c74f9e3557f59f80292e1 MFC after: 1 month
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
015cb6cd |
| 27-Jun-2019 |
Cy Schubert <[email protected]> |
Create a link to the ipmon.conf.5 man page as documented in ipmon.5. Add its corresponding optional removal entry.
PR: 238816 MFC after: 1 week
|
| #
74bc7fc0 |
| 27-Jun-2019 |
Cy Schubert <[email protected]> |
Add the ipmon.5 man page.
PR/238816 initially addressed updates to usage() however the PR has morphed into a shopping list of updates to usage() and man pages.
PR: 238816 (I added to the list duri
Add the ipmon.5 man page.
PR/238816 initially addressed updates to usage() however the PR has morphed into a shopping list of updates to usage() and man pages.
PR: 238816 (I added to the list during discussion) MFC after: 1 week
show more ...
|
|
Revision tags: 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 |
|
| #
7de1daeb |
| 09-Feb-2016 |
Glen Barber <[email protected]> |
Create packages for atm, ccdconfig, devd, ipf, ipfw, iscsi, natd, nandfs, pf, quotacheck, and routed.
Add ping6 and rtsol to the runtime package.
Sponsored by: The FreeBSD Foundation
|
| #
277fbb92 |
| 25-Nov-2015 |
Bryan Drewery <[email protected]> |
Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
|
|
Revision tags: release/10.2.0, release/10.1.0 |
|
| #
5608fd23 |
| 19-Aug-2014 |
Bryan Drewery <[email protected]> |
Revert r267233 for now. PIE support needs to be reworked.
1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries. 2. Another 40% is fixed by generati
Revert r267233 for now. PIE support needs to be reworked.
1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries. 2. Another 40% is fixed by generating _pic.a variants of various libraries. 3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR) where it never would work anyhow, such as csu or loader. This suggests there may be better ways of adding support to the tree. Many of these cases can be fixed such that -fPIE will work but there is really no reason to have it in those cases. 4. Some of the uses are working around hacks done to some Makefiles that are really building libraries but have been using bsd.prog.mk because the code is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have been needed.
We likely do want to enable PIE by default (opt-out) for non-tree consumers (such as ports). For in-tree though we probably want to only enable PIE (opt-in) for common attack targets such as remote service daemons and setuid utilities. This is also a great performance compromise since ASLR is expected to reduce performance. As such it does not make sense to enable it in all utilities such as ls(1) that have little benefit to having it enabled.
Reported by: kib
show more ...
|
|
Revision tags: release/9.3.0 |
|
| #
864c53ea |
| 08-Jun-2014 |
Bryan Drewery <[email protected]> |
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
This is currently an opt-in build flag. Once ASLR support is ready and stable it should changed to opt-out and be ena
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
This is currently an opt-in build flag. Once ASLR support is ready and stable it should changed to opt-out and be enabled by default along with ASLR.
Each application Makefile uses opt-out to ensure that ASLR will be enabled by default in new directories when the system is compiled with PIE/ASLR. [2]
Mark known build failures as NO_PIE for now.
The only known runtime failure was rtld.
[1] http://www.bsdcan.org/2014/schedule/events/452.en.html Submitted by: Shawn Webb <[email protected]> Discussed between: des@ and Shawn Webb [2]
show more ...
|
|
Revision tags: 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 |
|
| #
f8c9c519 |
| 10-Sep-2006 |
David E. O'Brien <[email protected]> |
Fix the manual build.
|
|
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, release/5.4.0_cvs, release/5.4.0 |
|
| #
cf4ee2c9 |
| 28-Apr-2005 |
Darren Reed <[email protected]> |
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup build problems with rescue.
|
| #
f81bd860 |
| 25-Apr-2005 |
Darren Reed <[email protected]> |
create a new build heirarchy for ipfilter tools
|