| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
OK sthen espie
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
| |
against root-only device nodes.
|
|
|
|
|
| |
though I don't quite know where to add it in the manpage text proper
fetch ? distfiles ? clean=dist ? somewhere else ?
|
|
|
|
|
|
|
| |
/dev/audioctlN files are opened in O_WRONLY mode because mixerctl(2)
doesn't need to read them.
tweaks and ok mestre and kn
|
|
|
|
|
|
| |
Whith lots of help from sthen@, espie@ and jca@
ok espie@ jca@
|
|
|
|
|
| |
the feature itself is obvious, but the restrictions are many, and the
actual usage should be very rare.
|
| |
|
|
|
|
|
| |
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many
|
|
|
|
| |
OK espie
|
|
|
|
|
|
| |
- reword MODKDE4_FIX_GETTEXT text to make it easier to read
with and ok schwarze@
|
|
|
|
|
| |
patch from espie@ tweaked by me;
OK espie@, and millert@ agrees with the direction
|
| |
|
|
|
|
| |
reminded by espie@
|
|
|
|
|
|
| |
does not work for uid/gid.
OK @kn, OK @sthen
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
current gcc-8.3.
OK espie@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
| |
|
|
|
|
| |
While there, synch list with reality
|
| |
|
|
|
|
|
|
|
| |
While here, enlist start before end to restore intuitive order.
Spotted by someone on IRC who's name I cannot recall, sorry.
OK sashan
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
| |
a few cases that weren't altogether straightforward;
tweak and OK jmc@, OK sobrado@
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
| |
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc
|
| |
|
| |
|
|
|
|
| |
help/ok deraadt
|
| |
|
|
|
|
|
|
| |
clear;
ok/tweaks sthen
|
| |
|
|
|
|
| |
OK mestre@ jmc@ deraadt@
|
|
|
|
|
|
| |
kernel and userland.
OK deraadt@ jmc@
|
| |
|
|
|
|
| |
okay bluhm@
|
| |
|
|
|
|
|
|
|
| |
for those tests that are expected to fail because they're not yet
implemented.
okay bluhm@
|
| |
|
|
|
|
| |
ok jmc@
|
| |
|