summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* R option doesn't compact memory at all; flags are not only useful forotto2016-10-171-5/+4
| | | | tetsing and debugging; mult-threaded programs use multiple pools
* 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@otto2016-10-141-6/+4
|
* Ports can be built with several (not just two) lua versions.jca2016-10-111-3/+3
|
* downgrade the description of SUDO somewhat; ok tbjmc2016-10-081-8/+3
|
* document BUILDUSER; ok tbjmc2016-10-071-2/+9
|
* Add a sentence about BUILD_DEPENDS automatically set with EXTRACT_SUFXdanj2016-09-281-2/+4
| | | | ok jmc@ sthen@
* Specify "to" addresses in one of the examples that shows use of af-to forsthen2016-09-241-4/+6
| | | | | | inet6->inet. Without this, local network traffic (including neighbour discovery etc) will also get translated. From Peter J. Philipp, with a tweak to break long lines.
* move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)jasper2016-09-171-2/+7
| | | | | feedback from guenther@ ok guenther@ kettenis@
* Do not mention the libiconv module; it has been removed.naddy2016-09-131-4/+3
|
* make it clearer that log options require ();jmc2016-09-131-5/+5
| | | | | | requested by janne johansson ok henning
* minor tweak;jmc2016-09-071-2/+2
|
* Tweak wording on previousguenther2016-09-071-3/+3
|
* Clarify what it means when PT_OPENBSD_RANDOMIZE and PT_GNU_RELRO segmentsguenther2016-09-071-1/+6
| | | | overlap
* Describe the PT_GNU_{EH_FRAME,RELRO} and PT_OPENBSD_{RANDOMIZE,WXNEEDED}guenther2016-09-071-8/+40
| | | | | segment types. Tighten up the description of the PT_PHDR type and elaborate the descriptions of the PT_DYNAMIC and PT_TLS types.
* Add missing wordguenther2016-09-071-3/+3
| | | | from Tim Kuijsten (info (at) netsend.nl)
* Update documentation to reflect change in default ruby versionjeremy2016-09-061-8/+8
|
* byebye SIGNING_PARAMETERSespie2016-09-061-9/+5
|
* no more sparc;jmc2016-09-011-3/+3
|
* Amend after clean-up of fortran.port.mkdcoppa2016-08-251-4/+2
|
* update man pages now that login.conf uses auto roundsdanj2016-08-191-3/+3
| | | | better wording/ok sthen@ ok jmc@
* document USE_WXNEEDED, feedback/ok jca jaspersthen2016-08-181-2/+10
|
* tweak previous;jmc2016-08-161-3/+3
|
* Rewrite: ALL HAIL ELFguenther2016-08-161-99/+68
| | | | | | Mention the KERN_NOSUIDCOREDUMP sysctl(3) ok deraadt@
* * Properly distinguish commands (.Ic) and command modifiers (.Cm).schwarze2016-08-051-27/+27
| | | | * Consistently use .Nm for the page name, do not oscillate to .Pa.
* document the new file formatschwarze2016-08-011-81/+153
|
* document default for DISTDIRespie2016-08-011-2/+4
|
* max name servers is currently 5, not 3, apparently;jmc2016-07-291-4/+4
| | | | from remi locherer
* J/j is a three valued option, document and fix code to actuall support thatotto2016-07-061-13/+17
| | | | | with a little help from jmc@ for the man page bits ok jca@ and a reluctant tedu@
* DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther2016-07-041-7/+2
| | | | | | | contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
* Spews.org is long dead and already removed from the sample config file;sthen2016-06-011-10/+10
| | | | remove it from the manual too and replace with nixspam. From Sevan Janiyan.
* Document MODQT_LRELEASEjca2016-05-181-2/+4
| | | | ok sthen@ zhuk@
* Deprecate PLIST_DB. Prefer PLIST_REPOSITORY (same semantics, except thatespie2016-05-171-8/+17
| | | | ARCH gets appended automatically)
* unhphenate the world: re-order -> reorderjmc2016-05-141-3/+3
| | | | sthen does not object
* some minor cleanup;jmc2016-04-261-3/+3
|
* We use MODPY_COMMENT, not MODPY_PYCOMMENT.tsg2016-04-261-2/+2
| | | | OK jasper@ danj@
* add stub for font.port.mkjasper2016-04-261-2/+3
|
* remove systracetedu2016-04-251-32/+2
|
* Don't use .Aq for syntax elements that require ASCII "<>".schwarze2016-03-311-7/+7
| | | | | Patch from Christian Heckendorf <mbie at ulmus dot me>. OK jmc@ bentley@
* some Xr adjustment to catch up with MLINKS removal;jmc2016-03-301-3/+3
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-6/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Add devel/qmake and x11/qt5 modules documentation.zhuk2016-03-261-9/+82
|
* The scaffolding to support architectures without shared librariesnaddy2016-03-224-101/+47
| | | | | | | | | | | has been removed from the ports infrastructure. Gone are: * variables CONFIGURE_SHARED, NO_SHARED_LIBS, NO_SHARED_ARCHS, SHARED_ONLY * PROPERTIES value "no_shared" * PFRAG.shared and PFRAG.no-shared files Also drop mention of the long gone PROPERTIES value "elf". ok sthen@, ok & tweaks jmc@
* Document perl Module::Build::Tiny support in CONFIGURE_STYLEsthen2016-03-111-5/+7
|
* remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@naddy2016-03-021-6/+2
|
* Fix grammar by splitting a longish sentence.tb2016-02-191-3/+4
| | | | ok jmc@
* spacing fixes, from ray;jmc2016-02-191-4/+4
|
* zap trailing whitespacederaadt2016-01-121-2/+2
|
* accurately describe that the (3) malloc option settings are onlyderaadt2016-01-121-10/+12
| | | | | inspected on the first call to a malloc(3) family function. ok tedu
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+7
| | | | | | The gettytab(5) and termcap(5) get FILES, others don't need anything. With input from & okay schwarze@
* Document ruby23 FLAVOR now supported by ruby.port.mkjeremy2016-01-071-5/+5
|