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
/
common.h
(
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
-3
/
+4
*
Remove support for automatically checking files out of RCS. The
millert
2015-07-26
1
-5
/
+1
*
Introduce strtolinenum to properly check line numbers while parsing:
tobias
2014-11-25
1
-1
/
+3
*
Remove SCCS support. For this to work, we would need "get", which we don't
tobias
2014-11-22
1
-5
/
+1
*
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
otto
2006-03-11
1
-2
/
+4
*
o fairly major man page reorganization
millert
2003-10-31
1
-1
/
+2
*
Add license from patch.c to original source files missing a license.
otto
2003-08-15
1
-1
/
+27
*
Do not add an extra newline at the end if the last line of the input
otto
2003-08-10
1
-1
/
+2
*
- use stdbool.h instead of roll-your-own booleans
otto
2003-08-01
1
-5
/
+3
*
Print a maximum of one invalid line number warning per patch in a patch file.
otto
2003-07-31
1
-1
/
+2
*
minor knf and cleanups; otto ok
deraadt
2003-07-28
1
-2
/
+2
*
More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,
otto
2003-07-28
1
-49
/
+30
*
Missed this in the rejname commit.
millert
2003-07-22
1
-2
/
+1
*
More cleanup.
otto
2003-07-22
1
-32
/
+10
*
fix header
deraadt
2003-07-21
1
-1
/
+1
*
remove a bit more junk
deraadt
2003-07-21
1
-18
/
+3
*
knf and other cleanup; ok otto
deraadt
2003-07-21
1
-35
/
+35
*
remove junk; ok otto tedu
deraadt
2003-07-18
1
-44
/
+3
*
oh, and the false protos can go
deraadt
2003-04-08
1
-3
/
+1
*
Strcat and Strcpy are no longer used
deraadt
2003-04-08
1
-3
/
+1
*
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
-1
/
+2
*
Start of -Wall and cleaning up icky bits.
millert
1997-09-22
1
-1
/
+4
*
I hate static buffer sizes! Prolongue the max length of a line to 8K
niklas
1997-09-06
1
-2
/
+2
*
*** empty log message ***
dgregor
1997-06-24
1
-1
/
+2
*
rindex -> strrchr
millert
1997-01-17
1
-2
/
+2
*
sprintf -> snprintf except where guaranteed safe.
millert
1996-09-24
1
-6
/
+4
*
Use mkstemp(). Since temp files get re-used we use mkstemp() to make
millert
1996-09-24
1
-3
/
+4
*
mktemp w/ open & fdopen
deraadt
1996-06-25
1
-1
/
+2
*
Support the long options that FSF's patch version has. $OpenBSD$ added
niklas
1996-06-10
1
-1
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+184