freebsd-skq/lib/libc
Andrey A. Chernov d9e3eff33a 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):
"[EINVAL] ... The resulting file-position indicator would be set to a
negative value."

Moreover, in real life negative seek in stdio cause EOF indicator cleared
and not set again forever even if EOF returned.

2) Catch few possible off_t overflows.

Reviewed by:	arch discussion
2001-08-15 02:07:47 +00:00
..
alpha
amd64 Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
compat-43 Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
db Don't clobber the default for CFLAGS. 2001-08-03 21:45:54 +00:00
gen Use the ".Rv" mdoc(7) macro where appropriate. 2001-08-14 14:20:35 +00:00
gmon
i386 Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
ia64 Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
include
locale mdoc(7) police: 2001-08-07 15:48:51 +00:00
mips
mipseb
mipsel
net mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. 2001-08-13 17:07:40 +00:00
nls Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
posix1e Use the ".Rv" mdoc(7) macro where appropriate. 2001-08-14 14:20:35 +00:00
quad
regex mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
rpc mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
stdio 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek): 2001-08-15 02:07:47 +00:00
stdlib Fixed style bugs (dot `.' at the end of error and warning messages). 2001-08-10 11:46:37 +00:00
stdtime mdoc(7) police: 2001-08-07 15:48:51 +00:00
string o Various mdoc fixes. 2001-08-09 17:10:48 +00:00
sys Use the ".Rv" mdoc(7) macro where appropriate. 2001-08-14 14:20:35 +00:00
xdr
yp
Makefile Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
Makefile.inc