summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Give fstest a more unique name: pjdfstest.pjd2010-08-15211-0/+0
* Update copyright years.pjd2010-08-152-2/+2
* More tests.pjd2010-08-151-400/+419
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.jilles2010-08-152-0/+33
* sh: Test that all bytes from 1 to 127 can be used in IFS.jilles2010-08-151-0/+24
* More tests (especially for lchmod(2)), less code duplication.pjd2010-08-159-156/+285
* - Use loops to avoid code duplication.pjd2010-08-133-133/+101
* More tests.pjd2010-08-122-101/+63
* Portable Makefile.pjd2010-08-121-20/+21
* Fix copy&pasted code - we want to create character device here.pjd2010-08-121-4/+4
* - Use loops where possible to avoid code duplication.pjd2010-08-1114-733/+208
* Allow to specify uid, gid and mode for create_file().pjd2010-08-111-3/+13
* Consistently set us to be SPC3 for our inquiry data.mjacob2010-08-112-18/+73
* More and more tests.pjd2010-08-118-626/+583
* Move create_file() to misc.sh, as it is going to be used in more places.pjd2010-08-111-0/+35
* Make use of recently added dirgen_max() and namegen_max() to implementpjd2010-08-1126-266/+356
* Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those frompjd2010-08-111-7/+46
* More tests, mostly related to devices and sockets.pjd2010-08-1012-217/+666
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-101-0/+29
* Linux has no strlcpy().pjd2010-08-091-2/+4
* Fix bind(2) and connect(2) support on Solaris.pjd2010-08-091-10/+8
* Fix file system type detection on Solaris.pjd2010-08-091-1/+1
* Small tweaks.pjd2010-08-092-8/+8
* No need to use grep to check if path start with /.pjd2010-08-091-4/+6
* Add a multipath oriented test.mjacob2010-08-093-1/+436
* sh: Add more testcases for ${var:-word}.jilles2010-08-081-0/+38
* Various cleanups, mostly to make the test work on FreeBSD/ZFS.pjd2010-08-0648-904/+1253
* ${GREP} can only be used after loading 'conf'.pjd2010-08-061-1/+1
* Don't use egrep directly - use ${GREP}.pjd2010-08-061-3/+3
* Check first todo() argument against operating system name and operating systempjd2010-08-061-2/+1
* For FreeBSD and Linux use awk's toupper() function.pjd2010-08-061-2/+2
* Convert file system type to upper case.pjd2010-08-061-2/+2
* Add tests for mknod(2).pjd2010-08-0612-0/+408
* Add mknod(2) support.pjd2010-08-061-0/+33
* Sort includes.pjd2010-08-061-6/+7
* open(2) returns EOPNOTSUPP when trying to open a socket.pjd2010-08-061-0/+17
* Test for EACCES also when opening FIFO or directory.pjd2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.pjd2010-08-061-1/+2
* Make description readable.pjd2010-08-061-1/+1
* Add missing -U argument to usage.pjd2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXpjd2010-08-061-0/+32
* sh: Return 0 from eval if no command was given.jilles2010-08-031-0/+4
* sh: Add a test for a corner case in eval that already works correctly.jilles2010-08-011-0/+5
* Fix a couple of typos.uqs2010-07-301-2/+2
* sh: Fix crash due to uninitialized here-document.jilles2010-07-251-0/+19
* Add BSD grep to the base system and make it our default grep.gabor2010-07-222-2/+2
* Hook newsyslog regression tests to the Makefile 'build'.simon2010-07-221-1/+1
* Add regression tests for newsyslog. These are far from a completesimon2010-07-223-0/+343
* Chase LLVM version bump to 2.8.ed2010-07-211-6/+6
* sh: Allow a background command consisting solely of redirections.jilles2010-07-181-0/+3
OpenPOWER on IntegriCloud