| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
path name argument with a trailing '/' to fail.
Reviewed by: phk
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
|
|
|
|
|
|
|
| |
When fts_open is used with option FTS_NOCHDIR the full
path entry of type FTS_DP is returned with a trailing
'/' if the final directory is empty.
This fix coresponds to netbsd's __fts13.c v. 1.16
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
fopen(2) -> fopen(3)
fclose(2) -> fclose(3)
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Anton Berezin <tobez@plab.ku.dk>
PR : 12852
|
|
|
|
|
|
|
|
|
|
| |
1) Safty change from casper dik was added to OpenBSD's sources since I
grabbed them. milltert@openbsd.org
2) Split up strlcpy to improve efficiency of the common case.
milltert@openbsd.org
3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org
Pointed out by: deraadt@openbsd.org
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
%G formats.
|
|
|
|
| |
sysexits.h-values as exit codes for portable programs.
|
|
|
|
|
|
|
| |
Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc. We don't
define this. Most FreeBSD man pages hard-code the limits; in fact,
utimes.2 recently became the only file in libc/sys/*.2 that mentions
NAME_MAX. There probably should be mandoc macros for this.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Text is a compromise based on messages from Wes Peters, Ville-Pertti
Keinonen, and Matt Dillon.
PR: docs/10512
Submitted by: Howard Goldstein <hgoldst@mpcs.com>
|
|
|
|
|
|
| |
Note: you need to install the current groff tmac macros for these
man pages to format correctly. Specifically, rev 1.21 of
contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable
|
|
|
|
|
|
| |
added to the getdirentries(2) man page because 95%+ of that
man page comprised the text of the getdents(2) man page
I obtained from NetBSD.
|
|
|
|
| |
Pointed-out-by: bde
|
|
|
|
|
|
|
|
| |
still needs some cleanup which is why it hasn't been added to the
Makefile yet.
Obtained from: NetBSD
Pointed-out-by: bde
|
|
|
|
|
| |
PR: kern/11213
Obtained from: NetBSD w/some minor changes by me
|
| |
|
|
|
|
|
| |
PR: 12783
Submitted by: Kevin Day <toasty@dragondata.com>
|
|
|
|
|
| |
PR: 12810
Submitted by: Alex Perel <veers@disturbed.net>
|
| |
|
|
|
|
|
|
|
| |
fix wrong index from p_simp_re()
PR: 8790
Submitted by: Alexander Viro <viro@math.psu.edu> (partially)
|
|
|
|
|
| |
misinterpreted to mean that the pointer passed to asprintf() must be suitable
for passing to realloc() as-is (ie. either a NULL pointer or a valid pointer).
|
|
|
|
|
| |
PR: 12634 (partial)
Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
|
|
|
|
|
|
|
|
| |
(devname() returned "??" when the lookup failed, but callers expected it
to return NULL). This was fixed in Lite2, but until recently the changes
were only merged into devname.3. A day or two after devname.c was fixed,
devname.3 was made inconsistent again by backing out most of the Lite2
changes.
|
|
|
|
|
|
|
| |
(or no information is available).
PR: docs/12707
Submitted by: Chris Costello <chris@calldei.com>
|
|
|
|
| |
find anything in the database.
|
| |
|
|
|
|
|
|
|
| |
uintfptr_t may be better for offset, but we must wait until
the definition of uintfptr_t moves from machine/profile.h.
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: phk
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and "corrected" statement of Posix conformance.
|
| |
|
|
|
|
|
|
|
| |
kldunload. Add proper cross-references to the whole family.
PR: 12472
Submitted by: Chris Costello <chris@calldei.com>
|