summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-15update return values for ibuf_write and msgbuf_writeJonathan Matthew
2012-06-15Fix typos.Matthew Dempsky
2012-06-07Document mbsnrtowcs() and wcsnrtombs().Matthew Dempsky
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2012-06-04stop editing header by hand, expose script I'm going to use for next versionsMarc Espie
2012-06-04fix autodetection, somehow I managed to lose that commit earlier ?Marc Espie
2012-06-04finish synching libraryMarc Espie
2012-06-04minor update to 3.7.12.1Marc Espie
2012-06-04crank minor, since a symbol was addedTheo de Raadt
2012-06-02in imsg_read() avoid calling recvmsg() if we detect that we will be shortGilles Chehade
2012-06-02Committed the wrong version (an earlier try) of the KERN_FILE2 vsPhilip Guenthe
2012-06-02Update STANDARDS section for a few <stdlib.h> functionsPhilip Guenthe
2012-06-01Fix document titles.Lawrence Teo
2012-06-01Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),Philip Guenthe
2012-05-25tweak previous; ok sthen lteoJason McIntyre
2012-05-25Import a number of core functions from libpcap-1.2.0 while preservingLawrence Teo
2012-05-24some symbols actually changed.Marc Espie
2012-05-24fuck, forgot we still have !C99 compilersMarc Espie
2012-05-23Make the "default" string a valid device name that has the same effectAlexandre Ratchov
2012-05-22Don't misleadingly suggest that fpos_t only needs to be a complex typeMatthew Dempsky
2012-05-22Document that ftell() may return EOVERFLOW.Matthew Dempsky
2012-05-22those no longer belong, they've been move to the test/ directory upstreamMarc Espie
2012-05-22lemon bug: checking lines is not enough, we have to be sure we're at theMarc Espie
2012-05-22bump version, regen sqlite3.h with our changes (and bump version)Marc Espie
2012-05-22merge syncMarc Espie
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-05-21Fix ftell() to return EOVERFLOW if the file offset is greater thanMatthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-05-11The default device is selected with sndiod(1) or the AUDIODEVICEAlexandre Ratchov
2012-05-06Style nits from Brad.Paul Irofti
2012-05-03Add pthread spinlock support.Paul Irofti
2012-05-01Eliminate the f_usecount ref count in struct file; instead of sleepingPhilip Guenthe
2012-04-26Drop support from openpty() for 8+ year old kernels that don't supportMatthew Dempsky
2012-04-26Add strnlen() to libkern.Matthew Dempsky
2012-04-25fix a few warningsEric Faurot
2012-04-24document address truncation; from Steffen Daode NurpmesoJason McIntyre
2012-04-23Honor subsystem style.Paul Irofti
2012-04-22enable sqlite3, as prompted by theoMarc Espie
2012-04-22add missing defines, crucial: -DSQLITE_COREMarc Espie
2012-04-22regen all files we can, prepare stuff to make sure it works even withoutMarc Espie
2012-04-22Document that getpeereid() works for SOCK_SEQPACKET sockets too.Matthew Dempsky
2012-04-20use "an addrinfo", not "a addrinfo". ok jmcStuart Henderson
2012-04-20Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses forPhilip Guenthe
2012-04-20rearrange DESCRIPTION somewhat to make this page more readable;Jason McIntyre
2012-04-19cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowDamien Miller
2012-04-19rely on the compiler giving us a built-in alloca. any new architectureTheo de Raadt
2012-04-17Make it optional for kvm_getprocs() (and related sysctl) to returnPaul Irofti
2012-04-17Remove "#define _POSIX_THREADS" line before include <pthread.h>.Miod Vallat
2012-04-15Create a new resolver for each thread. It will be done differentlyEric Faurot
2012-04-15calling getnameinfo here is a bad idea. use inet_ntop.Eric Faurot