index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
/
rand.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/csource: exclude auto-generated syscalls from tests
Aleksandr Nogikh
2025-11-24
1
-2
/
+2
*
pkg/fuzzer: use a smaller number of recommended calls for KFuzzTest
Ethan Graham
2025-09-22
1
-0
/
+4
*
prog: add specialized mutation for KFuzzTest calls
Ethan Graham
2025-09-22
1
-1
/
+14
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-5
/
+1
*
pkg/compiler: allow recursion via arrays
Dmitry Vyukov
2024-11-18
1
-18
/
+33
*
prog: allow deeper nesting of conditional fields patching
Aleksandr Nogikh
2024-09-11
1
-4
/
+4
*
prog: reduce amount of hint replacements
Dmitry Vyukov
2024-07-02
1
-4
/
+5
*
prog: fix validation of DataMmapProg
Dmitry Vyukov
2024-05-06
1
-2
/
+3
*
pkg/ifuzz/arm64: add arm64 support
Alexander Potapenko
2024-04-24
1
-6
/
+7
*
prog: optimize resourceCentric()
Aleksandr Nogikh
2024-03-20
1
-5
/
+8
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-13
1
-1
/
+1
*
Revert "prog: auto-set proper conditional fields in Deserialize()"
Aleksandr Nogikh
2024-03-08
1
-1
/
+1
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-08
1
-1
/
+1
*
prog: handle multiple matching union fields
Aleksandr Nogikh
2024-02-19
1
-1
/
+1
*
prog: support conditional fields
Aleksandr Nogikh
2024-02-19
1
-1
/
+8
*
prog: fix an invalid rnd.Perm() invocation
Aleksandr Nogikh
2024-01-17
1
-1
/
+1
*
prog: restructure resource generation
Aleksandr Nogikh
2024-01-15
1
-8
/
+14
*
prog: prefer precise constructors
Aleksandr Nogikh
2024-01-11
1
-13
/
+29
*
pkg/csource: compile single pseudo syscalls
Aleksandr Nogikh
2023-05-04
1
-5
/
+31
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+2
*
prog: increase max number of syscalls in a program
Dmitry Vyukov
2022-11-13
1
-1
/
+1
*
prog: add an attribute for syscalls which should not be generated
Hrutvik Kanabar
2022-09-22
1
-3
/
+13
*
prog: generate very long file names
Dmitry Vyukov
2022-08-10
1
-3
/
+25
*
prog: add more integers for generator
Palash Oswal
2022-02-24
1
-0
/
+2
*
prog: refactor generation of resources
Dmitry Vyukov
2022-01-11
1
-52
/
+54
*
prog: make panic message more useful
Dmitry Vyukov
2022-01-11
1
-2
/
+2
*
pkg/csource: remove calls instead of skipping them
Aleksandr Nogikh
2021-10-01
1
-2
/
+2
*
all: introduce a prog.Call constructor
Aleksandr Nogikh
2021-09-22
1
-4
/
+1
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-0
/
+2
*
pkg/ifuzz: invert ifuzz and ifuzzimpl
Dmitry Vyukov
2020-11-21
1
-7
/
+4
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
1
-1
/
+8
*
pkg/ifuzz: reorganize files to allow other architectures
Alexey Kardashevskiy
2020-11-20
1
-5
/
+12
*
prog: add safety check in randGen.flags
Dmitry Vyukov
2020-11-13
1
-1
/
+3
*
prog: prune recursion for resourceCentric/createResource
Dmitry Vyukov
2020-08-23
1
-20
/
+22
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-3
/
+3
*
prog/alloc: align address allocation for aligned[addr]
Albert van der Linde
2020-07-14
1
-1
/
+1
*
all: don't compare string len with 0
Dmitry Vyukov
2020-07-04
1
-2
/
+2
*
ppc64: Increase page size
Alexey Kardashevskiy
2020-06-12
1
-1
/
+1
*
prog: remove target.StringDictionary
Dmitry Vyukov
2020-06-07
1
-8
/
+2
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-5
/
+3
*
.golangci.yml: enable whitespace checker
Dmitry Vyukov
2020-06-05
1
-1
/
+0
*
prog: fix determinism in resource creation
Dmitry Vyukov
2020-05-21
1
-0
/
+3
*
syz-fuzzer: add more checks for disabled syscalls
Dmitry Vyukov
2020-05-07
1
-1
/
+1
*
prog: use Ref as Arg type
Dmitry Vyukov
2020-05-05
1
-1
/
+1
*
prog: refactor ANY to not fabricate new types
Dmitry Vyukov
2020-05-05
1
-1
/
+1
*
prog: support disabled attribute
Dmitry Vyukov
2020-05-04
1
-16
/
+8
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-7
/
+8
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-4
/
+4
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-73
/
+72
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+3
[next]