freebsd-dev/lib/libc
Pedro F. Giffuni 7c498a0950 Hint out check for unsigned negative values.
On FreeBSD socklen_t is unsigned so the check negative len
in inet6_opt_append() is redundant and likely to be optimized
away by the compiler.

On other operating systems this is not necessarily so, and
in the future we may want to sign it so leave the check in
but place it in a secondary position as a subtle indication
that the bogus check is intentional.

Discussed with:	rpaulo

CID:	1017783
2015-02-27 01:59:29 +00:00
..
amd64
arm Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
capability
compat-43 Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
db dbm_delete(3) correct man page to match current behaviour. 2015-02-20 01:31:10 +00:00
gdtoa
gen setmode(3): Make sure that setmode sets errno on failure. 2015-02-22 20:16:44 +00:00
gmon
i386
iconv mdoc: paragraph improvements. 2015-01-04 12:49:24 +00:00
include Restore the extern qualifier on __cleanup. 2015-02-17 08:54:03 +00:00
inet
isc
locale mdoc: improvements to SEE ALSO. 2014-12-27 08:31:52 +00:00
md
mips Use zero register instead of immediate 0x0 in MIPS assembly 2015-01-29 15:30:04 +00:00
nameser
net Hint out check for unsigned negative values. 2015-02-27 01:59:29 +00:00
nls When catopen(3) returns an error, it caches the result of that error 2015-02-10 20:45:40 +00:00
posix1e Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
powerpc Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
powerpc64 Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
quad
regex Prevent NULL pointer de-reference. 2015-02-21 15:02:27 +00:00
resolv
rpc libc: clean some set-but-not-used errors. 2015-02-18 03:33:17 +00:00
softfloat
sparc64 Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal 2015-02-16 22:13:03 +00:00
stdio libc: clean some set-but-not-used errors. 2015-02-18 03:33:17 +00:00
stdlib Adjust wording slightly to emphasize that random(3) should not be used for 2015-02-25 07:49:15 +00:00
stdtime
string Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
sys fix spelling, add comma and remove BUGS section.. it provided no useful 2015-02-19 01:51:17 +00:00
tests Enable utimensat tests from NetBSD. 2015-01-24 15:49:40 +00:00
uuid
xdr
yp
libc.ldscript
Makefile Add a ${CP} alias for copying files in the build. 2015-01-16 21:39:08 +00:00
Makefile.amd64 Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately 2014-11-04 00:56:25 +00:00
Makefile.i386 Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately 2014-11-04 00:56:25 +00:00
Versions.def