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
*
Use getline(3) to handle lines longer than 8192 bytes in patch files
jca
2019-12-02
1
-2
/
+8
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
mkstemp() returns -1 on failure
deraadt
2019-06-28
1
-5
/
+5
*
Add --dry-run as synonym to -C/--check.
zhuk
2018-06-22
1
-1
/
+2
*
Remove unused pathnames.h header since patch was refactoring into not invoking
anton
2018-04-07
1
-2
/
+2
*
rejname[] is also -r option buffer, and should be PATH_MAX
deraadt
2017-06-12
1
-2
/
+2
*
usage() should exit 2 here, not EXIT_SUCCESS
gsoares
2016-01-04
1
-2
/
+2
*
fix exit status on pledge(2) failure.
gsoares
2015-12-29
1
-2
/
+2
*
exit() after perror() for pledge failure. Perhaps this got introduced
deraadt
2015-11-11
1
-2
/
+4
*
Add native support for ed-style diffs. No need to pledge "proc exec" anymore.
tobias
2015-10-16
1
-7
/
+9
*
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
[next]