summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-16document non-literal format stringschristos
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-14simplify and eliminate non literal string formats.christos
2011-08-13- fix warn/err confusiogchristos
2011-08-13aio_return returns ssize_t not intjmcneill
2011-08-12Merge two entries for same error code.wiz
2011-08-12Add sigevent(3) to SEE ALSOapb
2011-08-09Xref limits(3).jruoho
2011-08-09libc passes the relaxed array boundary check in clang now.joerg
2011-08-09Fix uninitiaized variable usage (never though lint would miss that whenmanu
2011-08-09Remove PUFFS_KFLAG_WTCACHE, which caused data corruption and slowdownmanu
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-07Add serial comma, remove trailing whitespace, bump date for previous.wiz
2011-08-07Merge the attributes into the returned characters.blymn
2011-08-07Document the return values for innstr and friends.blymn
2011-08-07Fix a bug that prevented instr and friends returning OK.blymn
2011-08-07flush the output after writing the meta sequence.blymn
2011-08-06Xref chflags(2) and stat_flags(3) with each other.jruoho
2011-08-06Drop trailing whitespace.wiz
2011-08-06ort SEE ALSO.wiz
2011-08-06Xref the non-standard finite(3).jruoho
2011-08-06Deprecate ieee(3).jruoho
2011-08-06Split out the scalbn(3) family out from ieee(3) and properly document it.jruoho
2011-08-05fix spello in commentlukem
2011-08-04need err.h nowchristos
2011-08-03Add logbl(3).joerg
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-08-02Only use -Wconversion if GCC is actually the active compiler.joerg
2011-08-02Do not reject reads on directory, it raises a useless EBADFD while themanu
2011-08-02Fix creds passed to FUSE when requests are done on behalf of the kernel.manu
2011-08-02Add serial comma.wiz
2011-08-02Fix typo in function name.wiz
2011-07-30Don't include <machine/asm.h>matt
2011-07-30Don't use "-Wconversion" with GCC 4.5 which will complain about all thetron
2011-07-29pass -Wconversionchristos
2011-07-29- fix unused paramschristos
2011-07-29better autoconf resultschristos
2011-07-29add -Wunused-parameterchristos
2011-07-29kill ifdef notdefchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28Add ilogbl(3).joerg
2011-07-28Add scalbnl(3) mlinks.joerg
2011-07-28Add scalbn{,f,l} for VAX.matt
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28Put libalpha back.dyoung
2011-07-28fix unused variable warnings on systems without _r functionschristos