Age | Commit message (Expand) | Author |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie |
2003-02-18 | intial -> initial; | Jason McIntyre |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-03-19 | Kill remote comments, un-expose private code. | Marc Espie |
2002-03-02 | Kill JOB_REMIGRATE. | Marc Espie |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | Marc Espie |
2001-11-17 | errno saving | Theo de Raadt |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-12-27 | Show CURDIR in that failure case too. Can't show a Makefile name yet | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | Marc Espie |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-06-10 | Lst_Find and Lst_ForEach do the same thing, except that the comparison | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-03-26 | Passing an (int) instead of an (int*) won't work. | Marc Espie |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |
1999-12-18 | Lst_DeQueue already checks for empty lists. | Marc Espie |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie |
1999-12-18 | make does not use circular lists, get rid of the extra weight. | Marc Espie |
1999-12-16 | Var_Subst is actually two distinct functions folded into one: | Marc Espie |
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie |
1999-10-05 | Efficiency patch from NetBSD: | Marc Espie |
1998-12-05 | Modifications from netbsd: | Marc Espie |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-03-15 | fix possibility of null pointer deref when using make's "-j" option. | flipk |
1997-12-16 | do not overflow fd_set | Theo de Raadt |
1997-06-15 | Avoid possible /tmp races by using mkstemp(3). | Todd C. Miller |
1996-11-30 | Sync with NetBSD: | Todd C. Miller |