| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=73088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=71192
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
attempt to read memory when siz is 0
- Clarify comments referring to strlcat() usage
PR: 24278, 24295
Submitted by: Tony Finch <dot@dotat.at>
Richard Kettlewell <rjk@greenend.org.uk>
Reviewed by: -audit
Notes:
svn path=/head/; revision=71191
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
|
|
|
|
| |
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=68896
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68575
|
| |
|
|
|
|
|
| |
The implementation will behave as if no library function calls strtok().
Notes:
svn path=/head/; revision=65405
|
| |
|
|
|
|
|
|
|
| |
and people shouldn't be encouraged to use them.
Asked by: sheldonh
Notes:
svn path=/head/; revision=63397
|
| |
|
|
|
|
|
| |
Submitted by: dcs
Notes:
svn path=/head/; revision=63320
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55354
|
| |
|
|
|
|
|
|
|
| |
there is no good solution here.
Set-on-the-straight-and-narrow by: bde
Notes:
svn path=/head/; revision=55287
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55185
|
| |
|
|
|
|
|
|
|
|
| |
pointer" instead. The potential confusion arises because the string/*.3
pages use the term "null-terminated string" (which is permissable). Moreover,
this also makes these two manpages more consistent with the other string/*.3
manpages.
Notes:
svn path=/head/; revision=55184
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=54598
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52629
|
| |
|
|
|
|
|
| |
Inspired by: NetBSD commit message describing this.
Notes:
svn path=/head/; revision=51743
|
| |
|
|
|
|
|
|
|
|
|
| |
else, it is equivalent to strdup(). So, we will check if the substitution
tables are trivial at the load time, and possibly save 2 calls to
__collate_substitute() in strcoll().
Still, __collate_substitute() should not exist.
Notes:
svn path=/head/; revision=51216
|
| |
|
|
|
|
|
|
|
|
| |
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=49828
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=49594
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=49593
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=48794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48740
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47881
|
| |
|
|
|
|
|
|
|
|
| |
section to the DESCRIPTION section.
PR: 12133
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
Notes:
svn path=/head/; revision=47879
|
| |
|
|
|
|
|
| |
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
Notes:
svn path=/head/; revision=47320
|
| |
|
|
|
|
|
| |
systems. NetBSD, Linux, SVR4 etc all have it.
Notes:
svn path=/head/; revision=47289
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o use braces to avoid potentially ambiguous else
o don't default to type int (and also remove a useless register
modifier).
o Use parens around assignment values used as truth values.
o Remove unused function.
Reviewed by: obrien and chuckr
Notes:
svn path=/head/; revision=46079
|
| |
|
|
|
|
|
|
| |
PR: docs/10284
Submitted by: Alfred Perlstein <bright@cygnus.rush.net>
Notes:
svn path=/head/; revision=44306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43947
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43946
|
| |
|
|
|
|
|
|
| |
fix n=0 case
improve manpage
Notes:
svn path=/head/; revision=43945
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42869
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Wes Peters
Added strtok_r (reentrant) function and man page.
Notes:
svn path=/head/; revision=41762
|
| |
|
|
|
|
|
| |
processing of the string argument by perror().
Notes:
svn path=/head/; revision=40735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40734
|
| |
|
|
|
|
|
|
|
| |
Misc. cleanup
PR: 6825
Submitted by: Sergey Gershtein <sg@mplik.ru>
Notes:
svn path=/head/; revision=36665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35923
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35655
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33668
|
| |
|
|
|
|
|
|
| |
Submitted by: garbanzo@hooked.net
Add strncasecmp, strncmp to NAME field.
Notes:
svn path=/head/; revision=32818
|