| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce variation in location of junked bytes; ok tb@ | otto | 2023-04-05 | 1 | -3/+8 |
* | Check all chunks in the delayed free list for write-after-free. | otto | 2023-04-01 | 2 | -8/+25 |
* | Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@ | otto | 2023-03-25 | 1 | -2/+2 |
* | Change malloc chunk sizes to be fine grained. | otto | 2023-03-25 | 1 | -102/+142 |
* | Fix a number of out of bound reads in DNS response parsing. | millert | 2023-03-15 | 1 | -1/+7 |
* | There is no reason to-be-cleared chunks cannot participate in delayed | otto | 2023-02-27 | 1 | -27/+23 |
* | Change the way malloc_init() works so that the main data structures | otto | 2022-12-27 | 1 | -65/+66 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-27 | 8 | -15/+15 |
* | tolower(3) guarantees to return its argument unchanged if it's not | florian | 2022-11-16 | 1 | -10/+3 |
* | In __cxa_atexit(), there is no need to initialize local pointer before | deraadt | 2022-10-22 | 1 | -2/+2 |
* | put the malloc_readonly struct into the "openbsd.mutable" section, so | deraadt | 2022-10-14 | 1 | -2/+3 |
* | use Fn rather than Nm for swab(); from josiah frentsos | jmc | 2022-09-28 | 1 | -6/+6 |
* | .Li -> .Vt where appropriate; | jmc | 2022-09-11 | 24 | -106/+103 |
* | remove unused blowfish inline defines | jsg | 2022-08-28 | 1 | -8/+1 |
* | For putenv(3), return an error if string starts with a '=' character. | millert | 2022-08-08 | 2 | -5/+10 |
* | change some 4.4BSD references to earlier releases | jsg | 2022-08-04 | 2 | -6/+6 |
* | libc string functions were not ported from pwb to v7 | jsg | 2022-08-01 | 3 | -15/+9 |
* | strlen was in v6 libc (s5/perror.c) but not documented till v7 | jsg | 2022-07-31 | 1 | -5/+4 |
* | fix indent | tb | 2022-07-31 | 1 | -2/+2 |
* | Randomise the rekey interval a little. Previously, the chacha20 | djm | 2022-07-31 | 1 | -2/+8 |
* | If a command or interface first appeared in PWB/UNIX, UNIX System III or | jsg | 2022-07-25 | 2 | -6/+10 |
* | To figure our whether a large allocation can be grown into the | guenther | 2022-06-30 | 1 | -12/+2 |
* | system(3) should ignore SIGINT and SIGQUIT until the shell exits. | millert | 2022-05-21 | 1 | -4/+17 |
* | Fix typo in last commit. | millert | 2022-04-13 | 1 | -2/+2 |
* | 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 |