Age | Commit message (Expand) | Author |
2016-03-20 | Cleanup of standard header inclusion: | Ingo Schwarze |
2016-03-20 | delete useless "typedef int bool_t", use int directly; | Ingo Schwarze |
2016-03-20 | Cleanup of private header inclusion: | Ingo Schwarze |
2016-03-20 | support WIDECHAR; | Ingo Schwarze |
2016-03-20 | Use getline(3) rather than fgetln(3) because it is standardized | Ingo Schwarze |
2016-03-20 | minor simplifactions, style fixes, and trivial syncs from NetBSD | Ingo Schwarze |
2016-03-20 | Fix the same bug again that was already fixed in: | Ingo Schwarze |
2016-03-20 | Delete the useless Int datatype and always use the standard wint_t | Ingo Schwarze |
2016-03-20 | Get rid of "#ifdef WIDECHAR" and one goto in read_char(), | Ingo Schwarze |
2016-03-20 | Delete the weird IGNORE_EXTCHARS flag, simplifying the code | Ingo Schwarze |
2016-03-20 | Fix the public interface function el_getc(3). | Ingo Schwarze |
2016-03-20 | Fix read_char() for the non-UTF-8 case, in particular for systems | Ingo Schwarze |
2016-03-20 | Fix the CHARSET_IS_UTF8 case in read_char(). | Ingo Schwarze |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-20 | LOCALE_CHARSETS has been unused for some time now | Jeremie Courreges-Anglas |
2016-03-20 | __thrsleep.2 is contained in section 2 | natano |
2016-03-20 | It's libpthread, not librthread, and __tfork(2) lets you set the TCB | Philip Guenther |
2016-03-20 | Add $OpenBSD line | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2016-03-20 | Prepare for future ld.so/libc bump: update <tib.h> with the definitions | Philip Guenther |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-19 | Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS} | Philip Guenther |
2016-03-19 | This is thrkill, not __thrsigdivert | Philip Guenther |
2016-03-17 | remove NOTREACHED | mmcc |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2016-03-17 | properly guard to macros | mmcc |
2016-03-17 | explicit_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-15 | remind people rewind is seldom a good choice | Marc Espie |
2016-03-14 | small step towards multiple pools: move two globls into the struct dir_info | Otto Moerbeek |
2016-03-14 | Remove doaccess variable and access(2) call since this interfers with | mestre |
2016-03-14 | (char *)0 -> NULL | mmcc |
2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-13 | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | Brent Cook |
2016-03-12 | Call mprotect() via its hidden _lib_mprotect alias to avoid accidental | Philip Guenther |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | mmcc |
2016-03-12 | Bump for LibreSSL 2.4.0 | Brent Cook |
2016-03-12 | Fix markup problem introduced in the previous commit. Solution and | tb |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | mmcc |
2016-03-10 | Remove VAX-specific bits of libm manpages. | tb |
2016-03-10 | no need for SUBDIR now that vax is gone; ok deraadt | Jason McIntyre |
2016-03-10 | ANSIfy function declarations, move initializations to declaration block | mmcc |
2016-03-10 | remove Xr to infnan, a trickily hidden (from me anyway) vax page; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |