index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
2023-04-04
PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit big
christos
2022-05-24
fix various typos in comments, docs and log messages.
andvar
2022-04-19
lib: remove CONSTCOND comment
rillig
2022-04-03
Improve wording to avoid confusion about the return value of {v,}asprintf(3)
christos
2022-03-12
reallocarr returns errno. preserve it.
christos
2022-03-12
vfwprintf(3): use reallocarr
nia
2021-12-12
fix typos in word "operation(s)".
andvar
2021-10-28
Use .Sq instead of a dangling .So
kim
2021-09-23
printf(3): mention snprintb(3)
wiz
2021-09-11
fseek.3: fix grammar
rillig
2021-07-25
Update to reflect current reality for template characters - the process
simonb
2021-07-22
revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate
christos
2021-07-19
There's no need to adjust `iov' in the error path.
christos
2021-07-16
When fflush fails, adjust pointers and the io vectors. From RVP. Fixes
christos
2021-07-09
Don't adjust the buffers when write returns 0. This happens with fmemopen
christos
2021-07-08
Include the 0 return from write. Although the real write system call does
christos
2021-07-08
Obey EINTR and return immediately adjusting for unwritten. From RVP
christos
2021-07-06
Handle EINTR, from RVP.
christos
2021-07-05
Account for partial writes when interrupted (from FreeBSD).
christos
2021-02-16
Correct floating-point terminology.
riastradh
2021-02-07
restore change from rev 1.23 "Avoid undefined behavior in fread(3)", mistakely
jdolecek
2021-02-01
for fread(3) and fwrite(3) check for (size * nmemb) size_t overflow, and
jdolecek
2021-01-31
for unbuffered I/O arrange for the destination buffer to be filled in one
jdolecek
2020-08-29
stdio(3): fix typos in the manual page
rillig
2020-08-28
Allow vdprintf to work on non-blocking non-regular files (Rob Newberry)
christos
2020-02-22
Avoid undefined behavior in fread(3)
kamil
2019-09-07
Document history
sevan
2019-09-02
putc & putw were in v1
sevan
2019-09-02
Start documenting history
sevan
2019-09-01
Refer to "w+" as "mode" as that's what fopen(3) calls it.
uwe
2019-03-21
Minor markup and wording fixes.
uwe
2019-01-23
remove diag assert - the compiler demands fp is non NULL now.
mrg
2018-12-14
Don't leave a subordinate clause out in the cold.
uwe
2018-12-14
Fix typo in the function comment.
uwe
2018-07-04
Indent.
msaitoh
2018-02-22
Remove extra "an"
pgoyette
2018-02-20
Markup "stdin".
uwe
2018-02-20
Make the list of STDBUF values and the list of mode values congruent
uwe
2018-02-20
Use semantic markup.
uwe
2018-02-20
Remove ineffective macros and arguments.
wiz
2018-02-20
Improve the setbuf(3) man-page
kamil
2018-02-04
fixes for GCC 6:
mrg
2018-01-17
Revert to commits as they broke few rump tests
kamil
2018-01-05
Include namespace.h in a few of libc source files
kamil
2017-12-31
Fix plurals.
dholland
2017-11-09
Add O_REGULAR to enforce opening of only regular files
christos
2017-11-04
Be more consistent with how we refer to fopen() - pointed out by wiz@
kre
2017-11-04
Some (mostly minor) wording improvements (IMO)
kre
2017-11-04
Fix xref. Remove Tn.
wiz
2017-11-04
Avoid losing a fd (ie: close it) in the (ever so likely) case that the
kre
[next]