Home | History | Annotate | Download | only in libc
History log of /src/regress/lib/libc/Makefile
RevisionDateAuthorComments
 1.83  27-Jun-2020  mlelstv citrus SUBDIR is gone
 1.82  10-Jan-2014  christos don't include bsd.sys.mk
 1.81  18-Mar-2012  jruoho branches: 1.81.2;
The inttypes(3) check has already been moved to ATF.
 1.80  09-Apr-2011  pgoyette branches: 1.80.4;
These tests have (finally) been atf-ified
 1.79  11-Jan-2011  pgoyette The getqaddrinfo test has been atf-ified
 1.78  08-Jan-2011  pgoyette Since the regex test is gone, don't try to descend into its SUBDIR
 1.77  08-Jan-2011  pgoyette rpc/xdr test has been atf-ified
 1.76  07-Jan-2011  pgoyette The db test has been atf-ified
 1.75  07-Jan-2011  pgoyette cerror and ttyio tests have been atf-ified
 1.74  06-Jan-2011  pgoyette mktime test has been atf-ified
 1.73  05-Jan-2011  pgoyette The nsdispatch test has been atf-ified.
 1.72  04-Jan-2011  pgoyette The atexit test has been atf-ified.
 1.71  02-Jan-2011  pgoyette Remove atf-ified tests: servent protoent md5sha
 1.70  02-Jan-2011  pgoyette The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloat
(which was never hooked into the build anyway).
 1.69  01-Jan-2011  pgoyette The last of the libc/stdlib tests have been atf-ified
 1.68  31-Dec-2010  pgoyette More tests have been atf-ified
 1.67  31-Dec-2010  pgoyette These tests have been atf-ified
 1.66  28-Dec-2010  pgoyette ldexp has been atf-ified
 1.65  28-Dec-2010  pgoyette The last of lib/libc/gen tests have been converted to atf.
 1.64  27-Dec-2010  pgoyette The *setjmp tests have moved to atf
 1.63  26-Dec-2010  pgoyette Remove the rest of the libc/string tests - they've moved to atf
 1.62  25-Dec-2010  pgoyette Don't descend into siginfo - it's not there any more
 1.61  23-Dec-2010  pgoyette Remove a couple tests - they've moved to atf
 1.60  22-Dec-2010  pgoyette Remove these tests from regress - they've been converted to atf
 1.59  21-Dec-2010  pgoyette These tests have been converted to atf
 1.58  25-Nov-2009  uebayasi Handle undefined USE_SSP. XXX *_SSP variables needs clean-up.
 1.57  25-Nov-2009  uebayasi Descend into ssp/ only if ${USE_SSP} is yes.
 1.56  07-May-2009  christos add regression test for gdtoa large field width.
 1.55  19-Jan-2008  ginsbach branches: 1.55.12;
Add regression test for inet_network(3).
 1.54  02-Jun-2007  he branches: 1.54.4;
If HAS_SSP == "no", don't descend into the ssp subdirectory, because
building there will fail.
 1.53  31-May-2007  christos ssp is now part of libc.
 1.52  27-Jul-2006  christos branches: 1.52.4; 1.52.6;
add servent back.
 1.51  27-Mar-2005  christos Descend into citrus.
 1.50  04-Mar-2005  dsl Add regression tests for strptime()
 1.49  02-Aug-2004  thorpej Add a test to check that recursive calls to nsdispatch() within a
threaded program work.
 1.48  27-May-2004  christos Add pty.
 1.47  21-Mar-2004  he Also temporarily remove servent until it's made compileable again
after recent changes to <netdb.h>.
 1.46  20-Mar-2004  he Remove protoent from SUBDIR, since recent changes to netdb.h makes
it fail to build.
 1.45  28-Feb-2004  drochner add a test of get/make/setcontext, also checking context linking
via uc_link and argument passing to the new context
 1.44  19-Feb-2004  christos Add servent and protoent tests
 1.43  31-Dec-2003  martin Descend into siginfo on cleandir always.
From David P. Reese Jr. in PR toolchain/23936.
 1.42  17-Dec-2003  jmc Don't check for HAVE_SIGINFO if make(obj) (as more than likely the compiler
doesn't exist yet and the subdir is always descended on make obj)
 1.41  11-Dec-2003  matt .include <bsd.own.mk> so the proper have of CC is defined before we use it.
 1.40  14-Nov-2003  simonb Descend into the randomid directory.
 1.39  23-Oct-2003  he While the intention of picking up the target's include files was fine,
