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
/
cvs
/
trigger.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove xfree(), like already done for RCS. From Michael W Bombardieri,
nicm
2015-11-05
1
-31
/
+19
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-5
/
+5
*
unsigned char for ctype. ok deraadt
okan
2014-01-08
1
-5
/
+6
*
Remove a silly XXX for a bit of code that is only used once - no value
nicm
2011-05-20
1
-2
/
+1
*
Nuke some unused variables and remove an unnecessary call to dirname().
nicm
2010-10-29
1
-2
/
+2
*
Reduce variable/function name and whitespace differences between
ray
2010-07-23
1
-35
/
+35
*
only pass the real $var to expand_vars() instead of the entire
joris
2009-03-19
1
-4
/
+5
*
Support for variable expansion in trigger files added.
tobias
2008-08-29
1
-24
/
+87
*
If parsing of a command in one of the trigger files fails, treat this as an
tobias
2008-08-29
1
-17
/
+16
*
Plug memory and file descriptor leaks, diff by Jonathan Armani.
tobias
2008-06-17
1
-4
/
+8
*
Regular expressions to match repository are allowed to have % in front.
tobias
2008-06-17
1
-5
/
+1
*
spacing
joris
2008-06-11
1
-2
/
+2
*
files that have been removed should be passing "NONE" to scripts
joris
2008-06-10
1
-10
/
+10
*
We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead
tobias
2008-06-10
1
-7
/
+5
*
If we encounter an error during expanding line of a trigger file, print an
tobias
2008-06-10
1
-4
/
+7
*
append "- Imported sources" for imports.
joris
2008-06-10
1
-1
/
+9
*
newly added directories need "- New directory" to be passed to the
joris
2008-06-10
1
-2
/
+14
*
pass the basename(3) for file_path to the script, so we do not get
joris
2008-06-10
1
-3
/
+8
*
newly added files should pass "NONE" for their initial revision, unbreaks
joris
2008-06-10
1
-3
/
+8
*
loginfo allows 't' as well - unbreaks certain loginfo scripts.
joris
2008-06-10
1
-2
/
+2
*
missing header
joris
2008-06-10
1
-1
/
+2
*
style
joris
2008-06-10
1
-3
/
+3
*
New trigger framework that allows us to run the required scripts
joris
2008-06-10
1
-0
/
+475