summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2011-08-16do the overflow check in a way that gcc-4.5 likes.christos
2011-08-14annotate that some functions use non-literal format strings.christos
2011-08-14no need for the snprintf/asprintf dance; use fixed width formats.christos
2011-08-09Xref limits(3).jruoho
2011-08-09libc passes the relaxed array boundary check in clang now.joerg
2011-08-08Sort sections. Remove trailing whitespace. Sort errors.wiz
2011-08-08First stage of support for Extended API set 2. Most of the think ismanu
2011-08-06Xref chflags(2) and stat_flags(3) with each other.jruoho
2011-08-06Drop trailing whitespace.wiz
2011-08-06Xref the non-standard finite(3).jruoho
2011-08-03Bump date for previous. Remove trailing whitespace.wiz
2011-08-03Make cp -p and mv preverve extended attributes, and complain if they cannot.manu
2011-07-25Adjust xref varargs(3) -> stdarg(3)njoly
2011-07-22Set error indicator on invalid arguments. From Carsten Hey.joerg
2011-07-22Consistently mark up defined values with Dv.wiz
2011-07-20Remove unneeded `Either' word in EFAULT error description.njoly
2011-07-18Use a list for clarity, update standards, etc.jruoho
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-17fix type punned warnings in debugging code.christos
2011-07-16Note that dup2(2) and dup3(2) may not fail with EMFILE; from PR lib/45148.jruoho
2011-07-15mention EINVAL.christos
2011-07-15Small markup edit.jruoho
2011-07-15Small markup glitch.jruoho
2011-07-14New sentence, new line.wiz
2011-07-14Complete prototypes, markup NULL, complete return values, more markup.jruoho
2011-07-12rename sparc64 BLOCK_SIZE and BLOCK_ALIGN to have SPARC64_ prefixes.mrg
2011-07-10Don't use "f" with non-fp types. Use a union to go betweenmatt
2011-07-10Fix so that float128_to_uint64_round_to_zero is defined for sparc64.matt
2011-07-09don't indent this bullet list either, it is not requiredplunky
2011-07-09Don't build tf (long double) if building for O32.matt
2011-07-09Appease lint and don't use C99 features.matt
2011-07-09Add ieee754 versions of the compiler runtime functionsmatt
2011-07-09Add SOFTFLOAT_NEED_FIXUNS condition around the float128 fixunsmatt
2011-07-08Bump date for xdr_sizeof. Remove trailing whitespace.wiz
2011-07-08Sort error descriptions.wiz
2011-07-07Don't define a new enum. Just #define round_* to their FP_Rx instead.matt
2011-07-04Add documentation link xdr_sizeof(3) -> xdr(3)manu
2011-07-04avoid some uninitalised variable warnings.mrg
2011-07-04add support for __floatunsisf().mrg
2011-07-04insert some (uintptr_t) between int and pointer casts.mrg
2011-07-04Document newly imported xdr_sizeof()manu
2011-07-04Add __floatunsidf __floatunsisf __floatunsitf routines.matt
2011-07-04Import xdr_sizeof() from FreeBSDmanu
2011-07-04Update to C89 style.matt
2011-07-04sh3 also needs -Wno-enum-compare here.mrg
2011-07-03But use .Xr (and not .Fn) with references to external functions.jruoho
2011-07-03Use .Fn (and not .Nm) for functions.jruoho
2011-07-03mips wants some -Wno-enum-compare here, too.mrg
2011-07-03Note that mknod(2) may fail with EINVAL.jruoho
2011-07-01Fix some bugs [exceed array bounds]. Simplify.matt