Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert accidental change. | jca | 2021-10-25 | 1 | -1/+2 |
| | | | | Dunno why this ended up here, cvs is always full of surprises. | ||||
* | Make brk() and sbrk() weak again as intended. | jca | 2021-10-25 | 1 | -2/+1 |
| | | | | | | Apparently spotted by mortimer@ while working on clang 13 and amd64. No actual change on sparc64 as this architecture still uses ld.bfd. ok kettenis@ | ||||
* | ansi | jsg | 2021-10-24 | 1 | -10/+4 |
| | | | | ok mpi@ deraadt@ | ||||
* | Put back sys/types.h and sys/socket.h. The latter was unintentionally | tb | 2021-10-22 | 1 | -1/+3 |
| | | | | removed and the former is still needed, as pointed out by kettenis | ||||
* | 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 |
| | | | | | | | | | portability annoyance since not all systems have u_char. Remove the now unused includes sys/types.h and stdio.h. u_char diff from Jonas Termansen ok deraadt | ||||
* | does not need arpa/nameser.h | deraadt | 2021-10-11 | 1 | -2/+1 |
| | |||||
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 1 | -2/+1 |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | don't try writing past the end unless we have to | tedu | 2013-12-31 | 1 | -8/+16 |
| | | | | ok gilles millert | ||||
* | most obvious unsigned char casts for ctype | deraadt | 2013-11-24 | 1 | -7/+7 |
| | | | | ok jca krw ingo | ||||
* | remove calls to abort(3) that can't happen anyway; from | otto | 2006-10-21 | 1 | -11/+1 |
| | | | | <bret dot lambert at gmail.com>; ok millert@ deraadt@ | ||||
* | label abort() from inside library as ILLEGAL | deraadt | 2002-01-02 | 1 | -1/+2 |
| | |||||
* | do not call abort() | deraadt | 1997-11-08 | 1 | -3/+1 |
| | |||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -3/+3 |
| | |||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 1 | -0/+319 |
Includes the DNS aware getnetby*() routines and IPv6 support. |