| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | + inf | pvalchev | 2002-02-16 | 1 | -2/+2 |
* | | | Simple test for isinf(3) and HUGE_VAL; ok art | pvalchev | 2002-02-16 | 2 | -0/+22 |
* | | | popen | art | 2002-02-16 | 1 | -2/+2 |
* | | | Tests for popen(3). From NetBSD. | art | 2002-02-16 | 2 | -0/+109 |
* | | | Remove references to nonexistent man pages. Ok theo, millert. | kjell | 2002-02-12 | 1 | -2/+1 |
* | | | but... on vax... des_enc.c requires -O1 | deraadt | 2002-02-10 | 1 | -1/+2 |
* | | | fix the history refs | mickey | 2002-01-24 | 1 | -2/+2 |
* | | | THREAD_UNLOCK() on error before returning; millert@ ok. | fgsch | 2002-01-23 | 1 | -1/+3 |
* | | | Special case a_strnid.c on vax. | hugh | 2002-01-21 | 1 | -1/+5 |
* | | | Move the enc tests into the Makefile and split them into | art | 2002-01-15 | 2 | -2/+42 |
* | | | If the user passes in "" as the string to resolve the lstat() will | millert | 2002-01-12 | 1 | -2/+6 |
* | | | Fix dependency | art | 2002-01-04 | 1 | -2/+2 |
* | | | Test _longjmp too. (Don't hate me for the '_' option). | art | 2002-01-04 | 2 | -6/+35 |
* | | | More explicit tests of longjmp. | art | 2002-01-04 | 1 | -4/+17 |
* | | | test for what longjmp(.., 0) does | art | 2002-01-04 | 2 | -0/+39 |
* | | | A bug in the malloc test uncoveres a bug in longjmp on alpha. | art | 2002-01-04 | 1 | -2/+2 |
* | | | add sigreturn subdir | marc | 2002-01-03 | 1 | -2/+2 |
* | | | sigret-normal, sigret-indirect, and sigret-altstack tests | marc | 2002-01-03 | 1 | -1/+12 |
* | | | 3 12 and 20 are slow | art | 2002-01-03 | 1 | -1/+3 |
* | | | depend the tests on the test program. | art | 2002-01-03 | 1 | -2/+2 |
* | | | convert test prog into real regression test | marc | 2002-01-02 | 1 | -3/+12 |
* | | | label abort() from inside library as ILLEGAL | deraadt | 2002-01-02 | 3 | -7/+8 |
* | | | more pid_t use | deraadt | 2002-01-02 | 1 | -3/+4 |
* | | | Split into smaller tests. It was easier than I thought. | art | 2002-01-02 | 1 | -5/+8 |
* | | | First conversion to bsd.regress.mk, needs to be split into | art | 2002-01-02 | 1 | -5/+5 |
* | | | Convert to bsd.regress.mk. | art | 2002-01-02 | 1 | -5/+6 |
* | | | Ancient comment. the RSA patent expired a long time ago. | art | 2002-01-02 | 1 | -3/+1 |
* | | | Generate? Or maybe Degenerate? Definitely not Denerate. | art | 2002-01-02 | 1 | -2/+2 |
* | | | Remove obsolete comment (and a 3 second sleep). | art | 2002-01-02 | 1 | -10/+1 |
* | | | Add missing .Os. deraadt@ ok | nordin | 2002-01-02 | 1 | -1/+2 |
* | | | trivial conversions to bsd.regress.mk | art | 2002-01-01 | 8 | -64/+24 |
* | | | Add options for slient operation and for specifying a count of rounds | art | 2001-12-29 | 1 | -4/+35 |
* | | | Two functions can return errors here, not just one. | miod | 2001-12-29 | 1 | -2/+4 |
* | | | add header | deraadt | 2001-12-22 | 1 | -0/+3 |
* | | | fix to match documented behaviour. RAND_file_name must return a pointer to | beck | 2001-12-20 | 2 | -18/+26 |
* | | | OpenBSD tag, explicit public domain notice | marc | 2001-12-17 | 1 | -0/+4 |
* | | | sigreturn test program | marc | 2001-12-17 | 2 | -0/+184 |
* | | | FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok. | ho | 2001-12-11 | 1 | -0/+7 |
* | | | when strerror() has an Unknown error, also set EINVAL | deraadt | 2001-12-08 | 1 | -3/+8 |
* | | | alloca cannot check if the allocation is valid. mention the consequences; mi... | deraadt | 2001-12-06 | 1 | -1/+13 |
* | | | correct an alignment mis-conception for malloc(0) returned regions. | tdeval | 2001-12-05 | 1 | -14/+25 |
* | | | malloc(n) regression test | deraadt | 2001-12-05 | 3 | -2/+114 |
* | | | document how malloc(0) blobbies are stored, and their character | deraadt | 2001-12-05 | 1 | -1/+6 |
* | | | 2nd param is const | deraadt | 2001-11-21 | 1 | -2/+2 |
* | | | kill more registers | mpech | 2001-11-19 | 3 | -17/+17 |
* | | | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | itojun | 2001-11-15 | 1 | -7/+2 |
* | | | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | itojun | 2001-11-15 | 1 | -24/+20 |
* | | | sync with kame better. open some renaming #defines (ENI_xx). | itojun | 2001-11-14 | 1 | -42/+27 |
* | | | signal race fixes | deraadt | 2001-11-11 | 1 | -4/+6 |
* | | | Missing ssl manpages and mlinks; beck@ ok. | fgsch | 2001-11-06 | 1 | -4/+129 |