summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2023-02-27There is no reason to-be-cleared chunks cannot participate in delayedOtto Moerbeek
2022-12-27Change the way malloc_init() works so that the main data structuresOtto Moerbeek
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-10-22In __cxa_atexit(), there is no need to initialize local pointer beforeTheo de Raadt
2022-10-14put the malloc_readonly struct into the "openbsd.mutable" section, soTheo de Raadt
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-08-08For putenv(3), return an error if string starts with a '=' character.Todd C. Miller
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-06-30To figure our whether a large allocation can be grown into thePhilip Guenther
2022-05-21system(3) should ignore SIGINT and SIGQUIT until the shell exits.Todd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-02-26Currently malloc caches a number of free'ed regions up to 128kOtto Moerbeek
2022-02-06remove please from manual pagesJonathan Gray
2022-01-06refer to longindex as an argument, not a field;Jason McIntyre
2021-12-08lsearch(3): reimplement using lfind(3)Scott Soule Cheloha
2021-12-07lsearch(3): append key to array with memmove(3) instead of memcpy(3)Scott Soule Cheloha
2021-12-02bsearch(3): support arrays with more than INT_MAX elementsScott Soule Cheloha
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24ansiJonathan Gray
2021-10-13Provide realpath(1)Klemens Nanni
2021-09-19Switch two calls from memset() to explicit_bzero()Theo Buehler
2021-09-03* add the missing STANDARDS section as noticed by tb@Ingo Schwarze
2021-07-23Make MALLOC_STATS compile again; noted by Omar Polo and Joe NelsonOtto Moerbeek
2021-04-09An extra internal consistency check and a missing stats adjustment. ok tb@Otto Moerbeek
2021-04-09Cache implementation has changed, we do not hold on to an exact numberOtto Moerbeek
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.Claudio Jeker
2021-03-09Change the implementation of the malloc cache to keep lists ofOtto Moerbeek
2021-02-25- Make use of the fact that we know how the chunks are aligned, andOtto Moerbeek
2021-02-12Some people still argue that rand(3) and random(3) have suitable deterministicTheo de Raadt
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.Otto Moerbeek
2020-10-06Use random value for canary bytes; ok tb@Otto Moerbeek
2020-09-06For page-sized and larger allocations do not put the pages we'reOtto Moerbeek
2020-05-27This patch fixes one bug and one instance of undesirable behaviour.Ingo Schwarze
2020-04-26Minimal maintenance to make this mess slightly less confusing:Ingo Schwarze
2020-04-26fix the description; from andras farkasJason McIntyre
2020-03-30"eventually" came and went back in 2004.Martijn van Duren
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2020-01-13Document how to make getopt_long(3) process arguments in order and stopStefan Sperling
2019-12-20drand48(3) returns values in [0.0, 1.0).Theo Buehler
2019-12-11The file passed to realpath(3) must exists, adjust man page to newAlexander Bluhm
2019-09-14Add comment line saying S is described vaguely on purpose.Otto Moerbeek
2019-07-05improve verb-tense for explaining the calling convention of __Theo de Raadt
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedTheo de Raadt
2019-06-30tweak previous; ok guentherJason McIntyre
2019-06-29Document that getcwd() and realpath() are built on system calls thatPhilip Guenther
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt