Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overflow issues in tmpfs and vmallocate | Flavio Cruz | 2023-12-29 | 1 | -2/+5 |
| | | | | Message-ID: <20231229212105.858759-9-flaviocruz@gmail.com> | ||||
* | Fix a few pointer related warnings. | Flavio Cruz | 2023-12-29 | 1 | -1/+1 |
| | | | | Message-ID: <20231229212105.858759-7-flaviocruz@gmail.com> | ||||
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -2/+2 |
| | | | | | Our variants print stack traces on failures. This will make locating errors much easier. | ||||
* | utils/vmallocate: new utility | Justus Winter | 2016-02-13 | 1 | -0/+272 |
* utils/Makefile (targets): Add 'vmallocate'. * utils/vmallocate.c: New file. |