Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 1 | -2/+3 |
| | | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl | ||||
* | Fix mmap() calls that check for a result other than MAP_FAILED. | doug | 2014-09-27 | 1 | -1/+1 |
| | | | | ok tedu@ | ||||
* | Add check that mkstemp() fails with EINVAL if the string has fewer than | guenther | 2013-03-12 | 1 | -4/+13 |
| | | | | 6 Xs | ||||
* | Test mkstemps() too | guenther | 2010-02-11 | 1 | -26/+87 |
| | |||||
* | Add a regression suite for mkstemp(), verifying that it neither overruns | guenther | 2010-02-11 | 2 | -0/+114 |
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL |