summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update go-module docs for recent changes, from Josh Rickmar, small tweaksthen2021-03-181-6/+4
| | | | from me
* Link to sh(1) and use the same wording and markup for EXTRACT_CASES codekn2021-03-111-3/+6
| | | | "good idea" sthen
* Typofix previouskn2021-03-101-2/+2
|
* cleanup the 3 ways (2 for ipv4, 1 for ipv6) of doing dynamic addressderaadt2021-03-101-10/+21
| | | | | allocation. not the perfect text yet, but it is better. discussed with florian and jmc
* Remove documentation for all port modules no longer supported. ok sthen@tracey2021-03-091-153/+12
|
* document zstd support in EXTRACT_CASES and change from a big code samplesthen2021-03-091-30/+32
| | | | | that isn't directly usable to a shorter table and example of what one might need to add to EXTRACT_CASES when making a change; ok espie@
* Note that slaacd(8) is enabled by default. Also note that if youflorian2021-03-081-5/+2
| | | | | | disabled it in the past and then note that IPv6 autoconfiguration doesn't work for you, you will quickly note that we will point and laugh.
* document the move of FIX_CRLF_FILES to the end of distpatchespie2021-02-281-6/+6
|
* removal of "must" missed in previous: spotted by george brown, who alsojmc2021-02-271-2/+2
| | | | submitted the diff for the previous commit and who i forgot to credit...
* remove some info related to compat;jmc2021-02-271-5/+4
| | | | | | tweaked by deraadt ok kettenis deraadt
* Fix Typo, ok jcadanj2021-02-261-2/+2
|
* Add my copyright since I added most of the contentdanj2021-02-261-2/+3
|
* mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@.sthen2021-02-251-1/+3
| | | | mention that shell wildcards may be used.
* wrong annotationespie2021-02-251-2/+2
|
* make the timing of FIX_CRLF_FILES explicitespie2021-02-251-2/+4
|
* document FIX_CRLF_FILES.sthen2021-02-251-2/+7
|
* split off the large module documentations, so that port-modules is less ofespie2021-02-257-573/+791
| | | | | | a monster. okay sthen@
* as usual, stuff got removed without updating the documentationespie2021-02-101-75/+2
| | | | GC www/drupal7 description
* remove the suggestion to permit pkg_add with doas "nopass" when doingsthen2021-02-041-21/+13
| | | | | | | | | | | | | ports dev work. if you are able to run pkg_add as root without a password, your account is root-equivalent. typing the password multiple times is a pain but if somebody is going to choose to weaken their local security in this way, it should be their own decision and not something they have read in a manpage. ok tb@ thfr@
* Remove last remnants of ASU ac_flag from accounting.rob2021-02-041-6/+2
| | | | OK deraadt@, bluhm@
* Document MODOCAML_RUNDEPjca2021-02-011-3/+9
| | | | | ok bket@ sthen@ (who initially suggested the if-not-native value under a similar name)
* change route-to so it sends packets to IPs instead of interfaces.dlg2021-02-011-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a significant (and breaking) reworking of the policy based routing that pf can do. the intention is to make it as easy as nat/rdr to use, and more robust when it's operating. the main reasons for this change are: - route-to, reply-to, and dup-to do not work with pfsync this is because the information about where to route-to is stored in rules, and it is hard to have a ruleset synced between firewalls, and impossible to have them synced 100% of the time. - i can make my boxes panic in certain situations using route-to yeah... - the configuration and syntax for route-to rules are confusing. the argument to route-to and co is an interace name with an optional ip address. there are several problems with this. one is that people tend to think about routing as sending packets to peers by their address, not by the interface they're reachable on. another is that we currently have no way to synchronise interface topology information between firewalls, so using an interface to say where packets go means we can't do failover of these states with pfsync. another is that a change in routing topology means a host may become reachable over a different interface. tying routing policy to interfaces gets in the way of failover and load balancing. this change does the following: - stores the route info in the state instead of the pf rule this allows route-to to keep working when the ruleset changes, and allows route-to info to be sent over pfsync. there's enough spare bits in pfsync messages that the protocol doesnt break. the caveat is that route-to becomes tied to pass rules that create state, like rdr-to and nat-to. - the argument to route-to etc is a destination ip address it's not limited to a next-hop address (thought a next-hop can be a destination address). this allows for the failover and load balancing referred to above. - deprecates the address@interface host syntax in pfctl because routing is done entirely by IPs, the interface is derived from the route lookup, not pf. any attempt to use the @interface syntax will fail now in all contexts. there's enthusiasm from proctor@ jmatthew@ and others ok sashan@ bluhm@
* Add AMAP flag description.rob2021-01-301-1/+4
| | | | OK deraadt@
* Remove ACOMPAT.rob2021-01-301-5/+2
| | | | OK deraadt@
* php.port.mk sets MODPHP_BUILDDEP=No by default now.sthen2021-01-251-6/+7
|
* Support .rpm in EXTRACT_CASESkn2021-01-101-2/+4
| | | | | | Less special cases in (rare) ports, pluse one can use EXTRACT_FILES as usual now. OK espie robert
* Document ruby30 FLAVOR for Ruby portsjeremy2020-12-281-4/+4
|
* Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)krw2020-12-231-6/+10
| | | | | | files. Usual man page help & ok jmc@
* further tidy up the dynamic address section, and try to keep it and the staticjmc2020-12-221-17/+16
| | | | | | section a little more consistent; ok krw
* Fix typostobias2020-12-221-3/+3
| | | | ok jmc
* tweak previous;jmc2020-12-221-5/+3
|
* Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. Addkrw2020-12-211-41/+25
| | | | | | mention of and Xr slaacd(8). Usual help from jmc@
* Remove x11/kde (kde3)rsadowski2020-12-121-9/+2
|
* synproxy should be processing incoming SYN packets only.sashan2020-12-071-2/+3
| | | | | | issue noticed by sthen@. fix discussed with bluhm@ and procter@ OK bluhm@, kn@, procter@
* zap double .Pp;jmc2020-11-301-3/+2
|
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-293-46/+95
| | | | | | | | to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb
* Update ruby-module.5 for change in default Ruby versionjeremy2020-11-171-5/+5
|
* reformat previous example; ok denisjmc2020-10-311-7/+6
|
* Document configuration of source IP addressdenis2020-10-301-3/+14
| | | | Looks good, deraadt@
* document lang/go new target modgo-gen-modulespaco2020-10-091-2/+14
| | | | | | It generates MODGO_MODULES and MODGO_MODFILES for Go port updates ok abieber@
* Update ruby-module.5 for removal of Ruby 2.5jeremy2020-10-051-6/+6
|
* Add a reference to ruby-module(5) in SEE ALSO since port-modules(5)kmos2020-09-291-2/+3
| | | | | | | explicitly tells folks to read there for information about the lang/ruby module. ok kn
* add more verbiage to the font descriptionjasper2020-09-151-5/+10
|
* Fix a bunch of typos in various man pages.fcambus2020-08-271-3/+3
|
* Remove module KDE4rsadowski2020-08-201-242/+2
|
* Reference unveil(2) in system accounting and daily.8.rob2020-07-261-4/+5
| | | | | | | Reminder that unveil does not kill from brynet and gsoares. Wording tweaks from jmc; feedback from deraadt. ok jmc@, millert@, solene@, "fine with me" deraadt@
* Document MODGO_MODNAME, MODGO_VERSION, MODGO_MODULES and MODGO_MODFILES.abieber2020-06-261-2/+32
| | | | OK espie@
* Fix a bunch of typos in various man pages.fcambus2020-06-181-3/+3
|
* document REGISTER_PLIST_OPTSespie2020-06-091-2/+6
|
* add FIX_CLEANUP_PERMISSIONS.paco2020-06-081-2/+12
| | | | | | | | Used for build systems which set paranoid permissions at build time. See: https://marc.info/?l=openbsd-ports-cvs&m=159162220318205&w=2 original patch by jca@