| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
that the correct failure mode is reported.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Verbosely log (properly).
Verbosely report errors to the user.
|
|
|
|
| |
option interacting with each other.
|
|
|
|
|
| |
This is a macro to allow use of the __FILE__ and __FUNCTION__
macros.
|
|
|
|
| |
(usually to stderr) for user-reportable errors.
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
|
|
|
|
| |
Noticed by: bde
|
|
|
|
|
|
|
|
| |
Backout previous revision. We should not expand plain text xrefs if
they appear in the literal text, e.g. in the error or warning message
of the library function. (Submitted by: bde)
Moved "out of memory" from warning to errors section.
|
| |
|
|
|
|
|
|
|
|
| |
permissions.
o Add a reference to intro(2) where it is properly documented.
Reviewed by: bde
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
o Replace strncpy examples with less confusing ones from
OpenBSD. These examples give more detail and also suggest
using strlcpy(3).
Reviewed by: des, ru, sheldonh
Obtained from: OpenBSD
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
times.3: gettimeofday(3) --> gettimeofday(2)
rc.conf.5: isndn(8) --> isdnd(8)
idsnd(8) --> isdnd(8)
MFC after: 2 weeks
|
|
|
|
| |
Reviewed by: ru
|
| |
|
|
|
|
|
|
| |
- `to' isn't a variable
- don't omit the first `E' in `ERANGE', even though .Er
is able to take care of it
|
|
|
|
| |
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|