summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12cvs2svn2012-07-139-279/+0
|
* Use arc4random_buf() when requesting more than a single word of outputdjm2008-04-131-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.otto2006-05-162-2/+4
|
* Hook new ulimit test casesotto2006-04-181-2/+2
|
* near ulimit test case 2otto2006-04-182-0/+46
|
* Near ulimit test case 1otto2006-04-182-0/+48
|
* Unbreak malloc0test for use with mmap malloc which allocates objectsotto2004-08-041-20/+7
| | | | in a non-contiguous manner. ok art@
* EOL at endderaadt2004-02-111-2/+2
|
* Test a large negative malloc value as well.miod2003-12-251-1/+2
|
* remove extra \n in {warn,err}{,x} callsderaadt2003-08-151-3/+3
|
* various cleanups; david says results are samederaadt2003-07-312-5/+5
|
* move malloc0test.c to new subdir.otto2003-07-153-4/+11
| | | | ok tdeval@ millert@
* Test if malloc() sets errno correctly if it returns NULL.otto2003-07-152-0/+50
| | | | ok tdeval@ henning@
* tags cleanup.art2002-02-182-2/+2
|
* A bug in the malloc test uncoveres a bug in longjmp on alpha.art2002-01-041-2/+2
| | | | How ironic.
* trivial conversions to bsd.regress.mkart2002-01-011-10/+2
|
* Add options for slient operation and for specifying a count of roundsart2001-12-291-4/+35
| | | | instead of running to the limit.
* add headerderaadt2001-12-221-0/+3
|
* malloc(n) regression testderaadt2001-12-052-0/+112