summaryrefslogtreecommitdiff
path: root/tools/compat/Makefile
AgeCommit message (Expand)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-06-17add fpurgechristos
2008-10-18Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile andtsutsui
2007-09-28add raise_default_signallukem
2007-08-07More detailed instructions for what to do when editing configure.ac.apb
2007-07-03Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.nakayama
2006-12-14Complete the move of string_to_flags() and flags_to_string() from thehe
2006-10-29...and one more for xcompilation (due to lib/libc/hash/sha1/sha1hl.c, sigh.)dogcow
2006-10-27add ${.CURDIR}/../../common/lib/libc/hash/{rmd160,sha2} to the .PATHmrg
2006-10-08Put common/lib/libc/stdlib into .PATH. From Hisashi T Fujinaka.thorpej
2006-08-26Some tools need efuns.christos
2006-05-20Don't remove files that are needed for a build after make clean. Beforechristos
2006-02-11Redo previous differently: use AH_TOP and AH_BOTTOM macros to insertwiz
2006-02-11Make using autoheader easier:wiz
2005-12-20Search the new common framework.christos
2005-09-24Sync with recent MD2 changes.elad
2005-09-24Sync with recent changes.elad
2005-09-13We don't need any ndbm sources.christos
2005-09-13don't use the _foo.c files; all the code is in foo.c now.christos
2005-09-13compat reorg.christos
2005-08-26Pull in SHA2 routines from libc to nbcompat.elad
2005-08-1964 bit inode changeschristos
2004-11-28Add heapsort to libnbcompatjmc
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-06-18Use ${_TOOL_PREFIX} as appropriate.thorpej
2004-05-03Make this build on non-NetBSD again (specifically linux). Exclude __ndbm13.cjmc
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-01Rework how dependency generation is performed:lukem
2003-07-29Must add "configure.lineno" to CLEANFILES after updating to autoconf 2.57.fredb
2003-06-03Add atoll(3) to libnbcompat. We need it when building target's gccuwe
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-03-14Add a putc_unlocked().thorpej
2003-03-13Disable pre-compiled headers on Darwin.thorpej
2002-12-04Tweak dependencies so that defs.mk depends upon config.cache, andlukem
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-11-29replace missing strsuftoll(3)lukem
2002-10-08Implement replacements for lchflags(), lchmod(), and lchown(),lukem
2002-10-06Provide strtoll() in libnbcompat.lukem
2002-09-14* Check for mkstemp() and mkdtemp(), and build them into libnbcompatthorpej
2002-09-13* Always include the NetBSD glob(3) in libnbcompat, as the hostthorpej
2002-04-18Actually put the include directory timestamp under the "include" directory,tv
2002-04-18Add a stub issetugid() for platforms that don't have it. For now, we assumebjh21
2002-04-01Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)bjh21
2002-03-31Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) willbjh21
2002-03-31Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on theirbjh21
2002-02-26Add some more bits of host compatibility.tv
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-24- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).lukem