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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Check fstat return value. Also, use off_t for file size and offsets as
tobias
2014-11-17
1
-37
/
+39
*
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
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-2
/
+2
*
patch was moved from user portability (UP) to base in issue 7
jmc
2014-04-15
1
-8
/
+5
*
unsigned char casts for ctype
deraadt
2013-11-26
5
-44
/
+49
*
pull in local .h files to satisfy proto
deraadt
2013-11-12
1
-1
/
+4
*
Bring file selection in accordance with the man page; from Stefan Esser
otto
2013-07-11
1
-35
/
+33
*
Fix confusing patch(1) output on failure when using -C. From
millert
2012-05-15
1
-8
/
+7
*
Silence gcc warnings.
ajacoutot
2012-04-11
1
-1
/
+3
*
Don't try to mmap a zero length file, from NetBSD.
ajacoutot
2012-04-10
1
-6
/
+10
*
add an EXIT STATUS section for /usr/bin;
jmc
2010-09-03
1
-18
/
+18
*
Send normal output to stdout instead of everything to stderr. This
ray
2010-07-24
2
-8
/
+6
*
Don't leak memory after strdup() in makedirs().
oga
2010-01-08
1
-2
/
+4
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
5
-25
/
+5
*
If no patch can be found in input, in addition to complaining on stderr,
stsp
2009-04-05
1
-2
/
+10
*
updates to IEEE Std 1003.1-2008;
jmc
2009-02-08
1
-2
/
+2
*
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
jmc
2009-02-08
1
-5
/
+5
*
over-rule -> overrule; from Thomas Pfaff
jmc
2008-10-19
1
-3
/
+3
*
The code to detect multiple applied diffs to empty files I introduced 4
otto
2008-08-20
1
-9
/
+3
*
update the description of -b and STANDARDS; suggested by grunk
jmc
2008-06-06
1
-7
/
+14
*
providing MLINKS for shell builtins makes little sense: what we had was out
jmc
2008-01-11
1
-5
/
+4
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-5
/
+5
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
- note some apps which are xpg4, not posix
jmc
2007-05-31
1
-1
/
+14
*
adds a detailed synopsis to the man page; sorts options in
sobrado
2007-04-18
2
-57
/
+96
*
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
2006-03-11
6
-24
/
+27
*
constuct -> construct
miod
2005-11-14
1
-3
/
+3
*
umask juggling not needed; with Lionel Fourquaux.
otto
2005-06-20
3
-14
/
+8
*
Do not call out mkdir -p, but reuse the code from mkdir(1).
espie
2005-05-16
4
-12
/
+91
*
Write reject file in unified format if the original diff was in
otto
2004-11-19
1
-4
/
+84
*
Allow for path names containing spaces and other funny chars (except
otto
2004-11-19
1
-4
/
+6
*
remove unused variable
deraadt
2004-09-14
1
-4
/
+3
*
spacing
deraadt
2004-08-05
5
-21
/
+21
*
Properly detect if a patch already has been applied, even if there
otto
2004-07-09
2
-4
/
+25
*
Unbreak handling of standard diffs (which have an empty context).
otto
2004-06-18
1
-4
/
+9
*
Teach patch(1) to detect if a diff creating a file (or one adding
otto
2004-06-14
1
-5
/
+5
*
Fix a segv when patch cannot find a file and the user indicates
otto
2004-01-28
1
-3
/
+3
*
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
*
o fairly major man page reorganization
millert
2003-10-31
7
-256
/
+495
*
realloc(3) cleanup.
otto
2003-09-28
2
-12
/
+35
*
Add license from patch.c to original source files missing a license.
otto
2003-08-15
7
-10
/
+192
*
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
3
-19
/
+31
*
Warn if the diff is a context or unified diff and the context
otto
2003-08-10
1
-3
/
+10
*
Avoid scanning the input file twice.
otto
2003-08-08
1
-21
/
+35
*
spacing
deraadt
2003-08-05
2
-16
/
+16
*
- 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
6
-181
/
+184
[prev]
[next]