summaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
AgeCommit message (Expand)Author
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06get rid of some strcpy/sprintf.Marc Espie
2003-02-18intial -> initial;Jason McIntyre
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-03-19Kill remote comments, un-expose private code.Marc Espie
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
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
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2000-12-27Show CURDIR in that failure case too. Can't show a Makefile name yetMarc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.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-23This patch replaces str_concat with a slightly unobfuscated version.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-23Trivial consequences of the previous list changes: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-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
2000-03-26Passing an (int) instead of an (int*) won't work.Marc Espie
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-20Fix problem pointed out by FreeBSD, regen temp file name each time, toMarc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
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-18make does not use circular lists, get rid of the extra weight.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-11Kill Str_FindSubString, it's strstr.Marc Espie
1999-10-05Efficiency patch from NetBSD:Marc Espie
1998-12-05Modifications from netbsd:Marc Espie
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-06-03zero sigaction before useTheo de Raadt
1998-03-15fix possibility of null pointer deref when using make's "-j" option.flipk
1997-12-16do not overflow fd_setTheo de Raadt
1997-06-15Avoid possible /tmp races by using mkstemp(3).Todd C. Miller
1996-11-30Sync with NetBSD:Todd C. Miller