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
/
bin
/
expr
/
expr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overflows while handling 64 bit integers.
tobias
2018-03-31
1
-47
/
+52
*
Delete useless setlocale(3) in src/bin/.
schwarze
2016-10-19
1
-23
/
+9
*
need to increase INT_MAX to 64 bits too. from Nathan Holstein
tedu
2016-01-07
1
-3
/
+4
*
use int64_t for arithmetic. 64 bits ought to be enough for anyone.
tedu
2016-01-06
1
-12
/
+12
*
fix exit status on pledge(2) failure.
gsoares
2015-12-29
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
expr can use tame "stdio"
deraadt
2015-10-04
1
-1
/
+5
*
avoid casts of malloc() if stdlib.h is present
deraadt
2015-08-11
1
-3
/
+3
*
add unsigned char casts for specific calls to ctype.h macros.
deraadt
2013-11-21
1
-2
/
+2
*
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
nicm
2013-03-28
1
-3
/
+8
*
handle -- as POSIX requires; from kili@outback.escape.de; ok otto
deraadt
2006-06-21
1
-1
/
+5
*
use asprintf instead; dhill@mindcry.org
deraadt
2005-11-12
1
-7
/
+3
*
ansification, art ok
deraadt
2003-06-11
1
-2
/
+2
*
add prototypes; ok millert@ w/ 'static', 'no static', deraadt@
jsyn
2003-05-14
1
-2
/
+17
*
use a variable
deraadt
2003-04-15
1
-3
/
+5
*
ansi
deraadt
2002-07-04
1
-29
/
+17
*
knf
todd
2002-06-09
1
-3
/
+3
*
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
-2
/
+2
*
let "expr a : /" work. Mark the next token after the match operator as a
deraadt
1997-11-13
1
-14
/
+17
*
i am bored enough to fix terminal space/tab uglies
deraadt
1997-09-01
1
-2
/
+2
*
POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid.
denny
1997-08-19
1
-4
/
+4
*
tabify
kstailey
1997-07-23
1
-20
/
+20
*
-Wall'ing.
mickey
1996-12-14
1
-3
/
+7
*
sprintf -> snprintf paranoia
millert
1996-09-15
1
-2
/
+2
*
update rcsid
deraadt
1996-06-23
1
-0
/
+1
*
handle locale being incorrect
deraadt
1996-06-10
1
-5
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+507