summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2004-07-10add getopt_long regress; ok millert@David Krause
2004-06-25recover IPv6 entries somehow disappeared. David KrauseJun-ichiro itojun Hagino
2004-06-24hsearch regress from NetBSD via ray at cyth dot netTodd C. Miller
2004-06-21make test successful even when /etc/services is changedJun-ichiro itojun Hagino
2004-05-02more tests, okay millert@ (we probably don't pass them all yet, and willMarc Espie
2004-04-30Add tests for strerror.Marc Espie
2004-04-02Some nasty test cases involving back references that causedOtto Moerbeek
2004-04-02check the signals for exceptions and do siginfo in the signal handler; also s...Michael Shalayeff
2004-03-10toast strcpyTheo de Raadt
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David KrauseJun-ichiro itojun Hagino
2004-02-28do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.Jun-ichiro itojun Hagino
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse meTheo de Raadt
2004-02-11include some missing onesTheo de Raadt
2004-02-11EOL at endTheo de Raadt
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