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
/
regress
/
libexec
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-17
Remove echo headlines.
bluhm
1
-8
/
+1
2020-01-20
Add a sub regression test for the nlst command in ftpd(8).
jan
1
-1
/
+6
2020-01-16
Add ftpd(8) sub test for mkdir.
jan
1
-1
/
+8
2020-01-16
Add sub test for ftpd(8) that test delete of files.
jan
1
-1
/
+7
2020-01-16
Add a file put sub test for ftpd(8) regression test.
jan
1
-2
/
+10
2019-12-26
Skip regress ftpd if there is no anonymous ftp user with existing
bluhm
1
-2
/
+10
2019-12-22
Add regression test for ftpd(8).
jan
3
-1
/
+73
2019-05-21
Avoid rm(1) prompt and show out in clean target
kn
1
-2
/
+2
2017-08-07
Silence most clang warnings in ld.so regress.
bluhm
9
-16
/
+19
2017-08-04
Use C stdio instead of C++ iostream as we cannot use the latter in
kettenis
5
-20
/
+20
2017-08-04
Use ${CC}=${CXX} here as well.
kettenis
1
-1
/
+3
2017-08-04
Use volatile to keep clang from optimizing things too much. Force linking
kettenis
2
-3
/
+5
2017-08-02
Split up source code to keep clang from optimizing this into failure.
kettenis
3
-15
/
+36
2017-08-01
A fix is coming in the future, but in the meantime we should never declare
deraadt
2
-4
/
+4
2017-07-10
ld.so and nfs regress were using PROGS variable before it was added
bluhm
1
-7
/
+5
2017-03-18
Use --disable-new-dtags here as well.
kettenis
4
-4
/
+8
2017-03-18
The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags to
kettenis
1
-1
/
+2
2017-02-25
Add missing includes to avoid implicit function declarations.
jsg
3
-3
/
+6
2016-09-27
Make sure that the regress target builds the libraries. Stop building a
kettenis
2
-0
/
+12
2016-09-27
Modernize constructor test such that it builds again and enable it.
kettenis
8
-15
/
+22
2016-09-05
Add a regress target so that a recursive "make regress" also builds
bluhm
1
-2
/
+7
2016-08-27
ALL HAIL ELF!
guenther
1
-9
/
+3
2016-03-20
Add regress for environ and __progname vs load-time .init functions
guenther
7
-1
/
+109
2015-06-15
fix regress fallout due to CFLAGS vs CXXFLAGS
deraadt
4
-8
/
+5
2015-01-20
Missing $OpenBSD$'s.
krw
7
-0
/
+7
2014-12-01
run script with ${SHELL}
deraadt
1
-2
/
+2
2014-09-07
Add Henri Kemppainen's copyright
guenther
6
-0
/
+96
2014-09-07
Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)
guenther
1
-2
/
+2
2014-09-07
Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).
guenther
21
-0
/
+208
2014-08-17
Fix regression tests for ld.so
doug
6
-1
/
+18
2014-07-16
zap trailing newlines; "go for it" deraadt
okan
2
-3
/
+1
2014-02-16
Update ld.so-cookie test which is currently broken and gets in the
martynas
1
-13
/
+43
2013-12-22
Seems gcc4 whines about an empty file as well, so just unconditionally do
kettenis
1
-6
/
+1
2013-10-28
include stdlib.h for exit()
jsg
1
-1
/
+2
2013-10-18
Fix building regress outside of /usr/src where the objdir
jsg
1
-1
/
+10
2013-10-15
We do not produce "core" files, so they do not need to be deleted. they
deraadt
1
-2
/
+2
2013-08-06
Remove support for COMPILER_VERSION == gcc2.
miod
2
-10
/
+6
2013-07-05
ELF_TOOLCHAIN bye bye.
miod
2
-12
/
+2
2013-04-05
- Hookup regress for rpath substitution support
kurt
1
-2
/
+2
2013-04-02
Let this work on gcc < 4, which don't accept /dev/null as a valid input file.
miod
1
-10
/
+28
2013-03-31
Do not depend on the value of PATH to run.
miod
1
-2
/
+2
2013-03-30
- Add regress for forthcomming rpath ORIGIN substitution support.
kurt
7
-0
/
+120
2013-01-23
give this a chance to work after make obj
miod
1
-5
/
+5
2012-12-05
Remove excessive sys/cdefs.h inclusion
deraadt
1
-2
/
+2
2012-08-22
Link ld.so-cookie back into the regress build now that ld.so's __guard
matthew
1
-3
/
+2
2012-08-21
Link randomdata tests into the regress build now that I've committed support for
matthew
2
-4
/
+5
2012-08-17
Double check that we're not testing libc's __guard. Changing ld.so's
matthew
1
-0
/
+2
2012-08-16
Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we get
matthew
1
-1
/
+1
2012-08-16
turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static
matthew
1
-2
/
+2
2012-08-16
Add regression test to check that PIEs work too.
matthew
2
-2
/
+12
[next]