summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2004-01-21fix MakefileDavid Krause
2004-01-20Add strptime regress from NetBSD; OK miod@ after un-peeing.Todd C. Miller
2004-01-16Test more ways of producing a positive infinity, and then test negativeMiod Vallat
2004-01-15Add a new regression test, which checks that we handle fp overflow correctly,Miod Vallat
2003-12-25Test a large negative malloc value as well.Miod Vallat
2003-09-02add missing includesDavid Krause
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-02add missing includesDavid Krause
2003-07-31add missing CLEANFILES; ok deraadt@David Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31fix the licenseMichael Shalayeff
2003-07-15move malloc0test.c to new subdir.Otto Moerbeek
2003-07-15Test if malloc() sets errno correctly if it returns NULL.Otto Moerbeek
2003-06-26fix rcsidDavid Krause
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-15first sprintf test: positional argsTheo de Raadt
2003-02-12simple alloca test. done twice per deraadt@ suggestMichael Shalayeff
2003-01-03Nobody even compiles the #@!$&~ regression tests anyway.Miod Vallat
2002-12-08Test option "-" (BSD extension)Todd C. Miller
2002-12-07Add test for fix in revision 1.5 of getopt_long.cTodd C. Miller
2002-12-05update test resultsTodd C. Miller
2002-12-05excercise "-W longopt"Todd C. Miller
2002-12-05simple regress for getopt_long() and getopt_long_only()Todd C. Miller
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
2002-09-02the regress target should be run-regress-atexit_test to avoidAnil Madhavapeddy
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-08-26Make this into a proper regress test.Artur Grabowski
2002-08-21add missing CLEANFILES; ok miod@Wilbern Cobb
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.Artur Grabowski
2002-07-31Test that longjmp from signals works. (it does)Artur Grabowski
2002-07-29Try to modify __atexit directly and see if our function gets called.Daniel Hartmeier
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-04-30arguement -> argumentTheo de Raadt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18Rename private err() function to dberr() to avoid collision withTodd C. Miller
2002-02-18cleanArtur Grabowski
2002-02-18tags cleanup.Artur Grabowski
2002-02-18add longjmpArtur Grabowski
2002-02-18Clean up.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Return a failure if the test fails don't just fall out from main().Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16+ infPeter Valchev