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