summaryrefslogtreecommitdiff
path: root/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous, not all platforms allow compilingotto2023-06-232-37/+4
* Allow to ask for deeper callers for leak reports using malloc options.otto2023-06-222-4/+37
* Add portable version and m88k-specific version lb() function, becauseaoyama2023-06-071-1/+21
* More thorough write-afetr-free checks.otto2023-06-042-19/+33
* Remove malloc interposition, a workaround that was once needed for emacsotto2023-05-271-7/+7
* Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidguenther2023-05-181-4/+1
* As mmap(2) is no longer a LOCK syscall, do away with the extraotto2023-05-101-23/+1
* remove duplicate includejsg2023-04-211-2/+1
* remove bad Pp;jmc2023-04-171-3/+2
* Dump (leak) info using utrace(2) and compile the code always inotto2023-04-162-148/+199
* Introduce variation in location of junked bytes; ok tb@otto2023-04-051-3/+8
* Check all chunks in the delayed free list for write-after-free.otto2023-04-012-8/+25
* Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@otto2023-03-251-2/+2
* Change malloc chunk sizes to be fine grained.otto2023-03-251-102/+142
* Fix a number of out of bound reads in DNS response parsing.millert2023-03-151-1/+7
* There is no reason to-be-cleared chunks cannot participate in delayedotto2023-02-271-27/+23
* Change the way malloc_init() works so that the main data structuresotto2022-12-271-65/+66
* spelling fixes; from paul tagliamontejmc2022-12-278-15/+15
* tolower(3) guarantees to return its argument unchanged if it's notflorian2022-11-161-10/+3
* In __cxa_atexit(), there is no need to initialize local pointer beforederaadt2022-10-221-2/+2
* put the malloc_readonly struct into the "openbsd.mutable" section, soderaadt2022-10-141-2/+3
* use Fn rather than Nm for swab(); from josiah frentsosjmc2022-09-281-6/+6
* .Li -> .Vt where appropriate;jmc2022-09-1124-106/+103
* remove unused blowfish inline definesjsg2022-08-281-8/+1
* For putenv(3), return an error if string starts with a '=' character.millert2022-08-082-5/+10
* change some 4.4BSD references to earlier releasesjsg2022-08-042-6/+6
* libc string functions were not ported from pwb to v7jsg2022-08-013-15/+9
* strlen was in v6 libc (s5/perror.c) but not documented till v7jsg2022-07-311-5/+4
* fix indenttb2022-07-311-2/+2
* Randomise the rekey interval a little. Previously, the chacha20djm2022-07-311-2/+8
* If a command or interface first appeared in PWB/UNIX, UNIX System III orjsg2022-07-252-6/+10
* To figure our whether a large allocation can be grown into theguenther2022-06-301-12/+2
* system(3) should ignore SIGINT and SIGQUIT until the shell exits.millert2022-05-211-4/+17
* Fix typo in last commit.millert2022-04-131-2/+2
* inet_net_pton_ipv6: avoid signed vs unsigned comparisonmillert2022-04-131-3/+5
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-316-24/+24
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-294-12/+12
* Remove unused ivbits argument from chacha_keysetup to match otherdtucker2022-02-282-4/+4
* Currently malloc caches a number of free'ed regions up to 128kotto2022-02-261-33/+160
* remove please from manual pagesjsg2022-02-061-3/+3
* refer to longindex as an argument, not a field;jmc2022-01-061-3/+3
* Update to reflect changes over the last six yearsguenther2021-12-251-34/+47
* lsearch(3): reimplement using lfind(3)cheloha2021-12-081-32/+13
* lsearch(3): append key to array with memmove(3) instead of memcpy(3)cheloha2021-12-071-2/+7
* bsearch(3): support arrays with more than INT_MAX elementscheloha2021-12-021-2/+3
* A few sys/param.h annotations lacked ALIGNBYTESderaadt2021-11-291-2/+2
* Niels agreed to remove the advertising clause; switching thesedjm2021-11-292-11/+5
* Describe what RES_USE_DNSSEC does and how it's affected by trust-adjca2021-11-241-2/+15
* Implement rfc6840 (AD flag processing) if using trusted name serversjca2021-11-221-2/+14
* add missing .h file includederaadt2021-10-291-2/+3