| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-08 | introduce a SOL_LOCAL for unix-domain socket level socket options | nia | |
| as an alias of the current 0 used for these options, as in FreeBSD. reviewed by many. | |||
| 2020-04-22 | We have USER_LDT tests in ATF, remove the ones from regress. | maxv | |
| 2019-11-23 | Redo previous differently. | ad | |
| 2019-11-23 | Fix compiler warning. | ad | |
| 2017-08-30 | Don't test call gates, they are not supported anymore. | maxv | |
| 2017-08-12 | Remove the vm86 tests. | maxv | |
| 2017-05-14 | Remove regress lseek tests, obsoleted by ATF | kamil | |
| 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 | Remove regress getdents test, obsoleted by ATF tests | kamil | |
| 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 | Remove dead leftover Makefiles from src/regress | kamil | |
| 2017-05-14 | Remove tests for executable/non-executable stack. | kamil | |
| These tests were not portable across compilers and recently NetBSD moved to PaX MPROTECT. | |||
| 2017-05-14 | Drop 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-14 | Remove bpf regress tests, obsoleted by ATF net/bpf and rump | kamil | |
| 2017-05-14 | Remove regress sys/crypto tests, obsoleted by ATF ones | kamil | |
| 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 | Drop regress test for des, obsoleted by ATF tests/lib/libdes/t_des | kamil | |
| 2017-01-10 | need <sys/stat.h> | christos | |
| 2016-12-29 | remove obsolete lkm tests | mrg | |
| 2016-11-24 | Purge dummy Makefiles | kamil | |
| 2016-09-03 | Fix the mmap call, KNF, and make the output more readable. | maxv | |
| 2016-08-14 | Since the i386-specific DES assembly is not PIC, don't build this as PIE. | joerg | |
| 2016-03-11 | PR/50941: David Binderman: fix printf format | christos | |
| 2015-01-05 | moved to tests/net/in_cksum. | christos | |
| 2014-09-19 | Replace manual realdepend dependency with DPSRCS. | joerg | |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2014-01-10 | Fix NOMAN | christos | |
| 2014-01-10 | ACTIVE_CC can only be used after include of bsd.own.mk | martin | |
| 2012-11-08 | The sleeping test has been converted to ATF | pgoyette | |
| 2012-11-07 | This functionality is tested in tests/fs/vfs/t_io | pgoyette | |
| 2012-11-07 | sigtramp has been incorporated into ATF test lib/libc/sys/t_sigaction | pgoyette | |
| 2012-11-07 | The lockf/lockf2 tests are now converted to ATF | pgoyette | |
| 2012-11-05 | The SysV IPC tests have been converted to atf | pgoyette | |
| 2012-11-03 | The mqueue test has been atf-ified | pgoyette | |
| 2012-11-02 | our current gcc puts the loop after the RAS_END() label on several | chs | |
| platforms, adjust the code so that gcc does the right thing again. | |||
| 2012-04-04 | Disable 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-15 | Back 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-30 | Import IPFilter 5.1.1 | darrenr | |
| 2011-11-02 | - count the number of bits correctly | yamt | |
| - more check - tweak numbers - use more accurate time | |||
| 2011-11-01 | ether_aton test has been atf-ified | pgoyette | |
| 2011-11-01 | Test all digits. | christos | |
| 2011-11-01 | Replace 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-17 | Fix typo in output. | mbalmer | |
| 2011-08-18 | provide the out of address space test in a gcc-4.5 friendly way. | christos | |
| 2011-08-16 | Fix missing comma in errx() in normally not compiled code. | reinoud | |
| 2011-07-14 | Move the uvm "loan" test to tests(7). | jruoho | |
| 2011-07-14 | Remove "mmap" subdir. | jruoho | |
| 2011-07-14 | ../regress/sys/uvm/mmap/mmap.c is now part of tests(7). | jruoho | |
| 2011-06-22 | apply 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-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg | |
| the modern world. | |||
| 2011-05-26 | Default 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-24 | Fix format string | joerg | |
| 2011-05-24 | Use proper format string | joerg | |
