Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-31 | + hidden subdir | Kurt Miller | |
2007-07-31 | add regress to test __asm(".hidden symbol") works as expected. for gcc3 | Kurt Miller | |
arch only. okay kettenis@ | |||
2007-07-31 | set the blocksize to the size of the read/write buffers. | Jacob Meuser | |
the blocksize matters for the poll() cases because we pass the poll when reading from the device when there is any data in the record buffer. since data is transfered into the buffer in blocksize chunks, if there was no and now is some data in the buffer, there is probably about blocksize bytes of data in the buffer. if in non-blocking mode, which is common when using poll(), and we try to read() more bytes than are in the record buffer, we will receive an EAGAIN. if we read() in blocksize chunks, we will never try to read more than is available. a more eloquent version of the above description should be in audio(4). | |||
2007-07-31 | pass command line options to audiotest_rw through OPTS, e.g. | Jacob Meuser | |
$ OPTS="-e 1 -r 22050 -c 1 -b 1024" DO_AUTEST=1 make | |||
2007-07-23 | - enable thread support in libobjc | Kurt Miller | |
- disable thread priorities in libobjc to avoid thread starvation issues - major bump lib due to new link dependency on pthread - link objc regress with -pthread Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ | |||
2007-07-06 | - document -v | Jason McIntyre | |
- tweak usage() | |||
2007-07-06 | remove another $Id$, forgotten in last commit | Jacob Meuser | |
2007-07-06 | proper RCS tags | Jacob Meuser | |
2007-07-06 | manpage improvements from jmc@ | Jacob Meuser | |
2007-07-06 | regression tests for various audio read(2) and write(2) scenarios | Jacob Meuser | |
2007-07-06 | regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls | Jacob Meuser | |
2007-07-03 | both 'proto 50' and 'proto esp' must work in flow specifications | Markus Friedl | |
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher | |
OK henning@, ``passt scho'' markus@ | |||
2007-06-07 | test umac-64@openssh.com | Peter Valchev | |
ok djm@ | |||
2007-06-06 | work around import limitations | Niall O'Higgins | |
2007-06-05 | Wrap long lines. | Xavier Santolaria | |
2007-06-05 | add very basic regress framework for opencvs. | Niall O'Higgins | |
more to come. ok joris@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | the MSIZE mbuf constant moved from MD param.h to MI param.h | David Krause | |
ok deraadt@ millert@ | |||
2007-05-21 | Add mmap_mod. | Artur Grabowski | |
2007-05-21 | A test for a corner-case that some pmaps get wrong. | Artur Grabowski | |
2007-05-19 | detect if newfs fails and add an extra test (amd64 floppy) | Otto Moerbeek | |
2007-05-17 | Add basename(3) and dirname(3) regression tests, from tbert. | Ray Lai | |
OK otto@. | |||
2007-05-15 | remove catman reference from SEE ALSO; | Jason McIntyre | |
2007-05-15 | fix tests to run now | Marc Espie | |
2007-05-10 | Do not crash when lists include the "any" keyword. Reported by | Hans-Joerg Hoexer | |
<ralf.horstmann at gmx.net>, thanks! Slightly different fix. Also add a regression test. ok mpf@ | |||
2007-05-02 | now that optimization is on by default, fix the regress tests by | David Krause | |
disabling optimization for the non-optimized tests, ok henning@ | |||
2007-04-29 | add sig-stop. | Artur Grabowski | |
2007-04-29 | Quite dumb test for torturing SIGSTOP/SIGCONT. | Artur Grabowski | |
2007-04-25 | - add ability to specify a tone to be played (defaults to 440hz) | Jason Wright | |
- stop using atoi ... use strtod/strtol - fixing timing stuff for alaw/8 | |||
2007-04-18 | some newfs checks, not hooked in, because it needs certain disktab | Otto Moerbeek | |
entries which are not available on all platforms | |||
2007-04-14 | Add code to check the kern.securelvel sysctl, since we run with a | Thordur I. Bjornsson | |
default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@ | |||
2007-04-12 | Remove the SF_NOUNLINK and UF_NOUNLINK from the test files, we dont | Thordur I. Bjornsson | |
support them; Cuts down false-postives. ok pedro@ | |||
2007-04-10 | No need to use umount -f now that both cases of vnode leakage were fixed | Pedro Martelletto | |
2007-03-30 | Don't assume 'run' to be executable, pointed out and okay deraadt@ | Pedro Martelletto | |
2007-03-30 | Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@ | Pedro Martelletto | |
2007-03-16 | move autodetection of the ID type to the parser. this way the | Markus Friedl | |
static flows have the correct ID, too. ok hshoexer, reyk | |||
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm | |
files affected the later ones. ok niallo@ xsa@ | |||
2007-03-14 | We switched to aes cbc quite some time ago, so also use the correct | Hans-Joerg Hoexer | |
key sizes here, too. We now have to use 128 bit key instead of 160. Noticed by david@ | |||
2007-02-22 | Fix regression tests. False positives happened whenever the date/time | Ray Lai | |
contained 1.3, 1.4, or 1.5. ``hahahahahaha'' joris@. | |||
2007-02-19 | add a test for null encryption | Hans-Joerg Hoexer | |
2007-02-19 | we have to use '-k' now to show keys. | Hans-Joerg Hoexer | |
2007-02-19 | previous commit to parse.y was undone. adopt these two regression tests. | Hans-Joerg Hoexer | |
2007-02-16 | Adopt to recent change in parse.y (do not accept '\n' in quoted | Hans-Joerg Hoexer | |
strings). The syntax error is now reported at the correct line. | |||
2007-02-13 | - Be explicit on command line checking, instead of relying on patterns, | Matthias Kilian | |
which may be NULL (e.g. -e ''). - let add_pattern() decide how to deal with empty patterns, don't do magic in read_patterns(). This unbreaks stuff like grep -e '', and makes grep -f <file> more POSIX compliant. Semantics for grep -f /dev/null (or any other empty file) may be questionable, but this case isn't specified by POSIX, and matching nothing at all seems to be sane. Thanks to otto@, who mentioned potential problems related to the -x option with the first patch i sent. ok jaredy@ (some time ago), otto@, millert@ | |||
2007-01-28 | New test for exceptions. | Mark Kettenis | |
2007-01-28 | Move test in its own directory. | Mark Kettenis | |
2007-01-10 | allow rule if there is at least _one_ matching address family combination. | Markus Friedl | |
this allows 'flow from lo0 to 127.0.0.1' if lo0 has an ipv6 address. ok itojun@, hshoexer@ | |||
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt | |
2007-01-04 | don't pass -1 as a netmask; report vicviq at gmail.com | Markus Friedl | |