aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/fstest
Commit message (Expand)AuthorAgeFilesLines
* Give fstest a more unique name: pjdfstest.Pawel Jakub Dawidek2010-08-15211-10068/+0
* Update copyright years.Pawel Jakub Dawidek2010-08-152-2/+2
* More tests.Pawel Jakub Dawidek2010-08-151-400/+419
* More tests (especially for lchmod(2)), less code duplication.Pawel Jakub Dawidek2010-08-159-156/+285
* - Use loops to avoid code duplication.Pawel Jakub Dawidek2010-08-133-133/+101
* More tests.Pawel Jakub Dawidek2010-08-122-101/+63
* Portable Makefile.Pawel Jakub Dawidek2010-08-121-20/+21
* Fix copy&pasted code - we want to create character device here.Pawel Jakub Dawidek2010-08-121-4/+4
* - Use loops where possible to avoid code duplication.Pawel Jakub Dawidek2010-08-1114-733/+208
* Allow to specify uid, gid and mode for create_file().Pawel Jakub Dawidek2010-08-111-3/+13
* More and more tests.Pawel Jakub Dawidek2010-08-118-626/+583
* Move create_file() to misc.sh, as it is going to be used in more places.Pawel Jakub Dawidek2010-08-111-0/+35
* Make use of recently added dirgen_max() and namegen_max() to implementPawel Jakub Dawidek2010-08-1126-266/+356
* Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those fromPawel Jakub Dawidek2010-08-111-7/+46
* More tests, mostly related to devices and sockets.Pawel Jakub Dawidek2010-08-1012-217/+666
* Linux has no strlcpy().Pawel Jakub Dawidek2010-08-091-2/+4
* Fix bind(2) and connect(2) support on Solaris.Pawel Jakub Dawidek2010-08-091-10/+8
* Fix file system type detection on Solaris.Pawel Jakub Dawidek2010-08-091-1/+1
* Small tweaks.Pawel Jakub Dawidek2010-08-092-8/+8
* No need to use grep to check if path start with /.Pawel Jakub Dawidek2010-08-091-4/+6
* Various cleanups, mostly to make the test work on FreeBSD/ZFS.Pawel Jakub Dawidek2010-08-0648-904/+1253
* ${GREP} can only be used after loading 'conf'.Pawel Jakub Dawidek2010-08-061-1/+1
* Don't use egrep directly - use ${GREP}.Pawel Jakub Dawidek2010-08-061-3/+3
* Check first todo() argument against operating system name and operating systemPawel Jakub Dawidek2010-08-061-2/+1
* For FreeBSD and Linux use awk's toupper() function.Pawel Jakub Dawidek2010-08-061-2/+2
* Convert file system type to upper case.Pawel Jakub Dawidek2010-08-061-2/+2
* Add tests for mknod(2).Pawel Jakub Dawidek2010-08-0612-0/+408
* Add mknod(2) support.Pawel Jakub Dawidek2010-08-061-0/+33
* Sort includes.Pawel Jakub Dawidek2010-08-061-6/+7
* open(2) returns EOPNOTSUPP when trying to open a socket.Pawel Jakub Dawidek2010-08-061-0/+17
* Test for EACCES also when opening FIFO or directory.Pawel Jakub Dawidek2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.Pawel Jakub Dawidek2010-08-061-1/+2
* Make description readable.Pawel Jakub Dawidek2010-08-061-1/+1
* Add missing -U argument to usage.Pawel Jakub Dawidek2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXPawel Jakub Dawidek2010-08-061-0/+32
* o Makefile BSDfication.Maxim Konovalov2010-06-041-23/+17
* Fix a case where rename actually succeeds, which is also expected behaviourPawel Jakub Dawidek2009-10-201-2/+3
* Add regression tests for NFSv4 ACL granular permission enforcement.Edward Tomasz Napierala2009-09-079-2/+738
* lchflags(2) takes int, not u_long like chflags(2) and fchflags(2).Pawel Jakub Dawidek2009-06-031-1/+1
* Add explicit casting in few places.Pawel Jakub Dawidek2009-02-231-12/+12
* Be more Solaris-friendly.Pawel Jakub Dawidek2009-01-162-4/+8
* This actually works on Linux, I just had wrong directory permission.Pawel Jakub Dawidek2008-11-241-4/+0
* Include TODO messages even if tests succeeds, so we can detect when somethingPawel Jakub Dawidek2008-11-241-6/+18
* Mark all the places where Linux is not POSIX-compilant. Tested on ext3.Pawel Jakub Dawidek2008-11-233-0/+8
* fstest for Linux:Pawel Jakub Dawidek2008-11-239-56/+53
* fstest for Linux:Pawel Jakub Dawidek2008-11-231-2/+26
* FreeBSD's way of handling rmdir("..") is not POSIX-compilant.Pawel Jakub Dawidek2008-11-231-9/+3
* Shorter version.Pawel Jakub Dawidek2008-11-231-14/+4
* Add support for pathconf(2).Pawel Jakub Dawidek2008-11-231-1/+57
* Detect operating system automatically.Pawel Jakub Dawidek2008-11-231-5/+21