summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Collapse)Author
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
as an alias of the current 0 used for these options, as in FreeBSD. reviewed by many.
2020-04-22We have USER_LDT tests in ATF, remove the ones from regress.maxv
2019-11-23Redo previous differently.ad
2019-11-23Fix compiler warning.ad
2017-08-30Don't test call gates, they are not supported anymore.maxv
2017-08-12Remove the vm86 tests.maxv
2017-05-14Remove regress lseek tests, obsoleted by ATFkamil
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-14Remove regress getdents test, obsoleted by ATF testskamil
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-14Remove dead leftover Makefiles from src/regresskamil
2017-05-14Remove tests for executable/non-executable stack.kamil
These tests were not portable across compilers and recently NetBSD moved to PaX MPROTECT.
2017-05-14Drop broken tests (no longer builds in years)kamil
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-14Remove bpf regress tests, obsoleted by ATF net/bpf and rumpkamil
2017-05-14Remove regress sys/crypto tests, obsoleted by ATF oneskamil
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-14Drop regress test for des, obsoleted by ATF tests/lib/libdes/t_deskamil
2017-01-10need <sys/stat.h>christos
2016-12-29remove obsolete lkm testsmrg
2016-11-24Purge dummy Makefileskamil
2016-09-03Fix the mmap call, KNF, and make the output more readable.maxv
2016-08-14Since the i386-specific DES assembly is not PIC, don't build this as PIE.joerg
2016-03-11PR/50941: David Binderman: fix printf formatchristos
2015-01-05moved to tests/net/in_cksum.christos
2014-09-19Replace manual realdepend dependency with DPSRCS.joerg
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-10Fix NOMANchristos
2014-01-10ACTIVE_CC can only be used after include of bsd.own.mkmartin
2012-11-08The sleeping test has been converted to ATFpgoyette
2012-11-07This functionality is tested in tests/fs/vfs/t_iopgoyette
2012-11-07sigtramp has been incorporated into ATF test lib/libc/sys/t_sigactionpgoyette
2012-11-07The lockf/lockf2 tests are now converted to ATFpgoyette
2012-11-05The SysV IPC tests have been converted to atfpgoyette
2012-11-03The mqueue test has been atf-ifiedpgoyette
2012-11-02our current gcc puts the loop after the RAS_END() label on severalchs
platforms, adjust the code so that gcc does the right thing again.
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
Adjust various places that add GCC-only options to check for the active compiler first.
2012-02-15Back out the recent import of IPFilter 5.1.1 for the upcoming branch,riz
which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch. ok: core, releng.
2012-01-30Import IPFilter 5.1.1darrenr
2011-11-02- count the number of bits correctlyyamt
- more check - tweak numbers - use more accurate time
2011-11-01ether_aton test has been atf-ifiedpgoyette
2011-11-01Test all digits.christos
2011-11-01Replace ed usage with awk script.ws
Fixes PR toolchain/45532, generating the exact same output as previously. Note that it doesn't address Tsutsui's additional check request.
2011-10-17Fix typo in output.mbalmer
2011-08-18provide the out of address space test in a gcc-4.5 friendly way.christos
2011-08-16Fix missing comma in errx() in normally not compiled code.reinoud
2011-07-14Move the uvm "loan" test to tests(7).jruoho
2011-07-14Remove "mmap" subdir.jruoho
2011-07-14../regress/sys/uvm/mmap/mmap.c is now part of tests(7).jruoho
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
all of this should be looked at closer, but some of them are not very trivial.
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
the modern world.
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree.
2011-05-24Fix format stringjoerg
2011-05-24Use proper format stringjoerg