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
/
patch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec"
deraadt
2015-10-07
1
-2
/
+2
*
remove tame "proc". it is not useful, because the "ed" diffs require
deraadt
2015-10-04
1
-2
/
+2
*
As pointed out by tobiasu, ed-style patches still use popen() and execute
deraadt
2015-10-03
1
-2
/
+2
*
patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr".
deraadt
2015-10-03
1
-1
/
+4
*
The function savestr allows NULL return values during Plan A patching so in
tobias
2014-12-13
1
-8
/
+8
*
spaces
deraadt
2014-12-08
1
-3
/
+3
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-3
/
+3
*
unsigned char casts for ctype
deraadt
2013-11-26
1
-7
/
+7
*
Fix confusing patch(1) output on failure when using -C. From
millert
2012-05-15
1
-8
/
+7
*
Send normal output to stdout instead of everything to stderr. This
ray
2010-07-24
1
-5
/
+3
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
If no patch can be found in input, in addition to complaining on stderr,
stsp
2009-04-05
1
-2
/
+10
*
The code to detect multiple applied diffs to empty files I introduced 4
otto
2008-08-20
1
-9
/
+3
*
adds a detailed synopsis to the man page; sorts options in
sobrado
2007-04-18
1
-5
/
+6
*
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
2006-03-11
1
-3
/
+3
*
Write reject file in unified format if the original diff was in
otto
2004-11-19
1
-4
/
+84
*
remove unused variable
deraadt
2004-09-14
1
-4
/
+3
*
Properly detect if a patch already has been applied, even if there
otto
2004-07-09
1
-2
/
+17
*
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
*
o fairly major man page reorganization
millert
2003-10-31
1
-9
/
+12
*
Do not add an extra newline at the end if the last line of the input
otto
2003-08-10
1
-15
/
+24
*
Warn if the diff is a context or unified diff and the context
otto
2003-08-10
1
-3
/
+10
*
- use stdbool.h instead of roll-your-own booleans
otto
2003-08-01
1
-59
/
+58
*
Historically, patch would treat a bare -p as -p0. This contradicts
millert
2003-07-31
1
-6
/
+6
*
Print a maximum of one invalid line number warning per patch in a patch file.
otto
2003-07-31
1
-2
/
+4
*
Add POSIX -i option; tedu@ OK
millert
2003-07-30
1
-9
/
+19
*
o add pathnames.h
millert
2003-07-29
1
-20
/
+23
*
minor knf and cleanups; otto ok
deraadt
2003-07-28
1
-8
/
+8
*
Be more exact on how backup files are handled.
otto
2003-07-28
1
-59
/
+114
*
Make patch(1) exit value match POSIX and be consistent with diff.
millert
2003-07-28
1
-9
/
+7
*
Add POSIX -b option but don't change the default beahvior wrt backups
millert
2003-07-25
1
-10
/
+28
*
New version of invalid line number fix. Passes patch(1) regressions.
otto
2003-07-23
1
-7
/
+16
*
Make rejname[] static to patch.c and crank its size to NAME_MAX+1
millert
2003-07-22
1
-3
/
+8
*
Use getopt_long() to parse options instead of rolling our own.
millert
2003-07-22
1
-204
/
+141
*
More cleanup.
otto
2003-07-22
1
-73
/
+66
*
Back out invalid line number fix. It core dumps in some cases. Problem found by
otto
2003-07-21
1
-8
/
+3
*
fix header
deraadt
2003-07-21
1
-2
/
+2
*
knf and other cleanup; ok otto
deraadt
2003-07-21
1
-781
/
+747
*
remove junk; ok otto tedu
deraadt
2003-07-18
1
-144
/
+126
*
Do not produce garbage if the patch file contains invalid line numbers.
otto
2003-07-16
1
-3
/
+8
*
bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)
avsm
2003-07-02
1
-6
/
+6
*
string fixes; ok miod henning
deraadt
2003-04-05
1
-20
/
+6
*
4 unchecked mallocs; cloder@acm.org
deraadt
2002-07-04
1
-2
/
+10
*
patch(1) is now free, thanks Larry!
niklas
2002-03-05
1
-4
/
+19
*
avoid overflows
provos
1999-12-04
1
-5
/
+9
*
patch file should hold at least one patch, otherwise we're entitled to
espie
1999-08-31
1
-2
/
+6
*
add -C
espie
1998-11-25
1
-17
/
+28
*
Start of -Wall and cleaning up icky bits.
millert
1997-09-22
1
-2
/
+7
[next]