lwkt_runnable is declared in <sys/thread2.h>
[dragonfly.git] / usr.bin / make /
2004-11-18 Matthew DillonBring in various fixes from FreeBSD:
2004-11-14 Matthew DillonFix an inverted conditional which could lead to nameBuf...
2004-11-14 Matthew DillonContinuing synchronization from FreeBSD.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonSpelling corrections.
2004-11-13 Matthew DillonMake both arguments to str_concat() const char *'s...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-12 Matthew DillonPossibly expand the variable name's embedded variables...
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 DillonDiff reduction for great justice against NetBSD, cast...
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 DillonThe strings package passes back a pointer via brk_strin...
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-11-08 Matthew DillonSync make.1 with the rest of the make source.
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-25 Matthew DillonCleanup various type-o's in comments.
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/asmodaiMove a perror() to warn().
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-19 Chris PresseyFix code typo in previous commit to this file, thus...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Eirik NygaardFix a core dump caused by a .DEFAULT target with no...
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-18 Matthew DillonAdd a .makeenv directive to make, which allows variable...
2003-11-06 Eirik NygaardNuke some more __P macros.
2003-11-03 Eirik NygaardRemove __P macros from src/usr.bin and src/usr.sbin.
2003-10-04 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: