master
As a first step in making the gprof profiling subsystem compatible with all of our privsep work, add an ELF note to gcrt0, this means we know which binaries have been compiled with -pg. ok kettenis
.Lb libagentx ; OK martijn@ tedu@
.Lb libarm ; OK tedu@
Merge changes from tzcode2013[e-g]
Do not use unsupported __attribute__((warn_unused_result)) on gcc3.
Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8.
create pkg-config files for curses-related libraries makes sense to kettenis & feedback about compiler/linker flags ok tb, millert
.Lb libedit libcurses ; OK tedu@
fix incomplete NAME sections; OK jsg@
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
portable_strndup() must not read source string beyond NUL byte.
Use EC_POINT_[sg]et_affine_coordinates()
.Lb libfuse ; OK tedu@
.Lb libkeynote libm libcrypto ; OK tedu@
.Lb libkvm ; OK tedu@
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
.Lb libossaudio , and reference sioctl_open(3) properly; OK ratchov@ tedu@
Fix a documentation bug: pcap_fopen_offline(3) returns a pointer, not a structure. Also remove useless quoting of .Ft arguments.
Clarify these functions are about an attributes object
.Lb libradius ; OK yasuoka@ tedu@
spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
libc, librthread: _twait: subtraction is not comparison
.Lb libskey ; OK millert@ tedu@
libtls: abort handshake on no ALPN protcol overlap
fix multiple small markup issues and add .Lb libusbhid ; OK anton@ tedu@
Set the initial imsg header len to 0 in imsg_create().
.Lb libz ; OK tb@ tedu@
Build libfido2 after all other libraries, as it links against one of the other libraries, so we have to build those first.
typo: removed -> removes