summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Document EXTRACT_FILESkn2020-05-181-8/+22
| | | | OK sthen espie
* Make it clearer that "options inet6" does nothing on OpenBSDjca2020-04-251-5/+6
| | | | | | | | | | | | | The previous wording could imply that "options inet6" did set RES_USE_INET6 on OpenBSD but that RES_USE_INET6 had no effect. The truth is, "options inet6" isn't recognized by libc/asr, but RES_USE_INET6 has an effect on OpenBSD. So first state that "options inet6" does nothing on our system, then describe concisely what it used to do/what it does on other systems. Prompted by a diff from solene@, claudio@ insisted that we keep dcumenting this option. ok eric@ deraadt@ solene@
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-7/+7
| | | | against root-only device nodes.
* add clean-old-distfiles to see also, trying to make it more visible evenespie2020-04-201-2/+3
| | | | | though I don't quite know where to add it in the manpage text proper fetch ? distfiles ? clean=dist ? somewhere else ?
* Use /dev/audioctlN instead of /dev/mixerN.ratchov2020-04-041-3/+3
| | | | | | | /dev/audioctlN files are opened in O_WRONLY mode because mixerctl(2) doesn't need to read them. tweaks and ok mestre and kn
* Clarify the use of EPOCH in ports Makefiles.paco2020-03-261-2/+6
| | | | | | Whith lots of help from sthen@, espie@ and jca@ ok espie@ jca@
* document DPB_LOCKNAMEespie2020-03-241-2/+20
| | | | | the feature itself is obvious, but the restrictions are many, and the actual usage should be very rare.
* simplify SEPARATE_BUILD descriptionespie2020-03-061-4/+2
|
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-106-19/+29
| | | | | manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many
* Clarify unit for show-*size targetskn2020-01-301-4/+4
| | | | OK espie
* - sprinkle some Fn for function names and Pa for pathsjasper2020-01-261-7/+11
| | | | | | - reword MODKDE4_FIX_GETTEXT text to make it easier to read with and ok schwarze@
* add EXAMPLES and polish the wording and the order a bit;schwarze2020-01-251-15/+23
| | | | | patch from espie@ tweaked by me; OK espie@, and millert@ agrees with the direction
* re{move,bound,ference}tedu2020-01-241-3/+2
|
* long overdue description of font.port.mkjasper2020-01-171-2/+25
| | | | reminded by espie@
* - pf.conf(5) should clearly state range match operator ':'sashan2020-01-171-2/+17
| | | | | | does not work for uid/gid. OK @kn, OK @sthen
* bsd.port.mk(5): remove ports-gcc minor version, it's enough tocwen2020-01-121-4/+4
| | | | | | | differentiate it from base-gcc, and we won't have to change the manpage for every ports-gcc minor update. Proposed by and OK sthen@
* bsd.port.mk(5): substitute mentions of the retired gcc-4.9 with thecwen2020-01-111-5/+5
| | | | | | current gcc-8.3. OK espie@
* Document ruby27 FLAVORjeremy2020-01-101-4/+4
|
* about time unwind got a namecheck;jmc2019-12-181-3/+4
|
* explain about the case where DEBUG_PACKAGES must be set manuallyespie2019-12-131-2/+15
|
* small tweaks;jmc2019-12-081-4/+4
|
* Document the current state of parallel thingsespie2019-12-081-1/+35
|
* document INSTALL_DEBUG_PACKAGESespie2019-12-081-1/+8
|
* document USE_LLD and LLD_EMUL, since nobody else bothers :(espie2019-12-082-6/+37
|
* typos don't help aproposespie2019-12-041-3/+3
|
* Change Elf64 types and structs to match the System V ABI specification.jsg2019-12-011-45/+45
| | | | | | | | | | | | | | | | | | | | | | | Change Elf64_Half from a uint32_t type to a uint16_t type. The size of structs do not change as the previous uses of Elf64_Half become Elf64_Word (uint32_t). Remove Elf64_Quarter as 16 bit values now use Elf64_Half. Replace Elf_Byte use with unsigned char. Change some uses of Elf64_Xword to Elf64_Addr (both uint64_t). Corrects behaviour with libelf where the file size of a symtab section came back as 26 not 24 as libelf determines this by the size of a the involved types not the size of the struct in exec_elf.h. As a result libelf's elf_getdata() returned ELF_E_SECTION due to the size of the section not being a multiple of the file size of the section type. This occurred with the new runtime linker for radeon shaders in Mesa 19.2. Sync description of Elf32 and Elf64 types in elf(5) with FreeBSD and adjust types in structs mentioned. ok guenther@ deraadt@
* Document Warning: no debug-infoespie2019-11-271-2/+10
|
* document how DEBUG_PACKAGES worksespie2019-11-121-2/+74
|
* document DEBUGINFO_ARCHS.espie2019-11-121-2/+13
| | | | While there, synch list with reality
* Remove mention of ruby24 FLAVORjeremy2019-11-051-4/+4
|
* Fix swapped default values of adaptive.start and adaptive.end timeoutskn2019-10-231-8/+8
| | | | | | | While here, enlist start before end to restore intuitive order. Spotted by someone on IRC who's name I cannot recall, sorry. OK sashan
* Inform about system call memory write protection and stack mappingbluhm2019-09-091-3/+3
| | | | | | | | violations in system accounting. This will help to find missbehaving programs and possible attacks. The flags bit field is full, so recycle the PDP-11 compatibility on VAX. lastcomm(1) prints the AMAP flag as 'M'. daily(8) prints a list of affected processes. OK deraadt@
* more Version 1 AT&T UNIX history:schwarze2019-09-071-2/+10
| | | | | a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@
* More Version 1 AT&T UNIX history.schwarze2019-09-062-11/+13
| | | | | | This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-022-9/+9
| | | | | getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
* mop up resolver.3 rename; ok deraadtjmc2019-08-302-16/+9
|
* catch up to ethers(3)->ether_aton(3) renamingderaadt2019-08-301-4/+4
|
* mop up for the pcap.3 rename;jmc2019-08-301-5/+3
| | | | help/ok deraadt
* g77 is not a valid MODFORTRAN_COMPILER any morejca2019-08-271-4/+4
|
* clarify the DEBUG text a little, since sthen noted it wasn;t particularlyjmc2019-08-081-4/+5
| | | | | | clear; ok/tweaks sthen
* remove uneeded macro in previous;jmc2019-07-301-3/+2
|
* Expand description of ac_flag values into a tagged list.millert2019-07-291-7/+38
| | | | OK mestre@ jmc@ deraadt@
* Add AUNVEIL bit to the acct(5) manpage since it's already being used by bothmestre2019-07-291-2/+3
| | | | | | kernel and userland. OK deraadt@ jmc@
* one old PERMIT_* escaped! they're gone nowespie2019-07-141-3/+3
|
* REGRESS_ROOT_TARGETS has less magic than documentedespie2019-07-091-3/+3
| | | | okay bluhm@
* document retest / clean=testespie2019-07-011-5/+10
|
* add REGRESS_EXPECTED_FAILURES variable,espie2019-06-171-2/+6
| | | | | | | for those tests that are expected to fail because they're not yet implemented. okay bluhm@
* Mention EM_PPC64; from jsg@kevlo2019-06-171-1/+3
|
* Mention the ELF machine type EM_AARCH64.kevlo2019-06-171-2/+4
| | | | ok jmc@
* We do support "options edns0"; ok jca@otto2019-06-171-5/+2
|