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
/
gen
/
vis.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of VIS_ALL: in vis(), actually encode all characters
guenther
2011-03-13
1
-5
/
+6
*
backout VIS_HEX. guenther@ points out that the C89 \xff encoding
djm
2010-08-24
1
-15
/
+6
*
Two new flags: VIS_ALL - encode all characters, not just invisible ones
djm
2010-08-21
1
-7
/
+16
*
repair VIS_GLOB; deraadt@ otto@ OK
millert
2005-09-01
1
-2
/
+3
*
Remove spurious call to isgraph() that sneaked in in rev 1.16.
otto
2005-08-29
1
-2
/
+2
*
Fix the VIS_GLOB checks added in rev 1.16
millert
2005-08-28
1
-10
/
+8
*
Add VIS_GLOB to escape special characters used by shell-style globbing.
millert
2005-08-09
1
-10
/
+13
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
deregister (and deauto!). ok millert@ marco@
otto
2005-03-25
1
-3
/
+3
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-19
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph()
pjanzen
2003-05-14
1
-3
/
+4
*
need string.h
deraadt
2002-07-01
1
-1
/
+2
*
Fix strnvis(): don't truncate unnecessarily, set the return value correctly
pjanzen
2002-07-01
1
-12
/
+19
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-5
/
+1
*
Explicitly NUL terminate dst in strvis() and strvisx() in case
millert
2001-08-13
1
-1
/
+3
*
Add strnvis(3) -- a length-bounded version of strvis(3) with a return
millert
2000-11-21
1
-10
/
+54
*
off-by-one calculation error; getcwd() would return NULL if the buffer was
deraadt
2000-07-19
1
-2
/
+3
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
Clean up some -Wall complaints.
millert
1997-07-09
1
-3
/
+3
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+192