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
/
usr.bin
/
sdiff
/
edit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unsigned char casts for ctype
deraadt
2013-11-26
1
-2
/
+2
*
Don't leak FILE * if multiple -o flags are given.
ray
2009-06-07
1
-2
/
+2
*
- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by
deraadt
2007-10-17
1
-12
/
+9
*
Sync with editit from sendbug.
ray
2007-05-11
1
-32
/
+24
*
Copy signal-safe edit function from sendbug.
ray
2007-04-25
1
-35
/
+62
*
don't store write(2) return value in size_t; fixes test against -1.
steven
2007-02-26
1
-2
/
+5
*
Remove xmktemp() and uses plain old mkstemp(3), avoiding race
ray
2006-05-25
1
-3
/
+18
*
Now that lint is smarter, remove /* NOTREACHED */ comments.
ray
2006-05-10
1
-8
/
+1
*
Move two functions to separate file; from Ray Lai; ok jaredy@
otto
2006-02-20
1
-61
/
+2
*
delint; from Ray with input from me and jaredy@; ok jaredy@
otto
2006-02-15
1
-3
/
+3
*
In interactive mode force newline between left and right sets in the "e b"
claudio
2006-02-02
1
-2
/
+2
*
spacing
deraadt
2005-12-28
1
-2
/
+2
*
goto labels after case statements make lint happier
deraadt
2005-12-27
1
-3
/
+3
*
remove debug mode
tedu
2005-12-27
1
-4
/
+1
*
if an allocation function fails, err will print "cannot allocate memory"
tedu
2005-12-27
1
-2
/
+2
*
close can't really fail, don't bother checking
tedu
2005-12-27
1
-13
/
+4
*
remove broken assert on argc, and put argc check in right place
tedu
2005-12-27
1
-2
/
+2
*
variables in header should be extern, defined in a c file.
tedu
2005-12-27
1
-2
/
+2
*
OpenBSD tags
tedu
2005-12-27
1
-1
/
+1
*
add a public domain sdiff implementation contributed by ray lai
tedu
2005-12-27
1
-0
/
+250