| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: fix corner case in alignment calculation | Dmitry Vyukov | 2018-02-19 | 1 | -2/+2 |
| | | |||||
| * | prog: rework address allocation | Dmitry Vyukov | 2018-02-19 | 1 | -2/+8 |
| | | | | | | | | | | | | | 1. mmap all memory always, without explicit mmap calls in the program. This makes lots of things much easier and removes lots of code. Makes mmap not a special syscall and allows to fuzz without mmap enabled. 2. Change address assignment algorithm. Current algorithm allocates unmapped addresses too frequently and allows collisions between arguments of a single syscall. The new algorithm analyzes actual allocations in the program and places new arguments at unused locations. | ||||
| * | sys/syz-sysgen: don't generate syz_ syscall numbers | Dmitry Vyukov | 2018-01-13 | 1 | -28/+14 |
| | | | | | They don't seem to be used today. | ||||
| * | pkg/compiler: support void type | Dmitry Vyukov | 2018-01-13 | 1 | -2/+2 |
| | | | | | | | "void": type with static size 0 mostly useful inside of templates and varlen unions can't be syscall argument | ||||
| * | pkg/compiler: add bitsize type | Dmitry Vyukov | 2018-01-06 | 1 | -2/+2 |
| | | | | | This is need for few crypto/xfrm descriptions. | ||||
| * | sys/fuchsia: more descriptions | Dmitry Vyukov | 2017-10-16 | 1 | -24/+148 |
| | | |||||
| * | sys/fuchsia: minor improvements to syscall descriptions | Dmitry Vyukov | 2017-10-16 | 1 | -6/+6 |
| | | |||||
| * | sys/fuchsia: add more descriptions | Dmitry Vyukov | 2017-10-02 | 1 | -4/+56 |
| | | |||||
| * | sys/fuchsia: describe more syscalls | Dmitry Vyukov | 2017-09-25 | 1 | -8/+160 |
| | | |||||
| * | sys/syz-extract: support fuchsia | Dmitry Vyukov | 2017-09-25 | 1 | -2/+2 |
| | | |||||
| * | all: more assorted fuchsia support | Dmitry Vyukov | 2017-09-22 | 1 | -11/+18 |
| | | |||||
| * | all: initial support for fuchsia | Dmitry Vyukov | 2017-09-20 | 1 | -0/+26 |
| Nothing works, but builds. Update #191 | |||||
