summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20delete useless "typedef int bool_t", use int directly;Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20support WIDECHAR;Ingo Schwarze
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedIngo Schwarze
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDIngo Schwarze
2016-03-20Fix the same bug again that was already fixed in:Ingo Schwarze
2016-03-20Delete the useless Int datatype and always use the standard wint_tIngo Schwarze
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-03-20Fix the public interface function el_getc(3).Ingo Schwarze
2016-03-20Fix read_char() for the non-UTF-8 case, in particular for systemsIngo Schwarze
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-20LOCALE_CHARSETS has been unused for some time nowJeremie Courreges-Anglas
2016-03-20__thrsleep.2 is contained in section 2natano
2016-03-20It's libpthread, not librthread, and __tfork(2) lets you set the TCBPhilip Guenther
2016-03-20Add $OpenBSD linePhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2016-03-20Prepare for future ld.so/libc bump: update <tib.h> with the definitionsPhilip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}Philip Guenther
2016-03-19This is thrkill, not __thrsigdivertPhilip Guenther
2016-03-17remove NOTREACHEDmmcc
2016-03-17'miliseconds' -> 'milliseconds' in comments.Kenneth R Westerback
2016-03-17properly guard to macrosmmcc
2016-03-17explicit_bzero for asn1 objects on free. Too often these contain sensitive in...Bob Beck
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-15remind people rewind is seldom a good choiceMarc Espie
2016-03-14small step towards multiple pools: move two globls into the struct dir_infoOtto Moerbeek
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre
2016-03-14(char *)0 -> NULLmmcc
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPPhilip Guenther
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2016-03-13Fix examples for EVP_PKEY_CTX_set_rsa_padding.Brent Cook
2016-03-12Call mprotect() via its hidden _lib_mprotect alias to avoid accidentalPhilip Guenther
2016-03-12Add error handling to the remaining calls to bn_wexpand().Brent Cook
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc
2016-03-12Bump for LibreSSL 2.4.0Brent Cook
2016-03-12Fix markup problem introduced in the previous commit. Solution andtb
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc
2016-03-11missing article in previous;Jason McIntyre
2016-03-11pledge: define the meaning of passing NULL to one arguments of pledge(2) as "ISebastien Marie
2016-03-10http -> https for a few more IETF URLs in comments or man pagesmmcc
2016-03-10Remove VAX-specific bits of libm manpages.tb
2016-03-10no need for SUBDIR now that vax is gone; ok deraadtJason McIntyre
2016-03-10ANSIfy function declarations, move initializations to declaration blockmmcc
2016-03-10remove Xr to infnan, a trickily hidden (from me anyway) vax page;Jason McIntyre
2016-03-10un-vax;Jason McIntyre