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
/
lib
/
libedit
/
terminal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize the line buffer by zero when allocation. This fixes the
yasuoka
2019-08-07
1
-5
/
+5
*
Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).
tb
2017-04-12
1
-5
/
+3
*
Replace the generated file "fcns.c" by a simpler header "func.h"
schwarze
2016-05-06
1
-1
/
+2
*
delete the "private" and "public" preprocessor macros, just use standard C;
schwarze
2016-04-11
1
-23
/
+23
*
get rid of the non-standard data type "Char" in almost all files;
schwarze
2016-04-11
1
-29
/
+29
*
Move wrapper macros to the two files actually needing them:
schwarze
2016-04-11
1
-18
/
+18
*
Delete 26 wrapper macros and two wrapper functions that are no
schwarze
2016-04-09
1
-16
/
+16
*
Always compile with WIDECHAR on and delete that preprocessor switch.
schwarze
2016-04-09
1
-7
/
+1
*
format string fixes in debug code;
schwarze
2016-03-22
1
-2
/
+2
*
Fix an obvious typo in a NUL check;
schwarze
2016-03-22
1
-2
/
+2
*
Cleanup of standard header inclusion:
schwarze
2016-03-20
1
-9
/
+9
*
minor simplifactions, style fixes, and trivial syncs from NetBSD
schwarze
2016-03-20
1
-10
/
+8
*
Delete the useless Int datatype and always use the standard wint_t
schwarze
2016-03-20
1
-4
/
+4
*
Fifth step in synching with NetBSD:
schwarze
2016-01-30
1
-11
/
+11
*
Fourth step in synching with NetBSD:
schwarze
2016-01-30
1
-38
/
+38
*
delete "#ifdef notdef" code that is no longer present in NetBSD;
schwarze
2016-01-30
1
-99
/
+1
*
Third step in synching with NetBSD:
schwarze
2016-01-30
1
-241
/
+249
*
Second step in synching with NetBSD:
schwarze
2016-01-29
1
-35
/
+35
*
Start synching with NetBSD:
schwarze
2016-01-29
1
-0
/
+1758