| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: switch to the new .const format | Dmitry Vyukov | 2020-08-13 | 1 | -22/+0 |
| | | | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 | ||||
| * | pkg/compiler: support non-zero terminated filenames | Dmitry Vyukov | 2018-04-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Now file names become: string[filename] with a possibility of using other string features: stringnoz[filename] string[filename, CONST_SIZE] and filename is left as type alias as it is commonly used: type filename string[filename] | ||||
| * | executor: move arm syscall fixup to syz-extract | Dmitry Vyukov | 2017-11-22 | 1 | -12/+12 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+21 |
