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
/
patch
/
inp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-5
/
+5
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-4
/
+2
*
parameter "lines_allocated" is a local pointer and should not be confused
deraadt
2017-03-25
1
-5
/
+5
*
Cleanup close(open idioms.
deraadt
2016-07-19
1
-2
/
+6
*
creat() -> open equiv; from Frederic Nowak
deraadt
2015-11-11
1
-2
/
+2
*
Remove support for automatically checking files out of RCS. The
millert
2015-07-26
1
-63
/
+4
*
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
millert
2015-02-05
1
-2
/
+2
*
Fix division by zero for files with long lines (> 1024) in Plan B mode
tobias
2014-12-09
1
-19
/
+37
*
Prevent null pointer dereference on empty input files when diff requires
tobias
2014-11-25
1
-2
/
+2
*
Remove SCCS support. For this to work, we would need "get", which we don't
tobias
2014-11-22
1
-7
/
+2
*
Call munmap with the same size argument as mmap.
tobias
2014-11-15
1
-2
/
+2
*
userland reallocarray audit.
doug
2014-10-08
1
-2
/
+2
*
unsigned char casts for ctype
deraadt
2013-11-26
1
-4
/
+5
*
Don't try to mmap a zero length file, from NetBSD.
ajacoutot
2012-04-10
1
-6
/
+10
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
2006-03-11
1
-8
/
+8
*
constuct -> construct
miod
2005-11-14
1
-3
/
+3
*
spacing
deraadt
2004-08-05
1
-4
/
+4
*
MAP_FILE is the default and MAP_PRIVATE has to be given or produces evil warnings in debug kernel
mickey
2003-12-08
1
-3
/
+3
*
madvise(sequential) the mmap()ed file and plug an fd leak on mmap() failure; millert@ ok
mickey
2003-11-21
1
-2
/
+5
*
realloc(3) cleanup.
otto
2003-09-28
1
-5
/
+8
*
Add license from patch.c to original source files missing a license.
otto
2003-08-15
1
-2
/
+28
*
Fix no newline at end of file case for Plan B.
otto
2003-08-12
1
-7
/
+16
*
Do not add an extra newline at the end if the last line of the input
otto
2003-08-10
1
-3
/
+5
*
Avoid scanning the input file twice.
otto
2003-08-08
1
-21
/
+35
*
spacing
deraadt
2003-08-05
1
-8
/
+8
*
- Use mmap(2) instead of malloc(3) and read(2) to get an image of the input
otto
2003-08-05
1
-27
/
+61
*
- use stdbool.h instead of roll-your-own booleans
otto
2003-08-01
1
-19
/
+19
*
Print a maximum of one invalid line number warning per patch in a patch file.
otto
2003-07-31
1
-3
/
+6
*
minor knf and cleanups; otto ok
deraadt
2003-07-28
1
-5
/
+4
*
More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,
otto
2003-07-28
1
-19
/
+22
*
New version of invalid line number fix. Passes patch(1) regressions.
otto
2003-07-23
1
-3
/
+3
*
just about nothing
deraadt
2003-07-22
1
-3
/
+3
*
More cleanup.
otto
2003-07-22
1
-40
/
+48
*
Back out invalid line number fix. It core dumps in some cases. Problem found by
otto
2003-07-21
1
-3
/
+3
*
fix header
deraadt
2003-07-21
1
-2
/
+2
*
remove a bit more junk
deraadt
2003-07-21
1
-12
/
+6
*
knf and other cleanup; ok otto
deraadt
2003-07-21
1
-302
/
+305
*
remove junk; ok otto tedu
deraadt
2003-07-18
1
-58
/
+60
*
Do not produce garbage if the patch file contains invalid line numbers.
otto
2003-07-16
1
-4
/
+6
*
4 unchecked mallocs; cloder@acm.org
deraadt
2002-07-04
1
-2
/
+4
*
Use libc basename(3) and dirname(3) instead of defining our own. Also clean up some nasty assumptions that basename() returns a pointer that lies within its argument
millert
1999-01-03
1
-14
/
+14
*
add -C
espie
1998-11-25
1
-2
/
+12
*
Start of -Wall and cleaning up icky bits.
millert
1997-09-22
1
-7
/
+7
*
sprintf -> snprintf except where guaranteed safe.
millert
1996-09-24
1
-7
/
+7
*
undo mktemp cleanup until i get it right
deraadt
1996-07-01
1
-2
/
+3
*
mktemp w/ open & fdopen
deraadt
1996-06-25
1
-3
/
+3
*
Support the long options that FSF's patch version has. $OpenBSD$ added
niklas
1996-06-10
1
-1
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+353