| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
argument.
Terminate the last sentence with a period.
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to a size_t (not to an int).
MFC after: 2 days
|
|
|
|
|
|
|
|
| |
or developers' vendors without compromising the importance of warning
against bad practice.
Reported by: mjacob
MFC after: 1 week
|
|
|
|
| |
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
| |
|
|
|
|
|
| |
PR: 29285
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
already found in the sigaction(2) manual.
As discussed with the committer of that delta, cross-reference the list
in sigaction(2) instead of duplicating the list of functions that are
safe for use within signal handlers.
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clarify that if strlcat() does not find a NUL within siz byte it
will not NUL terminate either.
Document boundary condition when size < strlen(dst).
"of", not "on" (from Henric Jungheim)
Obtained from: OpenBSD
MFC After: 1 week
|
|
|
|
|
| |
OpenBSD project had grammar problems and made no attempt to motivate
the practice of saving errno. Replace it with something better.
|
| |
|
|
|
|
|
|
|
| |
find it more easily
Obtained from: OpenBSD
MFC After: 1 week
|
|
|
|
|
|
|
| |
and give a bit of advice.
Obtained from: OpenBSD
MFC After: 1 week
|
|
|
|
|
|
| |
Previously, some useful xrefs were missing.
Now each of the pages refers to all remaining section 2 pages,
to the kld(4) page, and to a related utility's (section 8) page.
|
|
|
|
|
| |
PR: docs/26065
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
| |
PR: 29002
Submitted by: Joseph Mallett <jmallett@xMach.org>
|
| |
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
MFC After: 1 week
|
|
|
|
|
| |
Obtained from: NetBSD
MFC After: 1 week
|
|
|
|
|
| |
Obtained from: NetBSD
MFC After: 1 week
|
| |
|
|
|
|
| |
Submitted by: Martin Blapp <mb@imp.ch>
|
|
|
|
|
|
| |
Submitted by: Thomas Zenker <thz@lennartz-electronic.de> and
Maxim Konovalov <maxim@macomnet.ru>, respectively
Reviewed by: -audit
|