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