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
/
util.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
-4
/
+4
*
signal handlers should not call exit() due to possibility of reentering
deraadt
2019-08-17
1
-7
/
+23
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-7
/
+7
*
Delete unnecessary <libgen.h> #includes
guenther
2018-12-30
1
-2
/
+1
*
Remove unused pathnames.h header since patch was refactoring into not invoking
anton
2018-04-07
1
-2
/
+1
*
Remove support for automatically checking files out of RCS. The
millert
2015-07-26
1
-25
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+3
*
The function savestr allows NULL return values during Plan A patching so in
tobias
2014-12-13
1
-1
/
+17
*
Remove SCCS support. For this to work, we would need "get", which we don't
tobias
2014-11-22
1
-5
/
+3
*
unsigned char casts for ctype
deraadt
2013-11-26
1
-5
/
+5
*
Send normal output to stdout instead of everything to stderr. This
ray
2010-07-24
1
-3
/
+3
*
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
1
-5
/
+1
*
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
2006-03-11
1
-2
/
+3
*
umask juggling not needed; with Lionel Fourquaux.
otto
2005-06-20
1
-6
/
+3
*
Do not call out mkdir -p, but reuse the code from mkdir(1).
espie
2005-05-16
1
-9
/
+8
*
Allow for path names containing spaces and other funny chars (except
otto
2004-11-19
1
-4
/
+6
*
spacing
deraadt
2004-08-05
1
-2
/
+2
*
o fairly major man page reorganization
millert
2003-10-31
1
-20
/
+31
*
Add license from patch.c to original source files missing a license.
otto
2003-08-15
1
-2
/
+28
*
- use stdbool.h instead of roll-your-own booleans
otto
2003-08-01
1
-4
/
+4
*
Unbreak relative directory handling. Tweak from millert@
otto
2003-07-31
1
-4
/
+5
*
Make prompting POSIX-compliant. POSIX states "The patch utility
millert
2003-07-30
1
-34
/
+18
*
o add pathnames.h
millert
2003-07-29
1
-6
/
+8
*
Don't treat consecutive slashes as path components; matches POSIX
millert
2003-07-28
1
-7
/
+7
*
More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,
otto
2003-07-28
1
-32
/
+29
*
Make patch(1) exit value match POSIX and be consistent with diff.
millert
2003-07-28
1
-5
/
+5
*
Add POSIX -b option but don't change the default beahvior wrt backups
millert
2003-07-25
1
-86
/
+67
*
just about nothing
deraadt
2003-07-22
1
-3
/
+3
*
More cleanup.
otto
2003-07-22
1
-12
/
+35
*
fix header
deraadt
2003-07-21
1
-2
/
+2
*
remove a bit more junk
deraadt
2003-07-21
1
-3
/
+3
*
knf and other cleanup; ok otto
deraadt
2003-07-21
1
-317
/
+311
*
remove junk; ok otto tedu
deraadt
2003-07-18
1
-107
/
+98
*
strcpy trashing, help from tedu; ok tedu
deraadt
2003-04-08
1
-3
/
+3
*
string fixes; ok miod henning
deraadt
2003-04-05
1
-3
/
+3
*
a few more overflows gone
provos
1999-12-04
1
-40
/
+19
*
revert strlcpy to strcpy for one case.
provos
1999-12-04
1
-3
/
+3
*
avoid overflows
provos
1999-12-04
1
-9
/
+12
*
fix seg fault on sparc
marc
1999-01-11
1
-3
/
+3
*
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
/
+11
*
Start of -Wall and cleaning up icky bits.
millert
1997-09-22
1
-25
/
+18
*
sprintf -> snprintf except where guaranteed safe.
millert
1996-09-24
1
-4
/
+4
*
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
/
+441