those files are not available in certain phases in the build process,
notably the "obj" phase, so unconditionally decend into siginfo during
that pass. This should make read-only source trees build again when
cross-compiling for a target supporting siginfo on a host not supporting
siginfo.
 1.38  20-Oct-2003  he Make sure to pick up the target's include files in the test for whether
we have SA_SIGINFO defined.
 1.37  04-Oct-2003  christos don't descend to siginfo on platforms that don't have it. by popular demand.
 1.36  26-Sep-2003  christos Descend to siginfo; this will prompt the port masters to complete the
necessary work.
 1.35  30-May-2003  simonb Descend into the stdio directory (thanks Nick!).
 1.34  03-May-2003  martin Add a simple double -> unsigned conversion test for values that can not
be represented by the same sized signed integer type. According to ISO C
this should work (and it works on i386), but it fails with the current
toolchain on sparc64, triggering a softfloat libc bug.
 1.33  01-Mar-2003  thorpej Add a regression test for atexit(3)/__cxa_atexit()/__cxa_finalize().
 1.32  16-Oct-2002  thorpej Add regression tests for basename(3) and dirname(3).
 1.31  11-Sep-2002  minoura Descend to locale subdir.
 1.30  15-Jul-2002  christos Add a small regression test for getopt.
 1.29  05-Jul-2002  itojun regress test for getaddrinfo/getnameinfo.
 1.28  21-Apr-2002  bjh21 NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend
into libc/ieeefp, but skip the tests that fail.
 1.27  21-Apr-2002  martin arm32 -> arm
 1.26  22-Mar-2002  fredette On m68000, don't descend into ieeefp.
 1.25  23-Jan-2002  ross Enable divrem
 1.24  22-Jan-2002  ross temporarily disable divrem
 1.23  22-Jan-2002  ross Remove the old alpha divrem test and replace it with a new indep one.

The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.
 1.22  22-Sep-2001  simonb Descend into int_fmtio.
 1.21  20-Sep-2001  atatat Visit sys
 1.20  20-Jul-2001  thorpej Visit clone/.
 1.19  22-May-2001  christos add string.
 1.18  18-Feb-2001  bjh21 Add a very, very simple test of XDR handling.
It just checks decoding of doubles, which NetBSD/arm32 seems to have got
wrong forever.
 1.17  14-Feb-2001  cgd Add a program to test the functionality of hsearch(). Our current
hsearch() falls right over (because it's unredeemably broken). That's
about to change, though.
 1.16  08-Jan-2001  simonb Add regression tests for div/ldiv/lldiv.
 1.15  20-Oct-2000  briggs Regression tests for fmtcheck(3).
 1.14  19-Aug-2000  sommerfeld Add md5sha subdir
 1.13  30-Sep-1999  tron Add "popen" sub directory.
 1.12  30-Aug-1999  mycroft branches: 1.12.2;
Add a regression test for ldexp().
 1.11  04-Feb-1999  is branches: 1.11.2;
Fix typo in previous commit
 1.10  04-Feb-1999  is At least as of now, we don't support IEEE fp rounding and exceptions
on arm32.
 1.9  21-Jan-1998  mycroft Do the time subdir.
 1.8  11-Oct-1997  mycroft Remove bogus regress targets.
 1.7  07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.6  24-Apr-1995  cgd allow a machine-specific dir.
 1.5  20-Apr-1995  cgd RCS Id conventions
 1.4  18-Apr-1995  jtc Add test for ieee fp rounding mode
 1.3  29-Dec-1994  cgd tests, for pr 655
 1.2  10-Jul-1994  jtc Support for H.S.'s regex regression tests
 1.1  27-May-1993  cgd add subdir makefile
 1.11.2.1  22-Feb-2000  he Apply patch (requested by he and wrstuden):
Skip ieeefp regression test on powerpc too; the functions needed
are currently missing.
 1.12.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.52.6.1  03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.52.4.1  22-Jul-2007  liamjfoy Pull up to netbsd-4 (requested by christos in ticket #773):

Move libssp to libc.
 1.54.4.1  23-Mar-2008  matt sync with HEAD
 1.55.12.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.80.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.80.4.1  17-Apr-2012  yamt sync with head
 1.81.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed