summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-2/+2
* update NAME section to include all documented functions,jmc2015-11-1039-135/+263
* Document tzsetwall(). OK schwarze@ jmc@millert2015-11-101-5/+26
* SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb;jmc2015-11-101-2/+2
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-1010-51/+134
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-108-31/+78
* update some client/server info; from jan klemkowjmc2015-11-091-5/+5
* inet(4), not inet(3);jmc2015-11-081-3/+3
* add missing NAME entries;jmc2015-11-074-12/+29
* Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;miod2015-11-062-4/+4
* From FreeBSD 23397:shadchin2015-11-061-7/+7
* Remove needless comma.mmcc2015-11-061-3/+3
* Set the name server counter in __res_state correctly if a nameserverbluhm2015-11-051-2/+2
* After removing National Language Support (NLS) from base, stopbluhm2015-11-051-3/+2
* When filling the __res_state compatibiliy struct, a long list ofbluhm2015-11-051-4/+8
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-052-10/+10
* Mention ROTL() is always invoked with a proper shift value, due to the way themiod2015-11-052-2/+4
* document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring backsthen2015-11-051-2/+12
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-043-9/+9
* clean up HISTORY;jmc2015-11-041-6/+4
* Improve explanations throughoutderaadt2015-11-031-108/+79
* bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.bcook2015-11-032-6/+6
* systrace should work nowtedu2015-11-031-8/+2
* kill 0 has worked for ages, no idea how the man page could be so innacurate so long; ok guentherderaadt2015-11-021-11/+2
* (struct timezone *)NULL -> NULLmmcc2015-11-021-3/+3
* (struct timezone *)0 -> NULLmmcc2015-11-021-2/+2
* Fix typo in comment of previous commit: "that that".reyk2015-11-022-6/+6
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-025-5/+5
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-025-41/+256
* replace "can not" with "cannot";jmc2015-11-011-3/+3
* delete old lint ARGSUSED commentsguenther2015-11-012-4/+2
* delete old lint ARGSUSED commentsguenther2015-11-0123-73/+23
* delete old lint ARGSUSED commentsguenther2015-11-011-8/+1
* Invoke the _HIDDEN() sigprocmask label rather than the public one.miod2015-10-312-8/+10
* This is sigprocmask, not sigpending.miod2015-10-311-2/+2
* Do not include a timestamp in the syslog message. There is no need --deraadt2015-10-313-35/+13
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-302-2/+4
* For getgrent.3:guenther2015-10-303-28/+36
* update text to be more like posix, in particular wrt length = 0tedu2015-10-291-18/+9
* (struct timezone *)0 -> NULL, while I'm here.mmcc2015-10-291-2/+2
* We are always using _PATH_RESCONF, so no need to remember the path oneric2015-10-283-21/+6
* Remove support for [addr]:port syntax from the "nameserver" line.deraadt2015-10-281-22/+1
* Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.stsp2015-10-281-42/+54
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-2725-30/+113
* The fd of the passwd database is marked close-on-exec nowguenther2015-10-272-14/+8
* don't keep the passwd database open; callers do not expect that they willtedu2015-10-261-11/+1
* Wrap waitpid() so calls go direct; weaken wait() and wait3().guenther2015-10-254-12/+34
* Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther2015-10-252-5/+6
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-255-8/+12
* Nuke union of d_packname with un_d_boot0 & un_d_boot1, keepingkrw2015-10-251-5/+0