Age | Commit message (Expand) | Author |
2002-12-30 | Avoid setting optind to 0 since in GNU getopt() that means the same | Todd C. Miller |
2002-12-29 | check -DCLEANUP compilation | Marc Espie |
2002-12-29 | Synch comment with code | Marc Espie |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-08-30 | okay, I'll bite. s/sports/supports/ can go in; it's clearer. | Jason Peel |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-05 | dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK. | Todd C. Miller |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski |
2002-06-13 | synch comments with actual code. | Marc Espie |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie |
2002-06-08 | . include, | Marc Espie |
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 |