| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update README.md | Dmitry Vyukov | 2017-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | Fix broken links for KASAN and KUBSAN | Stephen Hildrey | 2016-12-09 | 1 | -2/+2 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-11-21 | 1 | -10/+18 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-11-06 | 1 | -0/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-16 | 1 | -2/+27 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-16 | 1 | -1/+5 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-13 | 1 | -0/+4 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-04 | 1 | -2/+2 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-09-04 | 1 | -0/+6 | |
| | | ||||||
| * | Fix configuration anchor link | Morton Fox | 2016-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | overhaul syscall description generation process | Dmitry Vyukov | 2016-08-26 | 1 | -51/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | This splits generation process into two phases: 1. Extract values of constants from linux kernel sources. 2. Generate Go code. Constant values are checked in. The advantage is that the second phase is now completely independent from linux source files, kernel version, presence of headers for particular drivers, etc. This allows to change what Go code we generate any time without access to all kernel headers (which in future won't be limited to only upstream headers). Constant extraction process does require proper kernel sources, but this can be done only once by the person who added the driver and has access to the required sources. Then the constant values are checked in for others to use. Consant extraction process is per-file/per-arch. That is, if I am adding a driver that is not present upstream and that works only on a single arch, I will check in constants only for that driver and for that arch. | |||||
| * | executor: revive setuid sandbox | Dmitry Vyukov | 2016-07-01 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | The new namespace-based sanboxing is good, but it's not always what one wants (and also requires special kernel configs). Change dropprivs config value to sandbox, which can have different values (currently: none, setuid, namespace). Setuid mode uses setuid(nobody) before fuzzing as before. In future we can add more sandboxing modes or, say, extend -sandbox=setuid to -sandbox=setuid:johndoe to impersonolate into given user. | |||||
| * | Update README.md | Dmitry Vyukov | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | added note for email based subsciption for the mailinglist | toogley | 2016-05-01 | 1 | -1/+2 | |
| | | | | | | I thought this may be a valuable addition, as this method may be unknown to some users. | |||||
| * | Update README.md | Dmitry Vyukov | 2016-04-02 | 1 | -2/+1 | |
| | | ||||||
| * | Merge pull request #34 from daviddrysdale/doc-update | Dmitry Vyukov | 2016-03-15 | 1 | -0/+38 | |
| |\ | | | | | Some doc & diagnostic updates | |||||
| | * | Add debug logging to sysgen/ code | David Drysdale | 2016-03-10 | 1 | -0/+3 | |
| | | | ||||||
| | * | Document how to add new system calls | David Drysdale | 2016-03-10 | 1 | -0/+35 | |
| | | | ||||||
| * | | Update README.md | Dmitry Vyukov | 2016-03-10 | 1 | -2/+1 | |
| |/ | ||||||
| * | Fix typo in README.md. | Lorenzo Stoakes | 2016-03-06 | 1 | -3/+2 | |
| | | ||||||
| * | Update README for dropprivs, troubleshooting | David Drysdale | 2016-02-18 | 1 | -0/+53 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2016-01-07 | 1 | -0/+2 | |
| | | ||||||
| * | update documentation | Dmitry Vyukov | 2015-12-23 | 1 | -22/+12 | |
| | | ||||||
| * | Update docs for rename and removal of master | David Drysdale | 2015-12-21 | 1 | -14/+11 | |
| | | | | | | Updated process structure diagram, fix a few mentions of old setup in README. | |||||
| * | Update README.md | Dmitry Vyukov | 2015-12-17 | 1 | -2/+2 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-12-17 | 1 | -38/+17 | |
| | | ||||||
| * | Mention need for mounted debugfs | David Drysdale | 2015-12-16 | 1 | -0/+2 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-12-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-12-04 | 1 | -7/+6 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-11-23 | 1 | -1/+2 | |
| | | ||||||
| * | Add more details to README, add diagram | David Drysdale | 2015-11-19 | 1 | -26/+135 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-10-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add Makefile | Andrey Konovalov | 2015-10-13 | 1 | -13/+15 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Dmitry Vyukov | 2015-10-12 | 1 | -0/+2 | |
| | | ||||||
| * | initial commit | Dmitry Vyukov | 2015-10-12 | 1 | -0/+71 | |
