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
/
citrus
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
delete old lint ARGSUSED comments
guenther
2015-11-01
2
-12
/
+2
*
Tighten the ranges in wcrtomb(3).
bentley
2015-10-13
1
-2
/
+2
*
Make wcrtomb() more readable by weeding out range errors up front,
schwarze
2015-10-12
1
-14
/
+11
*
Code points U+10000 to U+fffff are valid, too.
schwarze
2015-10-10
1
-2
/
+2
*
correct a range problem in citrus-utf8 version of wcrtomb(3), in order to match
semarie
2015-09-26
1
-2
/
+2
*
off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a valid codepoint.
semarie
2015-09-05
1
-2
/
+2
*
check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629.
semarie
2015-09-05
1
-1
/
+8
*
Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal
guenther
2015-08-27
4
-5
/
+11
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-3
/
+4
*
Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid
stsp
2014-05-03
1
-3
/
+2
*
Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.
stsp
2013-05-03
2
-4
/
+5
*
Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.
stsp
2013-03-07
1
-2
/
+2
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
3
-6
/
+3
*
Add support for mbsnrtowcs() and wcsnrtombs() to libc.
matthew
2012-06-06
3
-169
/
+172
*
Don't use 'n' for the length of multibyte chars, because it is the length
yasuoka
2011-04-21
1
-2
/
+3
*
The UTF-8 decoder should not accept byte sequences which decode to unicode
stsp
2010-08-05
1
-1
/
+9
*
When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()
stsp
2010-08-03
1
-15
/
+9
*
add missing header needed by strcmp()
chl
2010-08-01
2
-2
/
+6
*
Remove stray newline, fix $OpenBSD$; ok deraadt
stsp
2010-07-29
2
-3
/
+2
*
Replace the single-byte placeholders for the multi-byte/wide-character
stsp
2010-07-27
8
-6
/
+765
*
commit LC_CTYPE files from NetBSD/citrus, not yet linked in.
espie
2005-08-07
2
-0
/
+72