]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / tests /
2019-08-13 asomersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 asomersfusefs: add SVN Keywords to the test files
2019-08-10 ngietests/sys/opencrypto: enable armv8crypto on aarch64
2019-08-09 brooksDon't add -Wno-class-memaccess with older gcc.
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 cemimport zstd 1.4.2
2019-08-08 cemimport zstd 1.4.1
2019-08-07 lwhsuGet configuration variable with default value for not...
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 jillesAdd a test for kill() on a zombie
2019-08-05 oshogboprocdesc: fix reparenting when the debugger is attached
2019-08-05 thjAdd common firewall test suite
2019-08-01 lwhsuOnly skip test cases sometimes failing in CI when they...
2019-07-30 asomersfusefs: fix building tests with GCC 8
2019-07-30 asomersMFHead @350453
2019-07-30 asomersfusefs: nul-terminate some strings in the readdir test
2019-07-30 asomersMFHead @350426
2019-07-28 asomersfusefs: fix panic when writing with O_DIRECT and using...
2019-07-28 asomersMFHead @r350386
2019-07-24 lwhsuTemporarily skip flakey test case
2019-07-23 lwhsuTemporarily skip flakey test case
2019-07-23 lwhsuTemporarily skip flakey test case
2019-07-23 lwhsuTemporarily skip flakey test case
2019-07-22 lwhsuTemporarily skip sys.netpfil.pf.forward.{v4,v6} and...
2019-07-22 lwhsuFix URL.
2019-07-22 lwhsuTemporarily skip flakey test case
2019-07-20 asomersfusefs: fix warnings in the tests reported by GCC
2019-07-19 asomerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-18 asomersfusefs: add a intr/nointr mount option
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-15 jhbAdd ptrace op PT_GET_SC_RET.
2019-07-15 jhbAdd a test for PT_GET_SC_ARGS.
2019-07-13 asomersprojects/fuse2: build fixes
2019-07-10 lwhsuCorrect definitions in sys.opencrypto.runtests.main...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-29 lwhsuSkip sys.netpfil.pf.names.names and sys.netpfil.pf...
2019-06-28 mmMFV r349454:
2019-06-28 asomersfusefs: don't leak memory of unsent operations on unmount
2019-06-27 asomersMFHead @349476
2019-06-27 asomersfusefs: recycle vnodes after their last unlink
2019-06-27 asomersfusefs: fix a memory leak in the forget test
2019-06-26 asomersfusefs: tighten expectations in mmap tests
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-26 asomersfusefs: run the io tests with direct io, too
2019-06-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 asomersfusefs: implement the "time_gran" feature.
2019-06-26 asomersfusefs: delete obsolete comments in the tests
2019-06-26 asomersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 asomersfusefs: automatically update mtime and ctime on write
2019-06-25 asomersfusefs: fix the tests for non-default values of MAXPHYS
2019-06-25 asomersfusefs: fix the tests for nondefault values of vfs...
2019-06-25 asomersfusefs: writes should update the file size, even when...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-25 asomersfusefs: fix multiple issues with the io tests
2019-06-24 asomersfusefs: improve the short read fix from r349279
2019-06-23 lwhsuSkip sys.netinet.socket_afinet.socket_afinet_bind_zero...
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-21 asomersfusefs: raise protocol level to 7.23
2019-06-21 asomersfusefs: update tests after r349260
2019-06-20 asomersfusefs: raise protocol level to 7.15
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: multiple fixes related to the write cache
2019-06-17 asomersfusefs: run the Io tests with various combinations...
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-17 cemrandom(4): Fortuna: allow increased concurrency
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 asomersfusefs: skip the Write.mmap test when mmap is not available
2019-06-17 asomersfusefs: implement non-clustered readahead
2019-06-17 cemrandom(4): Generalize algorithm-independent APIs
2019-06-17 cemrandom(4): Add regression tests for uint128 implementat...
2019-06-17 asomersfusefs: rename the ReadCacheable.default_readahead...
2019-06-17 mmMFV r349134:
2019-06-14 asomersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 asomersfusefs: enable write clustering
2019-06-13 asomersfusefs: fix a bug with WriteBack cacheing
2019-06-13 asomersAdd test cases for epair
2019-06-11 asomersfusefs: fix a page fault with writeback cacheing
2019-06-11 asomersfusefs: WIP fixing writeback cacheing
2019-06-11 asomersfusefs: fix an infinite loop in the tests
2019-06-10 asomersfusefs: fix a comment. No functional change.
2019-06-06 asomersfusefs: add some explicit tests for FUSE_FORGET
2019-06-06 asomersMFHead @348740
2019-06-04 asomersfusefs: remove debugging code that accidentally snuck...
2019-06-03 asomersfusefs: respect RLIMIT_FSIZE
2019-06-03 asomersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 asomersfusefs: support asynchronous cache invalidation
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 asomersfusefs: support name cache invalidation
2019-05-31 asomersfusefs: check the vnode cache when looking up files...
2019-05-31 asomersfusefs: prefer FUSE_ROOT_ID to literal 1 in the tests
2019-05-31 lwhsuRemove tests for the deprecated algorithms in r348206
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-28 asomersfusefs: flock(2) locks must be implemented in-kernel
2019-05-27 asomersfusefs: fix an alignment issue in the tests on arm
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: remove obsolete comments in the tests
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
next