| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
protocol-independant functions that don't use static memory area.
Suggested by: nik
Liked by: ume, brian
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2
structure. Also the output of setkey is changed. sequence number
of the sadb is replaced to the end of the output.
Obtained from: KAME
|
| |
|
|
|
|
| |
Submitted by: bde(partially)
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.) prefix all functions in the library with devstat_ (compatability
functions are available for all functions that were chaned in an
incompatible way, but are deprecated).
2.) Add a pointer to a kvm_t as the first argument to functions that
used to get their information via sysctl; they behave the same
as before when NULL is passed as this argument, otherwise, the
information is obtained via libkvm using the supplied handle.
3.) Add a new function, devstat_compute_statistics(), that is intended
to replace the old compute_stats() function. It offers more
statistics data, and has a more flexible interface.
libdevstat does now require libkvm; a library depedency is added, so
that libkvm only needs to be explicitely specified for statically linked
programs.
The library major version number is bumped.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>, ken (3)
Reviewed by: ken
|
|
|
|
|
|
|
| |
the GIDS in /etc/group or NIS's group map.
Tested by: sheldonh
PR: 29349
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to strdup() the address string before returning it via *targaddr
because the caller will free the string.
Change the comment at the top of getclnthandle() to clarify that
the caller is responsible for freeing *targaddr.
Noticed by: sobomax
|
| |
|
| |
|
|
|
|
| |
Asked for by: ache
|
|
|
|
|
|
|
|
|
|
|
| |
crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately
meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to
be disconnected.
IMO it is merely a workaround, the proper solution is to move libmp to
src/crypto where it belongs and use libgmp for the cryptoless builds instead.
Missed by: dd
|
|
|
|
| |
modes.
|
| |
|
| |
|
|
|
|
|
|
| |
argument.
Terminate the last sentence with a period.
|
|
|
|
| |
Use our bpf.h instead of tcpdump.org's to build libpcap.
|
|
|
|
| |
implementation and compilation when bringing up a new architecture.
|
| |
|
| |
|
|
|
|
|
|
| |
Mark sa_sigaction consistently.
MFC after: 1 week
|
|
|
|
|
|
| |
Inspired by PR: 22470
Which was submitted by: Bjorn Tornqvist <bjorn@west.se>
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
FreeBSD _does_ define ENOMSG as per SVID when IPC_NOWAIT is set.
PR: 22470
Submitted by: Bjorn Tornqvist <bjorn@west.se>
MFC after: 1 week
|
|
|
|
| |
and it caused problems without solving any.
|
|
|
|
|
|
| |
manual pages (e.g., libstand, libdisk) are called.
Submitted by: sheldonh
|
|
|
|
| |
great, but then again neither is the interface it's documenting.
|
|
|
|
|
|
| |
to a size_t (not to an int).
MFC after: 2 days
|
|
|
|
| |
from ports.
|
|
|
|
|
|
|
|
| |
or developers' vendors without compromising the importance of warning
against bad practice.
Reported by: mjacob
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
then again neither is the interface it's documenting.
|
|
|
|
| |
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
| |
|
|
|
|
|
| |
PR: 29285
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
|
|
|
| |
henchmen.
|
|
|
|
|
| |
the OpenSSL BIGNUM interface. It is provided for compatibility only
and should not be used in new code.
|
|
|
|
|
|
|
|
|
|
| |
with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
maintain backwards compatibility.
Reviewed by: sheldonh, assar
Obtained from: NetBSD/OpenBSD
|
|
|
|
|
|
|
|
|
| |
proxy specification, which seems to be valid according to the man page.
Change the logic to consider "hostname:port" a hostname and port instead
of a file URL.
Approved by: des
|
| |
|
| |
|
|
|
|
| |
Spotted by: sheldonh
|