| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/tool: add ServeHTTP function | Dmitry Vyukov | 2025-12-29 | 1 | -0/+17 |
| | | | | | Dedup code in syz-ci and syz-hub. | ||||
| * | all: use any instead of interface{} | Dmitry Vyukov | 2025-12-22 | 1 | -1/+1 |
| | | | | | Any is the preferred over interface{} now in Go. | ||||
| * | tools/syz-declextract: allow to run on subset of arches | Dmitry Vyukov | 2025-04-03 | 2 | -0/+65 |
| | | | | | | | | This may be useful for downstream kernels that only build and are supposed to be used with a subset of arches. Some esoteric arches may be broken on such kernels. Allow to ignore them. | ||||
| * | all: use special placeholder for errors | Taras Madan | 2023-07-24 | 1 | -2/+2 |
| | | |||||
| * | all: tools/syz-env make generate result | Taras Madan | 2023-02-24 | 1 | -3/+4 |
| | | |||||
| * | all: ioutil is deprecated in go1.19 (#3718) | Taras Madan | 2023-02-23 | 1 | -2/+2 |
| | | |||||
| * | pkg/tool: minor comments fix (#2637) | maramihali | 2021-06-30 | 1 | -3/+4 |
| | | |||||
| * | pkg/tool: add custom flag type | Mara Mihali | 2021-06-30 | 2 | -0/+46 |
| | | | | | cfgsFlag allows passing multiple config files as command line arguments. | ||||
| * | pkg/cmdprof: merge into pkg/tool | Dmitry Vyukov | 2020-12-25 | 4 | -16/+67 |
| | | | | | cmdprof functionality seems to fit well into pkg/tool. | ||||
| * | pkg/tool: add package | Dmitry Vyukov | 2020-12-25 | 4 | -0/+241 |
| Package tool contains various helper utilitites useful for implementation of command line tools. Currently it contains Fail/Failf functions that we commonly use and new support for optional command line flags. | |||||
