summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2016-09-04it doesn't say anything yet, but start adding a man pagetedu1-0/+68
2016-09-04Make the key sizes and offsets arrays const, ok tedunicm1-2/+2
2016-09-01Less lock contention by using more pools for mult-threaded programs.otto1-85/+178
2016-09-01black magic for sparc page size can gotedu1-4/+2
2016-08-28Don't call lstat() before readlink() just to see if it's a symlink,guenther1-14/+17
2016-08-17wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@otto1-61/+22
2016-08-15add a bit of spacing to previous, to keep the notes about deprecatedjmc2-4/+6
2016-08-14Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther12-228/+36
2016-07-06J/j is a three valued option, document and fix code to actuall support thatotto1-3/+5
2016-06-30adapt S option: add C, rm F (not relevant with 0 cache and disablesotto1-3/+3
2016-06-28Back out previous; otto saw a potential race that could lead to atb1-32/+23
2016-06-27defer munmap to after unlocking malloc. this can (unfortunately) be antedu1-23/+32
2016-06-02Fix typo; the period should be outside the parens. From Michael McConvillemillert1-3/+3
2016-05-30The icdb magic number doesn't need to be visible to static linksguenther1-2/+2
2016-05-29Remove dead support for changing BDB hash algorithm and cache of alternativesguenther1-5/+4
2016-05-02Remove a vax remnant (that was really a no-op anyway).millert1-3/+1
2016-04-25Allow setenv(3) and putenv(3) to operate on a NULL environ pointer.millert1-11/+15
2016-04-12two times a define to an inline function, from Michael McConville; ok djm@otto1-10/+19
2016-04-09tweak MALLOC_STATS printing (switched off by default), prodded byotto1-14/+14
2016-04-09redundant memset(3), from Michael McConville, ok armani@otto1-2/+1
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther1-4/+4
2016-04-03Document ``use after free'' error messageotto1-2/+4
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-29/+1
2016-03-17properly guard to macrosmmcc1-5/+5
2016-03-14small step towards multiple pools: move two globls into the struct dir_infootto1-112/+126
2016-03-13environ and __progname are not declared in a public header; declare themguenther4-10/+4
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc4-25/+8
2016-02-25refactor option letter parsing into a subfunction, to increase clarityderaadt1-93/+102
2016-02-07compare pointer to NULL in example codemmcc1-3/+3
2016-02-05be more forceful about not using these.espie1-2/+9
2016-02-05Fix err(3) calls after allocation failures in examples.schwarze1-8/+8
2016-01-26Don't crash dumping malloc stats if malloc_init hasn't been called, noted byotto1-1/+3
2016-01-06Long ago, malloc internally had two kinds of failures, warnings and errors.tedu2-14/+7
2016-01-04Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb2-6/+4
2015-12-30another case where bad things would happen after wrterrortedu1-2/+4
2015-12-30if somebody makes the mistake of disabling abort, don't deref null intedu1-2/+4
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc1-5/+3
2015-12-27remove unused variablechl1-2/+1
2015-12-18Simplify return call of rand() and rand_r() to make it easier to read.tb1-2/+2
2015-12-10tiny sanity check on file sizetedu1-1/+3
2015-12-09Integrate two patches originally from Daniel Micay.tedu1-8/+76
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2-6/+6
2015-11-25Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther1-1/+12
2015-11-24Don't fake a bulleted list by prefixing items with 'o'.bentley1-8/+8
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
2015-11-18Add icdb, the internal c database. A simpler replacement for the oldtedu1-0/+367
2015-11-10update NAME section to include all documented functions,jmc1-3/+3
2015-11-10libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther1-1/+13
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther1-1/+5