freebsd-dev/lib/libc
Andrey A. Chernov b0bf75c83c file == NULL:
Issue __sflush() before possible setting O_APPEND mode or ftruncate(),
write to wrong place may occurse oserwise.
Use simplified _sseek() to the start, if no O_APPEND is set, instead
of _fseeko() (_sseek() to the end, if O_APPEND, occurse later, as for
file != NULL).
Don't check seek error return, as original fopen() and freopen() never
does.

file != NULL:
Add missing _sseek() to the end.
2006-10-16 14:31:56 +00:00
..
amd64 Desupport the undocumented NO_QUAD option, just don't compile 2006-03-16 14:22:19 +00:00
arm If __ARMEB__ is defined, we're already using the network byte order, so 2006-08-21 14:42:47 +00:00
compat-43 o From kern_prot.c::p_cansignal(): 2006-10-10 11:37:41 +00:00
db o dbm_close(3) returns void not zero or anything else. Touch .Dd. 2006-04-16 16:33:26 +00:00
gdtoa Don't export __gdtoa. The only known ports that rely on 2006-04-15 15:35:20 +00:00
gen More accurately document the implementation details of internal storage. 2006-10-12 14:31:17 +00:00
gmon Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
i386 Forgot to bump the document date. 2006-10-13 20:34:44 +00:00
ia64 Prevent dead code elimination for the TP assignmient by using inline 2006-08-30 00:39:07 +00:00
include Upgrade res_update(3) and the friends to BIND9's one excluding TSIG 2006-05-21 11:19:36 +00:00
inet It's not enough to provide symbol map files; you also have to add them 2006-03-23 16:55:13 +00:00
isc Do not declare __evOptMonoTime static in one place and extern 2006-09-22 01:52:26 +00:00
locale Add missing comma. 2006-10-13 16:11:12 +00:00
nameser Upgrade res_update(3) and the friends to BIND9's one excluding TSIG 2006-05-21 11:19:36 +00:00
net Markup fixes. 2006-09-17 21:27:35 +00:00
nls Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
posix1e Revise markup in recently added manpages. 2006-09-30 10:34:13 +00:00
powerpc Whitespace fix. 2006-09-02 01:07:21 +00:00
quad Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
regex Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
resolv Check if the filedes of kevent is expected one. Though our 2006-08-04 12:26:07 +00:00
rpc Markup fixes. 2006-09-17 21:27:35 +00:00
softfloat Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
sparc64 fix bus error in newsyslog by making sure that fields in struct fpemu 2006-10-12 04:38:41 +00:00
stdio file == NULL: 2006-10-16 14:31:56 +00:00
stdlib Note that the value from getenv() should not be modified by applications. 2006-10-12 08:39:24 +00:00
stdtime Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
string Don't say "rightmost" when referring to the least significant bit. 2006-10-12 15:08:41 +00:00
sys Use normal parentheses. 2006-10-12 20:50:26 +00:00
uuid In DCE 1.1, the time_low value is defined as an unsigned 32-bit 2006-08-03 03:34:36 +00:00
xdr Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
yp Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
Makefile Remove alpha left-overs. 2006-08-22 08:03:01 +00:00
Versions.def Add symbol maps and initial symbol version definitions to libc. 2006-03-13 00:53:21 +00:00