Rename noBuiltins to builtins and invert logic.
[dragonfly.git] / usr.bin / make / main.c
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-05 Max OkumotoRemove cleanup functions. There is no reason to free...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-17 Max OkumotoFix a long-standing bug when make(1) is passed the...
2004-12-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-10 Max OkumotoAdd code to enforce the paralleism count (-j N) for...
2004-12-10 Max Okumotoo Allow use of the ${MAKE_SHELL} variable to specify...
2004-12-09 Max OkumotoMove catch_child() to reduce diffs between FreeBSD...
2004-12-09 Max OkumotoUse typedefs for the types of the functions that are...
2004-12-08 Max Okumotoo Include sys/sysctl.h on all architectures not only...
2004-12-01 Joerg Sonnenbergercompat.c:1.38->1.39
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg Sonnenbergerjob.c:1.52->1.53
2004-12-01 Joerg SonnenbergerMakefile: 1.32->1.33
2004-12-01 Joerg SonnenbergerMakefile: 1.31->1.32
2004-11-30 Joerg Sonnenbergerdir.c: 1.31->1.32
2004-11-30 Joerg Sonnenbergerauthor: ru
2004-11-30 Joerg Sonnenbergermain.c: 1.81->1.82
2004-11-24 Matthew Dillono Pacify ``make -f /dev/null -V FOO''.
2004-11-24 Matthew Dillonpatch-4.10: Clean some includes and remove ifdef __STDC...
2004-11-18 Matthew DillonBring in various fixes from FreeBSD:
2004-11-14 Matthew DillonContinuing synchronization from FreeBSD.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonMake both arguments to str_concat() const char *'s...
2004-11-12 Matthew DillonConvert make(1) to use ANSI style function declarations...
2004-11-12 Matthew DillonMake the DEBUGF() macro portable by (ugh) adding a...
2004-11-12 Matthew DillonPartial sync from FreeBSD/jmallet:
2004-11-12 Matthew DillonDo some deregisterization.
2004-11-12 Matthew Dillonefree()->free(). remove #define efree (which was defin...
2004-11-12 Matthew DillonRemove various forms of NULL, and cleanup types. This...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Matthew DillonSynchronize bug fixes from FreeBSD/RELENG_4.
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-23 Jeroen Ruigrok/asmodaiUse err() instead of a perror()/exit() combination.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-29 Matthew DillonSet a variable indicating that we support .makeenv...
2004-01-26 David Rhodus* DragonFly<-FreeBSD Name clean ups
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-11-03 Eirik NygaardRemove __P macros from src/usr.bin and src/usr.sbin.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: