index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ctfconv
/
parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't stop parsing functions when variables are declared before arguments.
mpi
2019-11-07
1
-5
/
+12
*
Stop remembering the type of local variables.
mpi
2019-11-07
1
-3
/
+15
*
Consider integer/float size during base type comparisons.
mpi
2018-01-31
1
-1
/
+6
*
Merge type forward declarations with real ones as soon as they are found.
mpi
2017-10-31
1
-12
/
+43
*
Document the use of a rbtree for resolving types inside a single CU.
mpi
2017-10-28
1
-6
/
+12
*
Define nitems() locally and stop including <sys/param.h>
mpi
2017-10-28
1
-2
/
+6
*
Handle parse_base() returning NULL for DW_TAG_base_type to avoid
jsg
2017-09-24
1
-1
/
+3
*
Ignore DW_FORM_strp with size larger than elf section buffer
jsg
2017-09-24
1
-2
/
+6
*
quarterly rescan of the tree: remove unneccessary sys/param.h, and
deraadt
2017-08-29
1
-3
/
+3
*
Fix nested declaration inside union or struct.
mpi
2017-08-11
1
-1
/
+11
*
Do not insert random name for anonymous member.
mpi
2017-08-11
1
-7
/
+15
*
add rcs ids
jasper
2017-08-11
1
-0
/
+2
*
Import a tool for generating CTF data section (SUNW_ctf) based on DWARF
mpi
2017-08-11
1
-0
/
+1308