Age | Commit message (Expand) | Author |
2004-09-16 | minor KNF | Henning Brauer |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer |
2004-09-16 | the "type" param to imsg_compose and imsg_create is really an | Henning Brauer |
2004-09-16 | in imsg_compose: | Henning Brauer |
2004-09-16 | use imsg_add instead of the lower level buf_add in imsg_create; it already | Henning Brauer |
2004-09-16 | ewps... | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-15 | AllowTcpForwarding should be disabled for authpf users; | Jason McIntyre |
2004-09-15 | some fixes passed back to arla people; | Jason McIntyre |
2004-09-15 | some grammar fixes, and a consistency fix i forgot to commit; | Jason McIntyre |
2004-09-15 | - better .Nd | Jason McIntyre |
2004-09-15 | - use some literal indent | Jason McIntyre |
2004-09-15 | rename local err() function to error() | Theo de Raadt |
2004-09-15 | size_t vs ssize_t confusion | Theo de Raadt |
2004-09-15 | need buf_free() to free buf, free() is not good enough | Henning Brauer |
2004-09-15 | imsg framework cleanup: | Henning Brauer |
2004-09-15 | malloc the imsg buffers instead of having them statically, suggested by | Henning Brauer |
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie |
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-15 | minor KNF, Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-09-15 | shell keyword... | Marc Espie |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-15 | Use less stack, as allowed by the new ABI. | Miod Vallat |
2004-09-15 | string.h for memcpy | Jolan Luff |
2004-09-15 | KNF | Henning Brauer |
2004-09-15 | don't refuse packets with stratum=0, they are fine | Henning Brauer |
2004-09-15 | kill another unused function and two debugging printfs | Henning Brauer |
2004-09-15 | remove the unused variable/macro code, ok theo | Henning Brauer |
2004-09-15 | unused variables, theo | Henning Brauer |
2004-09-15 | missing include, from theo | Henning Brauer |
2004-09-15 | remove buf_write(), not used in ntpd. found by theo | Henning Brauer |
2004-09-14 | portable code should not use that gcc __func__ specific junk when it is not n... | Theo de Raadt |
2004-09-14 | size_t vs ssize_t confusion | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | gccisms are bad, including __func__ | Henning Brauer |
2004-09-14 | add support for info directories. | Marc Espie |
2004-09-14 | better wording for documentation. | Marc Espie |
2004-09-14 | use System or Vsystem everywhere. | Marc Espie |
2004-09-14 | better reporting of conflicts, suggested by naddy@ | Marc Espie |
2004-09-14 | report issues while installing configuration files. | Marc Espie |
2004-09-14 | use chown/chmod system calls directly where possible. | Marc Espie |
2004-09-14 | basic error wrapper for system and such. | Marc Espie |
2004-09-14 | use IdCache. | Marc Espie |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie |
2004-09-14 | vnd key is u_char * | Theo de Raadt |
2004-09-14 | install mtree. | Marc Espie |
2004-09-14 | remove unused variables | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |