]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / tests /
2019-05-25 asomersfusefs: misc build fixes
2019-05-24 asomersfusefs: implement FUSE_ASYNC_READ
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-22 asomersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-21 bzAdd very basic afinet socket tests which I started...
2019-05-21 asomersfusefs: Allow update mounts
2019-05-21 ngieAdd my name to the copyright
2019-05-21 ngieFollow up to r348042: cast `aad` to a byte array
2019-05-21 ngieFix encoding issues with python 3
2019-05-21 ngieRemove spurious newline
2019-05-21 ngieFix `KAT(CCM)?Parser` file descriptor leaks
2019-05-21 ngieSquash deprecation warning related to array.array(...
2019-05-21 ngieFollowup to r347996
2019-05-20 ngieAllow the end-user to pass along arguments to cryptotes...
2019-05-20 traszImprove tree(3) tests by using ATF_REQUIRE where applic...
2019-05-20 ngieReplace uses of `foo.(de|en)code('hex')` with `binascii...
2019-05-20 mmMFV r347989:
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: allow the server to specify st_blksize
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-16 kpipsec tests: Skip if ipsec.ko is not loaded
2019-05-15 asomersfusefs: fix more intermittency in the dev_fuse_poll...
2019-05-15 asomersfusefs: fix some intermittency in the Kqueue.data test
2019-05-13 asomersfusefs: commit missing file from r347547
2019-05-13 asomersMFHead @347527
2019-05-12 asomersfusefs: Report the number of available ops in kevent(2)
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-10 asomersfusefs: fix intermittency in the interrupt tests
2019-05-10 asomersfusefs: debugability improvements in the tests
2019-05-10 asomersfusefs: fix intermittency in the Destroy.ok test
2019-05-10 asomersfusefs: return ENOTCONN instead of EIO if the daemon...
2019-05-10 asomersfusefs: fix intermittency in the Interrupt.already_comp...
2019-05-10 asomersfusefs: fix running multiple daemons concurrently
2019-05-10 traszTry to unbreak the build after r347425.
2019-05-10 traszAdd simple regression tests for tree(3). Those are...
2019-05-10 ngieRefactor tests/sys/opencrypto/runtests
2019-05-09 asomersfusefs: shorten and consolidate sleeps
2019-05-09 asomersfusefs: eliminate some sleeps in the Interrupt tests
2019-05-09 asomersfusefs: create sockets with FUSE_MKNOD, not FUSE_CREATE
2019-05-09 asomersfusefs: clear a dir's attr cache when its contents...
2019-05-08 asomersfusefs: fix a permission handling bug during VOP_RENAME
2019-05-08 asomersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 asomersfusefs: updated cached attributes during VOP_LINK.
2019-05-07 asomersfusefs: drop suid after a successful chown by a non...
2019-05-07 asomersfusefs: allow the null chown and null chgrp
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: Fix another obscure permission handling bug
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-05-04 asomersfusefs: only root may set the sticky bit on a non-directory
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 markjAdd a few regression tests for mlock(2).
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-29 asomersfusefs: support unix-domain sockets
2019-04-29 asomersfusefs: remove an obsolete fifo test
2019-04-29 asomersfusefs: FIFO support
2019-04-26 asomersfusefs: enable the Write.mmap test
2019-04-26 asomersfusefs: fix cache invalidation error from r346162
2019-04-24 asomersfusefs: handle ENOSYS for FUSE_INTERRUPT
2019-04-24 asomersfusefs: fix the FUSE_INTERRUPT tests when data_cache_mo...
2019-04-24 ngieUse `range` instead of `xrange`
2019-04-24 ngieFix typo: `Plen` should be `plen`
2019-04-24 ngieDon't leak `fd` when manipulating the device via `_getd...
2019-04-24 ngieChase PEP-3110
2019-04-24 ngieReapply whitespace style changes from r346443 after...
2019-04-24 jhbTest the AES-CCM test vectors from the NIST Known Answe...
2019-04-24 jhbRun the plain SHA digest tests from NIST.
2019-04-24 jhbUse more descriptive algorithm names in skip messages.
2019-04-24 jhbSkip tests with missing test vectors instead of failing.
2019-04-23 asomersFix bug in vtruncbuf introduced by r346162
2019-04-23 olivierSkip test component_selection:run_latest_genid if gmirr...
2019-04-23 cyMFV r346563:
2019-04-22 ngieFix sys.kern.coredump_phnum_test.coredump_phnum on...
2019-04-20 ngieRevert r346443
2019-04-20 ngietests/sys/opencrypto: fix whitespace per PEP8
2019-04-20 lwhsuSpecify using Python2, these .py files have not been...
2019-04-19 jhbTest SHA2-224-HMAC now that OCF supports it.
2019-04-19 jhbSync cryptographic algorithm constants with current...
2019-04-19 asomersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 asomersfusefs: fix interrupting FUSE_SETXATTR
2019-04-19 asomersfusefs: don't send FUSE_INTERRUPT for ops that are...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-19 cemimport zstd 1.4.0
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-18 kppf tests: Fail the test if we can't set the rules
2019-04-17 asomersfusefs: WIP making FUSE operations interruptible
2019-04-17 kppf tests: Try to provoke the panic with invalid DIOCRSE...
2019-04-13 vmaffionenetmap: add test cases for multiple host rings
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 asomersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-11 asomersfusefs: add a test for setattr with UTIME_NOW
2019-04-11 asomersfusefs: test that we reparent a vnode during rename
2019-04-11 asomersfusefs: fix a panic in a stale vnode situation
2019-04-11 asomersfusefs: Finish supporting -o default_permissions
2019-04-11 asomersfusefs: eliminate a superfluous FUSE_GETATTR from VOP_L...
2019-04-10 asomersfusefs: various cleanups
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
next