summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther42-52/+250
2015-09-13On show the ps/o output and ddb.html blurb once, so that we don't get themguenther1-4/+11
2015-09-13Set the index of the interface in handroller link_addr(3) like code.mpi2-3/+6
2015-09-13tweak STANDARDS;jmc1-3/+3
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther15-65/+51
2015-09-13back out mpsafe vlans while i chase down a panic when operationsdlg2-87/+38
2015-09-12Restore SMBIOS detection in ISA. OK yasuoka@uebayasi1-3/+3
2015-09-12Call socreate(9) only when we have a destination ip and port.florian1-58/+44
2015-09-12Add missing free() in efid_io(). Found by jsg.yasuoka1-2/+4
2015-09-12Adapt to just committed libtls api changebeck1-21/+14
2015-09-12Move connection info into it's own private structure allocated and filled inbeck7-120/+208
2015-09-12Split ssl3_send_client_key_exchange() (387 lines of code) into fivejsing2-654/+702
2015-09-12consistently name the ifnet * that refers to the parent interfacedlg1-50/+50
2015-09-12Fix function name.jsing2-4/+4
2015-09-12Now that rtrequest1(9) properly sets RTF_UP for newly added route,mpi8-32/+29
2015-09-12make vlan_input mpsafe by using srp lists in the vlan tag hash buckets.dlg2-38/+87
2015-09-12Sync handling of cached record digests with s3_srvr.c.jsing2-2/+46
2015-09-12Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.mpi14-55/+44
2015-09-12explicit_bzero() the GOST premaster secret.jsing2-4/+14
2015-09-12Ensure that we clear the libssl error stack before we make a function calljsing3-5/+12
2015-09-12Unwrap a bunch of lines.jsing2-74/+38
2015-09-12introduce SRPs to the interface index maps to make if_get() mpsafe.dlg1-34/+103
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatlteo4-14/+5
2015-09-12Enable some diagnostics for interrupt-safe maps that are already happening forkettenis1-2/+7
2015-09-12__strsignal() is now declared in hidden/signal.hguenther1-2/+0
2015-09-12Put tls_peer_cert* functions in the same place.jsing1-6/+6
2015-09-12Finish wrapping <signal.h> so that calls to the sigset ops go direct andguenther3-9/+30