summaryrefslogtreecommitdiff
path: root/usr.bin/make/compat.c
AgeCommit message (Expand)Author
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2002-06-12a real pid_t cleanup.Mike Pechkin
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-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2000-09-14Introduce a few macros to handle timestamps in an abstract way.Marc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-30Recognize `+cmd' as a command that should always be executed, even inMarc Espie
2000-06-23In various places, VAR_CMD is used to actually mean `no real context',Marc Espie
2000-06-23Once those special variable are taken care of, other Var functions can takeMarc Espie
2000-06-23Start of variable fixes and speed-ups.Marc Espie
2000-06-17This patch introduces a distinction betweenMarc Espie
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie
2000-06-10Thus, Lst_ForEach no longer needs returning a status.Marc Espie
2000-06-10Lst_Find and Lst_ForEach do the same thing, except that the comparisonMarc Espie
2000-04-17Record location in target node as well.Marc Espie
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
2000-02-02Bug-fix: make should behave sensibly when presented with negative times...Marc Espie
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-18Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,Marc Espie
1999-12-18Lst_DeQueue already checks for empty lists.Marc Espie
1999-12-18NIL, NILGNODE, etc, are only glorified NULL.Marc Espie
1999-12-16Bugfix: execvp might fail for many reasons.Marc Espie
1999-12-16Var_Subst is actually two distinct functions folded into one:Marc Espie
1999-12-06Extra parameter no longer needed, ditch.Marc Espie
1999-11-14Fix erroneous free of static storage.Marc Espie
1999-11-10Turn on strict-prototypes, add missing prototypes.Marc Espie
1998-12-05Modifications from netbsd:Marc Espie
1998-05-13catch more commands that require a shellTheo de Raadt
1998-05-12emulate umask inside make, so that the value gets propogated; also ensureTheo de Raadt
1998-01-02use _exit()Theo de Raadt
1997-04-28Back out newer .USE code as it caused problems. I've done a "make build"Todd C. Miller
1997-04-21nope, breaks other thingsTheo de Raadt
1997-04-20Back out the following change since it introduces an ordering problem:Todd C. Miller
1997-04-01Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)Todd C. Miller
1996-11-30Sync with NetBSD:Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-12-14from christos@netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt