Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12 | cvs2svn | 2012-07-13 | 9 | -279/+0 |
| | |||||
* | Use arc4random_buf() when requesting more than a single word of output | djm | 2008-04-13 | 1 | -2/+2 |
| | | | | | | | Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | ||||
* | Don't forget to return 0 on success, doh. | otto | 2006-05-16 | 2 | -2/+4 |
| | |||||
* | Hook new ulimit test cases | otto | 2006-04-18 | 1 | -2/+2 |
| | |||||
* | near ulimit test case 2 | otto | 2006-04-18 | 2 | -0/+46 |
| | |||||
* | Near ulimit test case 1 | otto | 2006-04-18 | 2 | -0/+48 |
| | |||||
* | Unbreak malloc0test for use with mmap malloc which allocates objects | otto | 2004-08-04 | 1 | -20/+7 |
| | | | | in a non-contiguous manner. ok art@ | ||||
* | EOL at end | deraadt | 2004-02-11 | 1 | -2/+2 |
| | |||||
* | Test a large negative malloc value as well. | miod | 2003-12-25 | 1 | -1/+2 |
| | |||||
* | remove extra \n in {warn,err}{,x} calls | deraadt | 2003-08-15 | 1 | -3/+3 |
| | |||||
* | various cleanups; david says results are same | deraadt | 2003-07-31 | 2 | -5/+5 |
| | |||||
* | move malloc0test.c to new subdir. | otto | 2003-07-15 | 3 | -4/+11 |
| | | | | ok tdeval@ millert@ | ||||
* | Test if malloc() sets errno correctly if it returns NULL. | otto | 2003-07-15 | 2 | -0/+50 |
| | | | | ok tdeval@ henning@ | ||||
* | tags cleanup. | art | 2002-02-18 | 2 | -2/+2 |
| | |||||
* | A bug in the malloc test uncoveres a bug in longjmp on alpha. | art | 2002-01-04 | 1 | -2/+2 |
| | | | | How ironic. | ||||
* | trivial conversions to bsd.regress.mk | art | 2002-01-01 | 1 | -10/+2 |
| | |||||
* | Add options for slient operation and for specifying a count of rounds | art | 2001-12-29 | 1 | -4/+35 |
| | | | | instead of running to the limit. | ||||
* | add header | deraadt | 2001-12-22 | 1 | -0/+3 |
| | |||||
* | malloc(n) regression test | deraadt | 2001-12-05 | 2 | -0/+112 |