summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-28no Pp before/after Sh;Jason McIntyre
2013-03-28pathconf/fpathconf are now compliant with POSIX-2008.Philip Guenther
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-03-28switch to the new resolver implementation.Eric Faurot
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)Eric Faurot
2013-03-28Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyTheo de Raadt
2013-03-28accept and use any protocol specified by the caller.Eric Faurot
2013-03-28Correct version numberMartin Pieuchot
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-27rename define to reflect current operating system, as in sys/compatTed Unangst
2013-03-27explicitely -> explicitly;Jason McIntyre
2013-03-27Add an open_wmemstream(3) implementation and fix various issues forMartin Pieuchot
2013-03-27Only use the search domains for DNS lookups, as the current resolver does.Eric Faurot
2013-03-26protect the PRG state with a mutex in res_randomid().Eric Faurot
2013-03-26needs sys/cdefs.h because a case has been found where it is pulledTheo de Raadt
2013-03-24sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not somePhilip Guenther
2013-03-24SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)Philip Guenther
2013-03-24machine/limits.h does not contain everything this file wants. It wantsTheo de Raadt
2013-03-24dlerror() should not return const char *, as noted by landryTheo de Raadt
2013-03-23do not need udf_extern.hTheo de Raadt
2013-03-21Do not need machine/param.hTheo de Raadt
2013-03-20spacesTheo de Raadt
2013-03-20Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case anTheo de Raadt
2013-03-20When non-root asks sysctl for kinfo proc or file requests, do not fill inTheo de Raadt
2013-03-18... and bump the major, update should be completeMarc Espie
2013-03-18regen'd headersMarc Espie
2013-03-18cvs shat on itself all over again.Marc Espie
2013-03-18update to 3.7.15.2, tested by landry@/miod@Marc Espie
2013-03-15threadsafe random().Ted Unangst
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-13in debug mode, log successful connections, from Jan StaryAlexandre Ratchov
2013-03-12Return EINVAL if there are fewer than six template Xs in the path.Philip Guenther
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-12SOCK_SEQPACKET is supported on AF_UNIX too.David Gwynne
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-11document LOG_ODELAY; from Daniel DickmanJason McIntyre
2013-03-09Describe interaction between write and O_APPEND.Ted Unangst
2013-03-07Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.Stefan Sperling
2013-03-07Oops: confstr()'s return value should include the NUL in its countPhilip Guenther
2013-03-05tweak wording of scanf return value; prompted by Jan Stary; ok jmc@Otto Moerbeek
2013-03-04Update STANDARDS section as appropriate for C99.Brad Smith
2013-03-02Fix the combination of 'j' format flag and the XPG "<num>$" modifier.Philip Guenther
2013-03-02zap end of line whitespace;Jason McIntyre
2013-03-01Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesPhilip Guenther
2013-02-15Revert previous diff: sparc and sparc64 don't set the TCB to NULL in exec, yet,Philip Guenther
2013-02-14cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtMarkus Friedl
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2013-02-14Make libpthread compatible with an ld.so that does TCB allocation:Philip Guenther
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-12Unbreak the tree by adding missing defines. Forgot to sync in previousMartin Pieuchot