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
/
libc
/
regex
/
engine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an off-by-one error in the marking of the O_CH operator following
millert
2020-12-28
1
-2
/
+2
*
Drop a const-bomb on regexec. It's probably not a good idea to remove a
martijn
2018-07-11
1
-52
/
+60
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-2
/
+2
*
Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.
martijn
2016-05-26
1
-3
/
+13
*
KNF with respect to indentation; no code change
schwarze
2016-05-25
1
-28
/
+27
*
Fix another one-byte buffer underflow (read access only).
schwarze
2016-05-25
1
-7
/
+4
*
Fix a one-byte buffer underflow (read access only).
schwarze
2016-05-17
1
-4
/
+4
*
Remove NULL-checks before free() and needless argument casts.
mmcc
2015-12-28
1
-5
/
+3
*
use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us
deraadt
2014-10-09
1
-5
/
+5
*
The print() routine here can be passed at least some of the non-characters
guenther
2013-11-28
1
-6
/
+17
*
silence some warnings by adding prototypes, casts, and headers as
tedu
2013-04-17
1
-1
/
+2
*
zap rcsid
espie
2005-08-05
1
-5
/
+1
*
Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and not
otto
2005-01-03
1
-2
/
+4
*
remove useless comments, once used for header file generation and delete
otto
2004-11-30
1
-54
/
+11
*
Better fix for the "unbounded recursion case", for example
otto
2004-11-29
1
-17
/
+18
*
ansify and deregister; no change in obj code. ok millert@
otto
2004-10-17
1
-120
/
+84
*
Change an assert into a loop termination condition. Fixes a core
millert
2004-08-13
1
-3
/
+4
*
Avoid unbounded recursion in some expressions involving back references.
otto
2004-04-02
1
-2
/
+4
*
Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.
millert
2004-03-30
1
-2
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
remaining easy snprintf conversions
deraadt
2002-05-25
1
-4
/
+4
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-11
/
+11
*
- cast usages of *printf() to void since we don't check return val
millert
1997-04-28
1
-11
/
+15
*
long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
millert
1997-04-12
1
-2
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-4
/
+4
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1093