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
/
time
/
strptime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
signed vs unsigned char casting...
deraadt
2004-09-15
1
-2
/
+2
*
Stop parsing the buffer after an appropriate number of digits; from NetBSD
millert
2004-01-20
1
-22
/
+19
*
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
-3
/
+3
*
Kill very odd use of __CONCAT: completely unneeded, obfuscated, and
espie
2001-08-23
1
-2
/
+2
*
fix %p matching. checked by angelos. closes PR1612
d
2001-01-08
1
-5
/
+7
*
month/weekday names are case insensitive; jpo@EasternGraphics.com
deraadt
1998-04-25
1
-31
/
+31
*
Make %Y override an earlier %y (%y stuff gets delayed due to century specs).
millert
1998-03-17
1
-1
/
+2
*
%C influences %y regardless of ordering. This becomes a bit tricky
millert
1998-03-15
1
-20
/
+40
*
Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp
millert
1998-03-15
1
-12
/
+19
*
+ strptime, from netbsd
deraadt
1998-02-04
1
-0
/
+371