| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | inet_net_pton_ipv6: avoid signed vs unsigned comparison | millert | 2022-04-13 | 1 | -3/+5 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 6 | -24/+24 |
* | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 2022-03-29 | 4 | -12/+12 |
* | Remove unused ivbits argument from chacha_keysetup to match other | dtucker | 2022-02-28 | 2 | -4/+4 |
* | Currently malloc caches a number of free'ed regions up to 128k | otto | 2022-02-26 | 1 | -33/+160 |
* | remove please from manual pages | jsg | 2022-02-06 | 1 | -3/+3 |
* | refer to longindex as an argument, not a field; | jmc | 2022-01-06 | 1 | -3/+3 |
* | Update to reflect changes over the last six years | guenther | 2021-12-25 | 1 | -34/+47 |
* | lsearch(3): reimplement using lfind(3) | cheloha | 2021-12-08 | 1 | -32/+13 |
* | lsearch(3): append key to array with memmove(3) instead of memcpy(3) | cheloha | 2021-12-07 | 1 | -2/+7 |
* | bsearch(3): support arrays with more than INT_MAX elements | cheloha | 2021-12-02 | 1 | -2/+3 |
* | A few sys/param.h annotations lacked ALIGNBYTES | deraadt | 2021-11-29 | 1 | -2/+2 |
* | Niels agreed to remove the advertising clause; switching these | djm | 2021-11-29 | 2 | -11/+5 |
* | Describe what RES_USE_DNSSEC does and how it's affected by trust-ad | jca | 2021-11-24 | 1 | -2/+15 |
* | Implement rfc6840 (AD flag processing) if using trusted name servers | jca | 2021-11-22 | 1 | -2/+14 |
* | add missing .h file include | deraadt | 2021-10-29 | 1 | -2/+3 |
* | Revert accidental change. | jca | 2021-10-25 | 1 | -1/+2 |
* | Make brk() and sbrk() weak again as intended. | jca | 2021-10-25 | 1 | -2/+1 |
* | For open/openat, if the flags parameter does not contain O_CREAT, the | deraadt | 2021-10-24 | 2 | -6/+6 |
* | ansi | jsg | 2021-10-24 | 2 | -13/+6 |
* | Put back sys/types.h and sys/socket.h. The latter was unintentionally | tb | 2021-10-22 | 1 | -1/+3 |
* | Fix some ghastly whitespace. From Martin Vahlensieck | tb | 2021-10-22 | 1 | -6/+6 |
* | Use unsigned char instead of u_char in base64.c. This is a mild | tb | 2021-10-22 | 1 | -9/+6 |
* | Provide realpath(1) | kn | 2021-10-13 | 1 | -2/+3 |
* | does not need arpa/nameser.h | deraadt | 2021-10-11 | 1 | -2/+1 |
* | Switch two calls from memset() to explicit_bzero() | tb | 2021-09-19 | 1 | -3/+3 |
* | * add the missing STANDARDS section as noticed by tb@ | schwarze | 2021-09-03 | 1 | -3/+20 |
* | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | claudio | 2021-09-01 | 2 | -6/+5 |
* | Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson | otto | 2021-07-23 | 1 | -2/+2 |
* | An extra internal consistency check and a missing stats adjustment. ok tb@ | otto | 2021-04-09 | 1 | -1/+4 |
* | Cache implementation has changed, we do not hold on to an exact number | otto | 2021-04-09 | 1 | -3/+4 |
* | Type-cast getpagesize() from int to size_t for the comparison with d. | claudio | 2021-03-18 | 1 | -2/+2 |
* | Change the implementation of the malloc cache to keep lists of | otto | 2021-03-09 | 1 | -152/+118 |
* | - Make use of the fact that we know how the chunks are aligned, and | otto | 2021-02-25 | 2 | -49/+83 |
* | Some people still argue that rand(3) and random(3) have suitable deterministic | deraadt | 2021-02-12 | 2 | -4/+10 |
* | Prevent an overflow in inet_net_pton(3) when the passed in buffer is | florian | 2021-01-19 | 1 | -11/+18 |
* | Fix two issues related to thread private data in asr. | otto | 2021-01-06 | 1 | -3/+10 |
* | mapalign() only handles allocations >= a page; problem found by and ok semarie@ | otto | 2020-11-23 | 1 | -1/+3 |
* | make fixed-sized fixed-value mib[] arrays be const | deraadt | 2020-10-12 | 1 | -4/+3 |
* | As noted by tb@ previous commit only removed an unused fucntion. | otto | 2020-10-09 | 1 | -4/+9 |
* | Use random value for canary bytes; ok tb@ | otto | 2020-10-06 | 1 | -23/+1 |
* | For page-sized and larger allocations do not put the pages we're | otto | 2020-09-06 | 1 | -21/+18 |
* | Add support for timeconting in userland. | pirofti | 2020-07-06 | 2 | -6/+6 |
* | This patch fixes one bug and one instance of undesirable behaviour. | schwarze | 2020-05-27 | 1 | -9/+1 |
* | Minimal maintenance to make this mess slightly less confusing: | schwarze | 2020-04-26 | 1 | -10/+10 |
* | fix the description; from andras farkas | jmc | 2020-04-26 | 1 | -5/+4 |
* | A comma is not appropriate here, use a semicolon | jca | 2020-04-25 | 1 | -2/+2 |
* | Discourage use of RES_USE_INET6 | jca | 2020-04-25 | 1 | -1/+5 |
* | Fix RES_USE_INET6 description | jca | 2020-04-25 | 1 | -7/+9 |
* | Remove AUTHORS section. This follows what is done in strstr.3 | claudio | 2020-04-16 | 1 | -4/+2 |