| Commit message (Expand) | Author | Age | Files | Lines |
| * | Give fstest a more unique name: pjdfstest. | Pawel Jakub Dawidek | 2010-08-15 | 207 | -8812/+0 |
| * | More tests. | Pawel Jakub Dawidek | 2010-08-15 | 1 | -400/+419 |
| * | More tests (especially for lchmod(2)), less code duplication. | Pawel Jakub Dawidek | 2010-08-15 | 9 | -156/+285 |
| * | - Use loops to avoid code duplication. | Pawel Jakub Dawidek | 2010-08-13 | 3 | -133/+101 |
| * | More tests. | Pawel Jakub Dawidek | 2010-08-12 | 2 | -101/+63 |
| * | Fix copy&pasted code - we want to create character device here. | Pawel Jakub Dawidek | 2010-08-12 | 1 | -4/+4 |
| * | - Use loops where possible to avoid code duplication. | Pawel Jakub Dawidek | 2010-08-11 | 14 | -733/+208 |
| * | Allow to specify uid, gid and mode for create_file(). | Pawel Jakub Dawidek | 2010-08-11 | 1 | -3/+13 |
| * | More and more tests. | Pawel Jakub Dawidek | 2010-08-11 | 8 | -626/+583 |
| * | Move create_file() to misc.sh, as it is going to be used in more places. | Pawel Jakub Dawidek | 2010-08-11 | 1 | -0/+35 |
| * | Make use of recently added dirgen_max() and namegen_max() to implement | Pawel Jakub Dawidek | 2010-08-11 | 26 | -266/+356 |
| * | Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those from | Pawel Jakub Dawidek | 2010-08-11 | 1 | -7/+46 |
| * | More tests, mostly related to devices and sockets. | Pawel Jakub Dawidek | 2010-08-10 | 12 | -217/+666 |
| * | Fix file system type detection on Solaris. | Pawel Jakub Dawidek | 2010-08-09 | 1 | -1/+1 |
| * | Small tweaks. | Pawel Jakub Dawidek | 2010-08-09 | 2 | -8/+8 |
| * | No need to use grep to check if path start with /. | Pawel Jakub Dawidek | 2010-08-09 | 1 | -4/+6 |
| * | Various cleanups, mostly to make the test work on FreeBSD/ZFS. | Pawel Jakub Dawidek | 2010-08-06 | 48 | -904/+1253 |
| * | ${GREP} can only be used after loading 'conf'. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -1/+1 |
| * | Don't use egrep directly - use ${GREP}. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -3/+3 |
| * | Check first todo() argument against operating system name and operating system | Pawel Jakub Dawidek | 2010-08-06 | 1 | -2/+1 |
| * | For FreeBSD and Linux use awk's toupper() function. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -2/+2 |
| * | Convert file system type to upper case. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -2/+2 |
| * | Add tests for mknod(2). | Pawel Jakub Dawidek | 2010-08-06 | 12 | -0/+408 |
| * | open(2) returns EOPNOTSUPP when trying to open a socket. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -0/+17 |
| * | Test for EACCES also when opening FIFO or directory. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -26/+124 |
| * | Test O_RDONLY|O_RDWR flags as potentially invalid. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -1/+2 |
| * | Make description readable. | Pawel Jakub Dawidek | 2010-08-06 | 1 | -1/+1 |
| * | Fix a case where rename actually succeeds, which is also expected behaviour | Pawel Jakub Dawidek | 2009-10-20 | 1 | -2/+3 |
| * | Add regression tests for NFSv4 ACL granular permission enforcement. | Edward Tomasz Napierala | 2009-09-07 | 7 | -0/+676 |
| * | Be more Solaris-friendly. | Pawel Jakub Dawidek | 2009-01-16 | 2 | -4/+8 |
| * | This actually works on Linux, I just had wrong directory permission. | Pawel Jakub Dawidek | 2008-11-24 | 1 | -4/+0 |
| * | Include TODO messages even if tests succeeds, so we can detect when something | Pawel Jakub Dawidek | 2008-11-24 | 1 | -6/+18 |
| * | Mark all the places where Linux is not POSIX-compilant. Tested on ext3. | Pawel Jakub Dawidek | 2008-11-23 | 3 | -0/+8 |
| * | fstest for Linux: | Pawel Jakub Dawidek | 2008-11-23 | 9 | -56/+53 |
| * | fstest for Linux: | Pawel Jakub Dawidek | 2008-11-23 | 1 | -2/+26 |
| * | FreeBSD's way of handling rmdir("..") is not POSIX-compilant. | Pawel Jakub Dawidek | 2008-11-23 | 1 | -9/+3 |
| * | Shorter version. | Pawel Jakub Dawidek | 2008-11-23 | 1 | -14/+4 |
| * | fstest for Linux: | Pawel Jakub Dawidek | 2008-11-23 | 1 | -4/+27 |
| * | IFp4: Regression tests for FreeBSD/ZFS chflags(2)/lchflags(2). | Pawel Jakub Dawidek | 2008-11-22 | 14 | -88/+136 |
| * | Make test for write access to the directory being moved a little more | Edward Tomasz Napierala | 2008-11-07 | 1 | -5/+9 |
| * | Improve output when a test fails. | Edward Tomasz Napierala | 2008-11-07 | 1 | -2/+2 |
| * | Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectory | Edward Tomasz Napierala | 2008-11-06 | 1 | -0/+38 |
| * | Make fstest work out-of-the-box on Solaris: | Pawel Jakub Dawidek | 2007-07-18 | 2 | -13/+30 |
| * | MFp4: - When new object is created, it's group ID can be set to process' | Pawel Jakub Dawidek | 2007-01-25 | 3 | -7/+39 |
| * | MFp4: When user is not a member of the group which owns a file, even if | Pawel Jakub Dawidek | 2007-01-25 | 1 | -2/+2 |
| * | Add 3436 file system regression tests in 184 files. | Pawel Jakub Dawidek | 2007-01-17 | 186 | -0/+6941 |