summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-29struct ktr_header changed back in April 2012, rearranging the members,Philip Guenthe
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-24Saner implementation for self-contained hostent and netent, and alsoEric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-11-23Copy from the is* manpages the CAVEAT about the input range.Philip Guenthe
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov
2012-11-23Make the client wait for the first flow control message rather thanAlexandre Ratchov
2012-11-22Do not pass -Wmissing-prototypes when building on a non-ELF platform withMiod Vallat
2012-11-19remove some useless Tn and double punctuation;Jason McIntyre
2012-11-19RES_IGNTC is no longer ignored; ok sthenJason McIntyre
2012-11-18Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,Joel Sing
2012-11-17tweak previous;Jason McIntyre
2012-11-17Clarify ss_sp's meaning and that alt stacks are per-threadPhilip Guenthe
2012-11-15imsg_get() returns ssize_t, not size_t.Kenneth R Westerback
2012-11-12make scan_scaled set errno to EINVAL rather than ERANGE if it encountersAlexander Hall
2012-11-12Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID)Philip Guenthe
2012-11-10raise() is now correctly defined in libcPhilip Guenthe
2012-11-10raise() sends the signal to the current thread and only one error can occur.Philip Guenthe
2012-11-10Per POSIX, fix raise() and abort() to send the signal to the current thread.Philip Guenthe
2012-11-05typedef pthread_key_t to an int instead of a volatile int, reverts a chunkLandry Breuil
2012-11-02Add a new malloc option 'U' => "Free unmap" that does the guarding/Damien Miller
2012-11-02Use dedicated messages for flow control instead of abusing clock tickAlexandre Ratchov
2012-11-01Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-10-31On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tMark Kettenis
2012-10-27make midi code use non-blocking i/o as does audio code, in orderAlexandre Ratchov
2012-10-27crank SIO_MAXNFDSAlexandre Ratchov
2012-10-27check that polled fd number is smaller than SIO_MAXNFDSAlexandre Ratchov
2012-10-27include netinet/in.h to get htons & friends prototypesAlexandre Ratchov
2012-10-22Restore r1.10, lost during last update:Miod Vallat
2012-10-22struct buf -> ibuf; from Sunil NimmagaddaJason McIntyre
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
2012-10-17reword this sentence to avoid ambiguity;Jason McIntyre
2012-10-16Make sleep(3) and usleep(3) more consistent and remove extraneousTodd C. Miller
2012-10-13Makefile and header changes for OpenSSL-1.0.1cDamien Miller
2012-10-13import files that CVS missed; sighDamien Miller
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-05add send(2) MSG_DONTWAIT support which enables us to choose nonblockingYASUOKA Masahiko
2012-10-03tweak text for consistency; from artturi almJason McIntyre
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-26Remove the first paragraph. The first sentence is already stated in theBrad Smith
2012-09-23Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedJeremy Evans
2012-09-23uint32_t is the integer type defined in stdint.hMarc Espie
2012-09-16remove some wacky Xo/Xc;Jason McIntyre
2012-09-15remove tahoe-specific makefile machinery, no such hardware is known to beMiod Vallat
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-09-15Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.Martynas Venckus