summaryrefslogtreecommitdiff
path: root/tools/compat
AgeCommit message (Expand)Author
2006-08-26Some tools need efuns.christos
2006-08-26Remove advertising clause.christos
2006-08-20Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developerthorpej
2006-05-20Don't remove files that are needed for a build after make clean. Beforechristos
2006-02-22Twiddle configure/configure.ac to check/define/create machine/endian.h; thisdogcow
2006-02-14Two changes to facilitate building tools on Darwin:dyoung
2006-02-11regenwiz
2006-02-11Redo previous differently: use AH_TOP and AH_BOTTOM macros to insertwiz
2006-02-11regenwiz
2006-02-11Make using autoheader easier:wiz
2006-02-11Define prototypes for strsuftoll and strsuftollx if the one forwiz
2006-02-11rerun autoheader (and re-add header and footer).wiz
2006-02-11regen.wiz
2006-02-11Add AC_CHECK_DECLS test for strsuftoll. hannken reports it is neededwiz
2006-02-10Adapt for bswap* changes in configure.ac.wiz
2006-02-09regen with autoheader; header and footer need to be added manually,wiz
2006-02-09regen.wiz
2006-02-09Use the AC_DEFINE version with three arguments consistently, sincewiz
2006-02-09change #include <sys/endian.h> => #include <machine/endian.h> so thatdogcow
2006-02-02regendbj
2006-02-02touch an empty sys/bswap.h if detected as missing by configuredbj
2005-12-20Search the new common framework.christos
2005-09-24Move rmd160.h to crypto/ to keep in sync with recent changes.elad
2005-09-24Sync with recent MD2 changes.elad
2005-09-24Sync with recent changes.elad
2005-09-14Make cross compiling NetBSD under Linux work again. Problem noted bytron
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-27UINT8_MAX and UINT16_MAX are needed for disklabel.uwe
2005-08-26Pull in SHA2 routines from libc to nbcompat.elad
2005-08-26Add nbcompat SHA2 header.elad
2005-08-22Define "_PATH_VI" if necessary to make cross-building work again undertron
2005-08-1964 bit inode changeschristos
2005-05-15Replace the original fgetln with a simpler one that:christos
2005-04-05Update notes for testing on linux, OS/Xjmc
2005-03-02Remove commas in AC_CHECK_FUNCS that shouldn't be there.wiz
2005-02-01Define LOGIN_NAME_MAX explicitly here and override any system provided onejmc
2005-01-13Turns out some platforms (freebsd5) expose st_birthtime but notjmc
2004-12-11Provide a definition for __UNCONST since there's no guarentee our sys/cdefs.hjmc
2004-11-28Add heapsort to libnbcompatjmc
2004-10-12Check for fstatvfs and provide/use it only if the host system has it.jmc
2004-07-24check for HAVE_STRUCT_STATVFS_F_IOSIZEdbj
2004-07-24remove HAVE_STRUCT_STATFS_F_IOSIZEdbj
2004-06-23Define "_ISOC99_SOURCE" when building under NetBSD to get the prototypestron
2004-06-22Redo the last commit. _NETBSD_SOURCE should never be used/referenced anymore.jmc
2004-06-22Note on NetBSD that _NETBSD_SOURCE should never be defined and it's an errorjmc
2004-06-21- Wrap around #if !_NETBSD_SOURCE the definitions of u_{long,int,short,char}christos
2004-06-21On NetBSD boxes make sure and provide prototypes for strtouq since quad_t getsjmc
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc