summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2010-03-19Namespace protection for mi_vector_hash.joerg
2010-03-151. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san.tnozaki
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
2010-03-12Add memset to libkern on vax, moving existing memset.S to src/common.uwe
2010-03-07indentation/whitespacedholland
2010-03-07remove stray semicolondholland
2010-03-04Fix race condition on reallocation of huge category.enami
2010-03-01- KNFchristos
2010-02-25Uncomment crash(8) reference.wiz
2010-02-17Fix a bug reported by Gene, and debugged by Robert Elz. fsck_ffs can coredumpchristos
2010-02-12Link atomic_cas.3 to atomic_cas_{32,64,ptr,uint,ulong}_ni.3.dyoung
2010-02-12With help from rmind@, describe the non-interlocked (*_ni) variants ofdyoung
2010-02-12Fix typo.wiz
2010-02-04Include nbtool_config.h as we need to be part of the terminfo toolchain.roy
2010-02-03Remove trailing whitespace. Use Fn when referencing functions. Sort sections.wiz
2010-02-02According to TOG:christos
2010-01-29Print AppleTalk phase 2 range, too, if available.is
2010-01-27fix behavior in case of +-Inf or NaN input: return the properdrochner
2010-01-26Add AF_APPLETALK support to getnameinfo(); make "route show" use it.is
2010-01-17Free malloc()ed buffer in error case. Found by cppcheck.wiz
2010-01-17Close file handles in error cases. Found by cppcheck.wiz
2010-01-17Close file handle in error case. Found by cppcheck.wiz
2010-01-17Close log file handle after using it. Found by cppcheck.wiz
2010-01-17Close file handle after using it. Found by cppcheck.wiz
2010-01-14Move AMD64's bswap64 implementation from libc to src/common and share itjoerg
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2010-01-08Fix mdoc(7)/man(7) mix up.joerg
2010-01-08Fix up mix of man(7)/mdoc(7).joerg
2010-01-08Try to fixup the mess of mdoc(7)/man(7) mixture as created by the merge.joerg
2010-01-07Deal with PLABELs in _lwp_makecontextskrll
2010-01-02Include "nbtool_config.h" for src/tools/zic/ andtsutsui
2010-01-01POSIX says realpath(NULL, foo) is supposed to yield EINVAL rather thandholland
2009-12-31Import tzcode2009k.mlelstv
2009-12-20Sort ERRORS.wiz
2009-12-19Remove note about portability, since PF_UNSPEC will cause socketpair()pooka
2009-12-17PR/42466: Yasuoka Masahiko: vsnprintf_ss() causes infinite loopchristos
2009-12-17don't warn about mcount on mips64* as well.mrg
2009-12-15Put space after comma in the C code example.enami
2009-12-14Back errant change due to botched merge.matt
2009-12-14Bump date for previous.wiz
2009-12-14Whitespace nit.wiz
2009-12-14Suppress a warning if time_t is __int64_tmatt
2009-12-14whoops, bump date for previous.dholland
2009-12-14Document %ll. Closes PR 42283.dholland
2009-12-14Merge from matt-nb5-mips64matt
2009-12-14Fix typo.matt
2009-12-14getaddrinfo is defined to use the AF_* constants, even though perhaps itsdholland
2009-12-14Merge from matt-nb5-mips64.matt
2009-12-14Make sure the kernel doesn't pass back 0 for pagesize.matt
2009-12-09Fix markup.joerg