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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-02
Use getline(3) to handle lines longer than 8192 bytes in patch files
jca
1
-2
/
+8
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-2
/
+2
2019-06-28
mkstemp() returns -1 on failure
deraadt
1
-5
/
+5
2018-06-22
Add --dry-run as synonym to -C/--check.
zhuk
1
-1
/
+2
2018-04-07
Remove unused pathnames.h header since patch was refactoring into not invoking
anton
1
-2
/
+2
2017-06-12
rejname[] is also -r option buffer, and should be PATH_MAX
deraadt
1
-2
/
+2
2016-01-04
usage() should exit 2 here, not EXIT_SUCCESS
gsoares
1
-2
/
+2
2015-12-29
fix exit status on pledge(2) failure.
gsoares
1
-2
/
+2
2015-11-11
exit() after perror() for pledge failure. Perhaps this got introduced
deraadt
1
-2
/
+4
2015-10-16
Add native support for ed-style diffs. No need to pledge "proc exec" anymore.
tobias
1
-7
/
+9
2015-10-09
Change all tame callers to namechange to pledge(2).
deraadt
1
-3
/
+3
2015-10-07
patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec"
deraadt
1
-2
/
+2
2015-10-04
remove tame "proc". it is not useful, because the "ed" diffs require
deraadt
1
-2
/
+2
2015-10-03
As pointed out by tobiasu, ed-style patches still use popen() and execute
deraadt
1
-2
/
+2
2015-10-03
patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr".
deraadt
1
-1
/
+4
2014-12-13
The function savestr allows NULL return values during Plan A patching so in
tobias
1
-8
/
+8
2014-12-08
spaces
deraadt
1
-3
/
+3
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
1
-3
/
+3
2013-11-26
unsigned char casts for ctype
deraadt
1
-7
/
+7
2012-05-15
Fix confusing patch(1) output on failure when using -C. From
millert
1
-8
/
+7
2010-07-24
Send normal output to stdout instead of everything to stderr. This
ray
1
-5
/
+3
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-5
/
+1
2009-04-05
If no patch can be found in input, in addition to complaining on stderr,
stsp
1
-2
/
+10
2008-08-20
The code to detect multiple applied diffs to empty files I introduced 4
otto
1
-9
/
+3
2007-04-18
adds a detailed synopsis to the man page; sorts options in
sobrado
1
-5
/
+6
2006-03-11
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
1
-3
/
+3
2004-11-19
Write reject file in unified format if the original diff was in
otto
1
-4
/
+84
2004-09-14
remove unused variable
deraadt
1
-4
/
+3
2004-07-09
Properly detect if a patch already has been applied, even if there
otto
1
-2
/
+17
2004-06-18
Unbreak handling of standard diffs (which have an empty context).
otto
1
-4
/
+9
2004-06-14
Teach patch(1) to detect if a diff creating a file (or one adding
otto
1
-5
/
+5
2003-10-31
o fairly major man page reorganization
millert
1
-9
/
+12
2003-08-10
Do not add an extra newline at the end if the last line of the input
otto
1
-15
/
+24
2003-08-10
Warn if the diff is a context or unified diff and the context
otto
1
-3
/
+10
2003-08-01
- use stdbool.h instead of roll-your-own booleans
otto
1
-59
/
+58
2003-07-31
Historically, patch would treat a bare -p as -p0. This contradicts
millert
1
-6
/
+6
2003-07-31
Print a maximum of one invalid line number warning per patch in a patch file.
otto
1
-2
/
+4
2003-07-30
Add POSIX -i option; tedu@ OK
millert
1
-9
/
+19
2003-07-29
o add pathnames.h
millert
1
-20
/
+23
2003-07-28
minor knf and cleanups; otto ok
deraadt
1
-8
/
+8
2003-07-28
Be more exact on how backup files are handled.
otto
1
-59
/
+114
2003-07-28
Make patch(1) exit value match POSIX and be consistent with diff.
millert
1
-9
/
+7
2003-07-25
Add POSIX -b option but don't change the default beahvior wrt backups
millert
1
-10
/
+28
2003-07-23
New version of invalid line number fix. Passes patch(1) regressions.
otto
1
-7
/
+16
2003-07-22
Make rejname[] static to patch.c and crank its size to NAME_MAX+1
millert
1
-3
/
+8
2003-07-22
Use getopt_long() to parse options instead of rolling our own.
millert
1
-204
/
+141
2003-07-22
More cleanup.
otto
1
-73
/
+66
2003-07-21
Back out invalid line number fix. It core dumps in some cases. Problem found by
otto
1
-8
/
+3
2003-07-21
fix header
deraadt
1
-2
/
+2
2003-07-21
knf and other cleanup; ok otto
deraadt
1
-751
/
+717
[next]