Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-22 | make test for pr 2354 explicit | Markus Friedl | |
2002-02-22 | test keyscan as well (test for pr 2354) | Markus Friedl | |
2002-02-22 | Check the right return value in the second mmap. | Artur Grabowski | |
2002-02-22 | Ugh. fix numerous bugs. | Artur Grabowski | |
2002-02-21 | newlines at eof | Theo de Raadt | |
2002-02-21 | Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵ | Artur Grabowski | |
gubble, gubble... | |||
2002-02-21 | Make sure that the stack is not shared. | Artur Grabowski | |
2002-02-21 | allow over-ride of MAKEDEVTARGS | Todd T. Fries | |
2002-02-21 | Test for monotonically increasing timeofday. | Thomas Nordin | |
2002-02-21 | test ramdisk targets too | Todd T. Fries | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | Rename private err() function to dberr() to avoid collision with | Todd C. Miller | |
libc's err(). | |||
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Change license to public domain and update comment. | Artur Grabowski | |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl | |
2002-02-18 | Document in more detail what's going on here. | Artur Grabowski | |
2002-02-18 | Clean up. | Artur Grabowski | |
- Don't print failure and return succes, shut up and fail properly. - Don't generate reults once and rerun compares later. Rerun every time. - Don't generate any files, pipes are there to be used. | |||
2002-02-18 | no printf+\r, just use echo | Markus Friedl | |
2002-02-18 | don't mark tests as slow, have some slow tests print out information by default | Markus Friedl | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | tags cleanup. | Artur Grabowski | |
2002-02-18 | add longjmp | Artur Grabowski | |
2002-02-18 | Clean up. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Return a failure if the test fails don't just fall out from main(). | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Also test is dtors are run if we return from main. | Artur Grabowski | |
2002-02-18 | minor cleanup. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Add libssl. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | There is no test in there, so there is no point in keeping the directory. | Artur Grabowski | |
2002-02-18 | Looks like too much cut 'n paste. | Artur Grabowski | |
2002-02-18 | A complete rewrite. | Artur Grabowski | |
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log. | |||
2002-02-18 | Actually, remove the whole "missing" line. | Artur Grabowski | |
2002-02-18 | Remove some parts that are there from the "missing" line. | Artur Grabowski | |
2002-02-18 | relax restrictions for 'proxy-mode' tests (StrictModes=no), because | Markus Friedl | |
sshd only accepts connections from stdin. allows testing with 775 /usr/obj | |||
2002-02-17 | try agent forwarding, too. | Markus Friedl | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | kill little bugs; art ok | Theo de Raadt | |
2002-02-17 | No reason to not enable the weak test. | Artur Grabowski | |
2002-02-17 | madness | Artur Grabowski | |
2002-02-17 | Not really a test for rfork, but for the kernel fd handling. | Artur Grabowski | |
But since it uses rfork a lot is will end up here. This is a few nasty operations in the right order that can cause serious confusion in the kernel if the file descriptor handling is not done right. | |||
2002-02-17 | rfsharefd | Artur Grabowski | |
2002-02-17 | use semaphore to sync threads, not sleep | Marco S Hyman | |
2002-02-17 | test rfork with shared fds | Artur Grabowski | |
2002-02-17 | time_elapsed_with_signal was completly wrong, fix. | Artur Grabowski | |
2002-02-17 | Don't warn when we don't have an errno, warnx. | Artur Grabowski | |
2002-02-17 | Add a test for nansleep with a very short time (less than a tick). | Artur Grabowski | |
2002-02-17 | rfnowait | Artur Grabowski | |