summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2006-09-02Add -fno-reorder-blocks for gcc4, to avoid duplicate label definitionmartin
2006-08-28Add some more regression tests for stuff related to the recenty bugs.dsl
2006-08-21Trailing non-whitespace IFS doesn't generate an empty parameter (any more).dsl
2006-08-15allow each dir_to_dir test to be run individually without having tojschauma
2006-08-15add a regression test for copying several subdirs into a target directoryjschauma
2006-08-12add regression test for stresep.christos
2006-08-07Add a regression test for PR#34111.cube
2006-07-31Make filehandles opaque to userlandmartin
2006-07-27add servent back.christos
2006-07-27Improve the test to test all the functions and not the re-entrant copies.christos
2006-07-27PR/33995: Aleksey Cheusov: Add cut regression testschristos
2006-07-21Include testing of the roll-forward agent, when recreating the filesystemperseant
2006-07-16- add check for kevent() timeoutskardel
2006-07-16Add regressing test for timeout and sleep releated functions.kardel
2006-07-16Add a regression test for cp(1) to test simple copying of files, directoriesjschauma
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-04Regression test for big-regexp from Aleksey Cheusovchristos
2006-06-24Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; inperseant
2006-06-18Do not instal net/if_pppvar.h, net/if_slvar.h and net/if_stripvar.h.uwe
2006-05-29Use "GZIPPROG" instead of "GZIP", as gzip(1) uses the GZIP environmentsimonb
2006-05-28Test program for some basic proplib functionality. Not hooked up to thethorpej
2006-05-23Coverity CID 829: Possible dereference of NULL pointer.jnemeth
2006-05-20#include <stdlib.h> for exit(3) prototypemrg
2006-05-17Add regression tests from PR/24324 by Arne H Juulchristos
2006-05-12sprinkle some (char *) to pacify GCC4.mrg
2006-05-12Added another regression test which is currently commented out, since itrillig
2006-05-10#include <stdlib.h>.mrg
2006-05-10use socklen_t where appropriate.mrg
2006-05-10extent_alloc_subregion1()'s 9th argument is a u_long *, not long *.mrg
2006-05-10include <string.h>, <stdio.h> and <stdlib.h> as appropriate.mrg
2006-05-06Remove obsoleted sys/properties.h include.groo
2006-05-05Tabify.perseant
2006-05-05Allow the user to specify a file size in the ckckp regression test, includingperseant
2006-05-01Remember to empty the filesystem between iterations, otherwise allperseant
2006-04-27Be a little more careful about what we copy into the working file when;perseant
2006-04-22Regression test improvements:perseant
2006-04-18Copy sysconf(_SC_SEMAPHORES) test from regress/lib/librt/sem/sem.csimonb
2006-04-17Introduce two fcntl calls that freeze the filesystem right at the pointperseant
2006-04-16Make this regression test work with objdirs.simonb
2006-04-13replaced by FreeBSD version wcstod(3) for make it worktnozaki
2006-04-12The manual for open(2) says that -1 indicate a failure, not 0. And Icube
2006-04-04Upgraded IPFilter to 4.1.13martti
2006-04-04Import IPFilter 4.1.13martti
2006-03-26Use /dev/MAKEDEV to create devices - instead of hardcoding i386 majors.martin
2006-03-26Decrement the size value passed to test-mount by one unit so that it fitsjmmv
2006-03-24Regression test for reads past the end of a packet (out of bounds reads).pavel
2006-03-21link against libmdrochner
2006-03-21Explain why this fails when run from nbmake-$ARCH.martin
2006-03-20Ensure proper buffer alignement. OK'd by yamt.martin
2006-03-20Use sig_atomic_tchristos