| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=177307
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=130279
|
| |
|
|
|
|
|
|
| |
Reviewed by: Daniel Eischen <deischen at freebsd.org>,
Robert Watson <rwatson at freebsd.org>
Notes:
svn path=/stable/4/; revision=130247
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This fix has the side effect of making vsnprintf() properly return the
length of the string that would have been created if the buffer were
infinite length when the passed size is 1. Previously, it would
erroniously return 0 which causes auto-extending sbufs to misbehave in
userland apps linked against libsbuf.
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=119505
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=111724
|
| |
|
|
|
|
|
|
|
|
| |
Revision Changes Path
1.23 +1 -1 src/lib/libc/stdio/stdio.3
Approved by: re (bmah)
Notes:
svn path=/stable/4/; revision=111118
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110902
|
| |
|
|
|
|
|
|
| |
PR: bin/41823
Submitted by: GOTO Kentaro <gotoken@notwork.org>
Notes:
svn path=/stable/4/; revision=104981
|
| |
|
|
|
|
|
| |
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=103848
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99268
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98394
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98393
|
| |
|
|
|
|
|
|
|
|
| |
char converted to an int (as per the C standard) i.e. it can be
passed straight to isalpha() etc.
Approved by: re (brian, bmah)
Notes:
svn path=/stable/4/; revision=96887
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94948
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94947
|
| |
|
|
|
|
|
| |
PR: 35610
Notes:
svn path=/stable/4/; revision=94521
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=92633
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87904
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=86666
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=82643
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81834
|
| |
|
|
|
|
|
|
|
|
| |
that 1.7.2.1 was MFC'ed, except the original implementation was flawed in
-current so we had to start again.
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=81808
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=81195
|
| |
|
|
|
|
|
|
|
|
| |
1.6 +14 -4 src/lib/libc/stdio/tmpfile.c
1.8 +8 -1 src/lib/libc/stdio/tmpnam.3
Ability to specify temporary directory with TMPDIR
Notes:
svn path=/stable/4/; revision=80512
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80145
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80140
|
| |
|
|
|
|
|
|
|
|
| |
from the 'l' description with s/long/long long/g.
PR: 27017
Submitted by: Guy Harris <guy@alum.mit.edu>
Notes:
svn path=/stable/4/; revision=78890
|
| |
|
|
|
|
|
|
|
|
| |
return the number of characters that would have been in the new string.
Revision Changes Path
1.28 +13 -2 src/lib/libc/stdio/printf.3
Notes:
svn path=/stable/4/; revision=77797
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75949
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75662
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73888
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73707
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73683
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73682
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73681
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73679
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73676
|
| |
|
|
|
|
|
|
| |
__stdin, __stdout and __stderr. Note, we don't generate references to
them (yet). That will be done in 6.0, so don't panic just yet.
Notes:
svn path=/stable/4/; revision=73580
|
| |
|
|
|
|
|
| |
PR: 15070
Notes:
svn path=/stable/4/; revision=72711
|
| |
|
|
|
|
|
| |
and family.
Notes:
svn path=/stable/4/; revision=71296
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70893
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70554
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70483
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69898
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69764
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=66170
|
| |
|
|
|
|
|
| |
Check additional failure case in getopt.
Notes:
svn path=/stable/4/; revision=66103
|
| |
|
|
|
|
|
|
| |
- some sentencebreaks
- typo
Notes:
svn path=/stable/4/; revision=60637
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=60084
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=59521
|