summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2-6/+6
straight replace: thanks both to schwarze and maja for feedback on how to rewrite parts; i've snuck in an rcs id->openbsd id change in dev_mkdb too;
2015-11-25Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther1-1/+12
ok tedu@
2015-11-25syslog() here is pointless; ok millertderaadt1-2/+0
2015-11-24Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2-7/+10
libc to avoid reusing the static buffers returned by the non-reentrant versions. Since this is inside libc we can use constants for the buffer sizes instead of having to call sysconf(). OK guenther@ deraadt@
2015-11-24Correct file name, no text change (no history yet, but sorry for the churn).schwarze2-26/+26
Issue noticed by jmc@, OK jmc@.
2015-11-24Document that these functions are now in strings.h.daniel7-19/+22
ok millert@
2015-11-24Don't fake a bulleted list by prefixing items with 'o'.bentley1-8/+8
ok jmc@
2015-11-23rename variable 'sun' to allow building on Solarisbcook1-13/+13
ok deraadt@
2015-11-21In pledge(), put "dns" right after "inet".jca2-4/+4
2015-11-21Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2-4/+4
From todd@
2015-11-21Partial revert of revision 1.26:schwarze1-18/+18
Do *not* install the CMS_* manuals for now given that the code is currently disabled. Cluestick applied by jsing@.
2015-11-21point to netintro(4) rather than (now removed) networking(4);jmc2-6/+6
2015-11-20do not need sys/param.hderaadt1-1/+0
2015-11-18add a version field to prevent mayhem if different data gets storedtedu1-3/+7
2015-11-18update for new symbols and codetedu1-2/+2