summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-08-21Two new flags: VIS_ALL - encode all characters, not just invisible onesDamien Miller
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-08-06If audio interrupts are missed (as this happens on some MP systemsAlexandre Ratchov
2010-08-05The UTF-8 decoder should not accept byte sequences which decode to unicodeStefan Sperling
2010-08-05Regenerate files that were affected by changes to asn1_compile that werePhilip Guenthe
2010-08-03When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()Stefan Sperling
2010-08-01add missing header needed by strcmp()Charles Longeau
2010-07-29Remove stray newline, fix $OpenBSD$; ok deraadtStefan Sperling
2010-07-28Sync hcreate(3) with NetBSD, adding some caveats.Ray Lai
2010-07-27Remove a stray space. No binary change.Marco Peereboom
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
2010-07-27fix some spacing issues; noted by kristapsJason McIntyre
2010-07-27Properly handle the size field in pflog link headerCan Erkin Acar
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-24Add a newline to the input we feed to cpp to get rid of its 'no newlinePhilip Guenthe
2010-07-22getopt_long.c replaced getopt.c 6+ years ago; we can retireBret Lambert
2010-07-21remove unnecessary ``return 0'' statements,Alexandre Ratchov
2010-07-19Add barebones manual pages for cimag(3), conj(3) and cproj(3)Todd C. Miller
2010-07-19Fix the cproj family to not return garbage on finite arguments.Philip Guenthe
2010-07-18Use crealf() and cimagf() instead of creal() and cimag() when thePhilip Guenthe
2010-07-17Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNELPhilip Guenthe
2010-07-17Correct the #includes to avoid warnings in <rpc/svc.h>Philip Guenthe
2010-07-17add missing header needed by event_warn()Charles Longeau
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-13update our recommended hash function to sha256 and note md5 is broken.Ted Unangst
2010-07-13no more rmd160(1);Jason McIntyre
2010-07-13Fix PR 6417: if we're starting a thread and there's no other threadsPhilip Guenthe
2010-07-13Fix PR 6376: restore more thread library state if execve fails,Philip Guenthe
2010-07-12Update to 1.4.14b.Nicholas Marriott
2010-07-12After forking, clear the 'thread joining this one' pointer in the child,Philip Guenthe
2010-07-08Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerMark Kettenis
2010-07-06Document new unsetenv() error returns.Christian Weisgerber
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-02Constipate init_hash() to eliminate a warning and remove a cast that isPhilip Guenthe
2010-07-01sort SEE ALSO;Jason McIntyre
2010-07-01getpeereid() can now be a library routine using getsockopt() withTheo de Raadt
2010-07-01oops. Missed this from my aes-ni commit.Thordur I. Bjornsson
2010-07-01import OpenSSL-1.0.1cThordur I. Bjornsson
2010-07-01AES-NI engine support for OpenSSL.Thordur I. Bjornsson
2010-07-01zap trailing whitespace;Jason McIntyre
2010-07-01libkeynote development has been paused for a while. ok deraadtTed Unangst
2010-06-30Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toTheo de Raadt
2010-06-30Use __attribute__ ((aligned (16)), to make sure the FPU state is alignedMark Kettenis
2010-06-30there's no tcsh page in base, so don;t bother xr'ing it;Jason McIntyre
2010-06-30tweak previous;Jason McIntyre
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2010-06-29use a union to align the dns answer buffer until gcc4 is fixedTheo de Raadt