Age | Commit message (Expand) | Author |
2002-06-05 | missing $OpenBSD$ marker | Marc Espie |
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie |
2002-05-29 | more snprintf | Theo de Raadt |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt |
2002-05-17 | oops, worked only because va_end is a noop on most of our arches. | Marc Espie |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat |
2002-04-17 | Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18. | Marc Espie |
2002-04-16 | explain how conditionals/includes/loops interact. | Marc Espie |
2002-03-23 | uname(3); hunter@dg.net.ua | Theo de Raadt |
2002-03-19 | Kill remote comments, un-expose private code. | Marc Espie |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie |
2002-03-02 | Kill JOB_REMIGRATE. | Marc Espie |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | Marc Espie |
2002-02-26 | close PR 2311 | Marc Espie |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Remove broken interrupt handler. | Marc Espie |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | Marc Espie |
2001-11-17 | do not exit() from signal handler | Theo de Raadt |
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-19 | occured->occurred | Mike Pechkin |
2001-09-16 | Make make cross-compilable. | Artur Grabowski |
2001-09-15 | fix a pasto, fix pr 1969 | Michael Shalayeff |
2001-09-07 | Repair regular expression substitution. | Marc Espie |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-19 | byebye. Not used. Just keeps getting out of synch. | Marc Espie |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie |
2001-07-18 | CDIAGFLAGS | Marc Espie |
2001-07-11 | Typo in comment | Marc Espie |
2001-06-12 | Replace the most used static lists in make by persistent growable arrays. | Marc Espie |
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie |
2001-06-05 | calloc stats in one-shot case. | Marc Espie |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |
2001-06-03 | Make sure targs get initialized. | Marc Espie |
2001-05-31 | Simple guard against overflow. Better code to appear. | Marc Espie |
2001-05-30 | -Wall cleanup, mostly useless otherwise | Theo de Raadt |
2001-05-29 | Protect against copying a too long PWD. | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-29 | Synch | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |