summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-10rework how we store and manage the interface index to ifp map in preparation of using SRPs as a backend for if_get.dlg2-72/+149
2015-09-10sizes for free(); ok sthenderaadt10-56/+66
2015-09-10delete empty SYNOPSIS sectionschwarze2-6/+4
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andjsing20-98/+46
2015-09-10use .In rather than .Fd #includeschwarze97-357/+357
2015-09-10It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio10-45/+30
2015-09-10dont leak an ifp reference if tun isnt ready to read.dlg1-1/+2
2015-09-10if_put after if_getdlg1-1/+4
2015-09-10if_put after if_getdlg1-7/+22
2015-09-10Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@miod1-4/+4
2015-09-10improve examples,deraadt1-8/+11
2015-09-10Assign the return value of getopt() to an int, not a char, so that optionsmiod1-3/+2
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.jsing1-2/+1
2015-09-10pass a cookie argument to interface input handlers that can be usedmikeb8-39/+46
2015-09-10Kill in6_ifstat_inc() and associated per-ifp storage.mpi3-28/+3
2015-09-10Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.jsing2-2/+8
2015-09-10Now that the GPT code tries really hard not to get in the way andkrw5-21/+7
2015-09-10CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are alreadyjsing2-36/+6
2015-09-10Correct spelling of OPENSSL_cleanse.jsing6-17/+17
2015-09-10delete bogus trailing comma from .Nm in NAME sectionschwarze2-6/+6
2015-09-10Correct spelling of OPENSSL_cleanse.jsing139-399/+423
2015-09-10reduce more .Nd to one line and kill more .Tnschwarze3-22/+14
2015-09-10regen configure, reported by deraadt@sthen1-28/+81
2015-09-10document client side certificate verification functionality.beck2-3/+19
2015-09-10We don't want LIBRARY sections in OpenBSD, so delete it.schwarze1-4/+2
2015-09-10Even the driver that should not be named needs if_put() after if_get().mpi1-12/+16
2015-09-10avoid divide by zero; from Michael McConvillederaadt1-2/+6
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze59-435/+233
2015-09-10if_put after if_get.dlg1-29/+51
2015-09-10Remove pointless comments.jsing6-12/+12
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallymiod2-10/+10
2015-09-10document changed tls_read and tls_write semantics.beck1-15/+58
2015-09-10include srp.h so userland can understand struct srpl.dlg1-1/+2
2015-09-10Stop supporting RTAX_IFP arguments with an interface name in thempi1-5/+1
2015-09-10Initialize `pc' earlier so that the siginfo pc value is correct in case ofmiod1-4/+5
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing6-36/+36
2015-09-10Call readgptlabel() from readdoslabel() instead of MD readdisklabel().krw3-23/+63
2015-09-10mlink tls_handshake;jmc1-1/+2
2015-09-10tweak previous;jmc1-3/+3
2015-09-10Remove compat files no longer required.sthen2-573/+0
2015-09-10Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly,sthen7-14/+45
2015-09-10Don't stop spoofing GPT partitions when the OpenBSD partition iskrw1-4/+3
2015-09-10if_put after if_get in if_input_processdlg1-2/+6
2015-09-10In IPv6 source address selection prefer addresses of the outgoingbluhm1-1/+7
2015-09-10another missing Mdocdateschwarze1-2/+2
2015-09-10read, tls_read, and tls_write return ssize_tbeck1-3/+3
2015-09-10fix return type for tls_read/writebeck1-3/+3
2015-09-10fix type and return check for tls_read/write.beck1-4/+4
2015-09-10missing commas at the end of .Nm lines in the NAME sectionschwarze3-9/+9
2015-09-10Unbreak ftp(1) after tls_read()/tls_write() change.jsing1-8/+8