andvar
1b37b234c2
s/multipies/multiplies/.
2023-12-06 22:23:11 +00:00
ad
a320ca6fbc
A dumb test that calling close() on a pipe/socket fd dislodges another
...
thread in the same process waiting for I/O on the fd.
2023-10-13 18:46:22 +00:00
andvar
c06ffc206b
s/defult/default/
2023-08-24 14:53:02 +00:00
andvar
2fa7e14158
fix various typos, mainly in comments, but also log messages, docs, game text.
2022-04-08 10:17:52 +00:00
nia
213aa76def
introduce a SOL_LOCAL for unix-domain socket level socket options
...
as an alias of the current 0 used for these options, as in FreeBSD.
reviewed by many.
2021-08-08 20:54:48 +00:00
mlelstv
5387e77a20
citrus SUBDIR is gone
2020-06-27 11:06:43 +00:00
jruoho
21c7d294a2
Start moving the remaining tests from src/regress to src/tests.
2020-06-27 10:14:10 +00:00
maxv
2b082c1256
We have USER_LDT tests in ATF, remove the ones from regress.
2020-04-22 16:24:15 +00:00
ad
ec95a3aa5d
Redo previous differently.
2019-11-23 20:37:49 +00:00
ad
0c0994602d
Fix compiler warning.
2019-11-23 20:37:05 +00:00
kamil
d346ab5674
Eliminate regress/libexec/ld.elf_so/expand
...
This test does not contain any code.
2019-04-06 16:25:52 +00:00
maxv
ef3449daf5
Don't test call gates, they are not supported anymore.
2017-08-30 15:46:19 +00:00
maxv
91dc6b1b45
Remove the vm86 tests.
2017-08-12 07:40:43 +00:00
kamil
0593bf96cb
Remove regress lseek tests, obsoleted by ATF
...
Many tests verify lseek through rumpkernels:
- tests/dev/cgd/t_cgd_3des
- tests/dev/cgd/t_cgd_aes
- tests/dev/cgd/t_cgd_blowfish
- tests/rump/rumpvfs/t_basic
- tests/rump/rumpvfs/t_etfs
There are traditional lseek(2) tests too:
- tests/kernel/kqueue/read/t_file
- tests/kernel/kqueue/read/t_file2
- tests/kernel/t_lockf
- tests/lib/libc/stdio/t_fflush
- tests/lib/libc/stdio/t_fopen
- tests/lib/libc/sys/t_msync
- etc
2017-05-14 04:26:40 +00:00
kamil
38ae1c8035
Remove regress getdents test, obsoleted by ATF tests
...
There are ATF tests using rumpkernel to verify getdents:
- tests/fs/hfs/t_pathconvert
- tests/fs/kernfs/t_basic
- tests/fs/vfs/t_union
2017-05-14 04:21:52 +00:00
kamil
d43b0e8728
Remove dead leftover Makefiles from src/regress
2017-05-14 04:19:06 +00:00
kamil
4dd06720f4
Remove tests for executable/non-executable stack.
...
These tests were not portable across compilers and recently NetBSD moved
to PaX MPROTECT.
2017-05-14 04:17:25 +00:00
kamil
523f038f8a
Drop broken tests (no longer builds in years)
...
Removed:
- callout1
- mutex1
- mutex2
- priority_inheritance1
- rwlock1
These tests used to require lkm code, that has been removed.
Today they are implicitly mostly verified by rumpkernel tests in ATF.
2017-05-14 04:01:10 +00:00
kamil
e57d224cf0
Remove bpf regress tests, obsoleted by ATF net/bpf and rump
2017-05-14 03:50:42 +00:00
kamil
f48b8fbc38
Remove regress sys/crypto tests, obsoleted by ATF ones
...
These algorithms are used in ATF tests/net/ipsec
Today it's better to use rumpkernel to verify this code instead of
reinventing testsuites linking with selected kernel private source files.
2017-05-14 03:42:42 +00:00
kamil
1df0208250
Drop regress test for des, obsoleted by ATF tests/lib/libdes/t_des
2017-05-14 03:36:36 +00:00
kamil
c47a46da1c
Drop usr.bin/rtld/testlib, replaced with ATF tests in usr.bin/c++/*
...
This regress tests used to check dynamically loaded objects:
constructor/destructor call for static objects, C++ runtime support.
This is mostly - although without virtual functions, inheritance - covered
by existing ATF tests.
Stop descending into regress/usr.bin.
2017-05-14 02:30:27 +00:00
kamil
27a2f60665
Eliminate regress/usr.bin/c++/static_destructor - obsoleted with ATF tests
...
Replaced and enhanced with tests/usr.bin/c++/t_static_destructor.
2017-05-14 02:07:58 +00:00
christos
7fc7897d31
need <sys/stat.h>
2017-01-10 22:37:44 +00:00
mrg
2cd592865a
remove obsolete lkm tests
2016-12-29 23:36:06 +00:00
kamil
d054022201
Purge dummy Makefiles
2016-11-24 04:20:10 +00:00
maxv
f35bb9540d
Fix the mmap call, KNF, and make the output more readable.
2016-09-03 08:47:38 +00:00
joerg
e577c74411
Since the i386-specific DES assembly is not PIC, don't build this as PIE.
2016-08-14 19:05:24 +00:00
christos
b8fa0d5200
PR/50941: David Binderman: fix printf format
2016-03-11 18:26:40 +00:00
christos
bac8521a43
moved to tests/net/in_cksum.
2015-01-05 22:39:29 +00:00
joerg
8045251dd7
Replace manual realdepend dependency with DPSRCS.
2014-09-19 21:35:42 +00:00
christos
2b043c75b6
eliminate use of bsd.sys.mk from Makefiles
2014-01-16 01:15:32 +00:00
christos
760092e27b
don't include bsd.sys.mk
2014-01-10 16:35:11 +00:00
christos
b3bbae0374
Fix NOMAN
2014-01-10 15:52:25 +00:00
martin
6f65a8d103
ACTIVE_CC can only be used after include of bsd.own.mk
2014-01-10 15:00:16 +00:00
pgoyette
b05ea33883
The sleeping test has been converted to ATF
2012-11-08 03:16:04 +00:00
pgoyette
ec3837a095
This functionality is tested in tests/fs/vfs/t_io
2012-11-07 17:14:02 +00:00
pgoyette
de60af8cf6
sigtramp has been incorporated into ATF test lib/libc/sys/t_sigaction
2012-11-07 16:52:01 +00:00
pgoyette
54841f4686
The lockf/lockf2 tests are now converted to ATF
2012-11-07 14:04:28 +00:00
pgoyette
a056b20854
The SysV IPC tests have been converted to atf
2012-11-05 04:11:44 +00:00
pgoyette
c7bda8e080
The mqueue test has been atf-ified
2012-11-03 05:22:24 +00:00
chs
c79ddfbf3d
our current gcc puts the loop after the RAS_END() label on several
...
platforms, adjust the code so that gcc does the right thing again.
2012-11-02 14:53:03 +00:00
joerg
f4f2339ab8
Use LIBISCXX.
2012-08-10 16:04:28 +00:00
rmind
28b444bcec
Revert the test addition.
2012-07-22 11:30:14 +00:00
rmind
a7d27dddfd
Add a simple test for cdb(5).
2012-07-21 22:22:55 +00:00
joerg
b757af438b
Disable new -Wstring-plus-int warning where needed for now.
...
Adjust various places that add GCC-only options to check for the active
compiler first.
2012-04-04 10:59:44 +00:00
jruoho
35c44f57e2
The inttypes(3) check has already been moved to ATF.
2012-03-18 07:54:00 +00:00
riz
f8a1d7977c
Back out the recent import of IPFilter 5.1.1 for the upcoming branch,
...
which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored
post-branch.
ok: core, releng.
2012-02-15 17:55:03 +00:00
darrenr
9c0e9659f2
Import IPFilter 5.1.1
2012-01-30 16:02:57 +00:00
yamt
6f39b50ccf
- count the number of bits correctly
...
- more check
- tweak numbers
- use more accurate time
2011-11-02 16:49:12 +00:00