summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2010-06-29RTHREADS option is gone, now it's a sysctl. spotted by jmcTed Unangst
2010-06-29briefly document kern.rthreadsTed Unangst
2010-06-29Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orPhilip Guenthe
2010-06-29use a union to align the dns answer buffer until gcc4 is fixedTheo de Raadt
2010-06-29Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@Christian Weisgerber
2010-06-29VIA xcrypt for amd64, simpler version of a diff from deraadtJonathan Gray
2010-06-28add missing headers needed for close() and ioctl().Charles Longeau
2010-06-27Instead of (manually) closing the _thread_kern_pipe before callingPhilip Guenthe
2010-06-26Add the extendedKeyUsage flags serverAuth and clientAuth. Newer WindowsReyk Floeter
2010-06-26sync libexpat with upstream. mostly formating cleanup, no binary change.Eric Faurot
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2010-06-23Protect against multiple inclusion, from Christiano F. Haesbaert.Nicholas Marriott
2010-06-18If a request to opendev(3) is given in the form of a disklabel UID,Joel Sing
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre Ratchov
2010-06-05don't send clock ticks while buffers are being primedAlexandre Ratchov
2010-06-05Don't send the initial position as a clock tick with a negative delta.Alexandre Ratchov
2010-06-03typo in a commentTheo de Raadt
2010-06-02Avoid using and end pointer since strnlen(string, -1) is legalTodd C. Miller
2010-05-31Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These namesNicholas Marriott
2010-05-28typo; Ian McWilliamStuart Henderson
2010-05-26If the stack size attribute isn't larger than the guard-page sizePhilip Guenthe
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
2010-05-26oops - forgot to check for trailing whitespace;Jason McIntyre
2010-05-26reword the 'D' dump bit to make it clear that the malloc.out file needsThordur I. Bjornsson
2010-05-25Make sure that we really mark the FPU registers clean.Mark Kettenis
2010-05-25complete any pending message when the device is stoppedAlexandre Ratchov
2010-05-25drop samples or insert silence in sun_revents(). Otherwise, inAlexandre Ratchov
2010-05-24Add HISTORY section, mostly for strnlen() but include strlen() forTodd C. Miller
2010-05-21Remove strndup and strnlen now that libc includes its own.Todd C. Miller
2010-05-21remove unused variable.Charles Longeau
2010-05-19remove unused variableCharles Longeau
2010-05-19tweak previous;Jason McIntyre
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-05-14Document return values, based on a diff from Ross Richardson.Nicholas Marriott
2010-05-14Defer installing signal handlers until echo is disabled so that weTodd C. Miller