summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-21Stop parsing arguments when we hit "--".Todd C. Miller
2003-04-21build expanded brace with more explicit bound checking.Marc Espie
2003-04-06get rid of some strcpy/sprintf.Marc Espie
2003-03-28little cleanup;Jason McIntyre
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-01-05Grammar and typo fixes, general language improvementsPeter Valchev
2003-01-03revert: reintroduce allTargets list #if CLEANUP, as all nodes are not addedMarc Espie
2002-12-30Don't pass a NULL arg to Parse_DoVar which can happen if user specifiesTodd C. Miller
2002-12-30Avoid setting optind to 0 since in GNU getopt() that means the sameTodd C. Miller
2002-12-29check -DCLEANUP compilationMarc Espie
2002-12-29Synch comment with codeMarc Espie
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-05dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.Todd C. Miller
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2002-07-25Obey LDSTATIC when building "generate".Artur Grabowski
2002-06-13synch comments with actual code.Marc Espie
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2002-06-08. include,Marc Espie
2002-06-05missing $OpenBSD$ markerMarc Espie
2002-06-05tweak quick_lookup for a faster path.Marc Espie
2002-05-29more snprintfTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.Marc Espie
2002-04-16explain how conditionals/includes/loops interact.Marc Espie
2002-03-23uname(3); hunter@dg.net.uaTheo de Raadt
2002-03-19Kill remote comments, un-expose private code.Marc Espie
2002-03-06First step in really explaining what make does, and what's standard,Marc Espie
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
2002-02-26close PR 2311Marc Espie
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-22Remove broken interrupt handler.Marc Espie
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-11-17do not exit() from signal handlerTheo de Raadt
2001-11-17errno savingTheo de Raadt
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie