Age | Commit message (Expand) | Author |
2004-09-22 | document the semantics of @newuser/@newgroup | Marc Espie |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer |
2004-09-21 | @newuser/@newgroup initial support: | Marc Espie |
2004-09-21 | sort option descriptions. from jmc | Jared Yanovich |
2004-09-21 | sync usage | Jared Yanovich |
2004-09-21 | sync usage, de-globalize a variable, and de-lint. ok millert | Jared Yanovich |
2004-09-21 | Don't pad the prefix count with 0. OK henning@ | Claudio Jeker |
2004-09-21 | Start external tests and init commands also in the initial state. | Marco Pfatschbacher |
2004-09-21 | typo | Marc Espie |
2004-09-21 | rename cleanup dirs functions, since they will apply to all shared items | Marc Espie |
2004-09-21 | .Xr elansc(4) here too | Alexander Yurchenko |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause |
2004-09-20 | addres -> address | Miod Vallat |
2004-09-20 | error out for pkgcfl in pkg_create, but don't warn if it's found in | Marc Espie |
2004-09-20 | deals with conflicts, must keep pkgcfl around a little while longer... | Marc Espie |
2004-09-20 | old pkgcfl is dead. | Marc Espie |
2004-09-20 | use fullname() in sample, so that absolute names AND relative names work. | Marc Espie |
2004-09-18 | greatly improved by jmc with some tweaks by yours truly | Henning Brauer |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer |
2004-09-18 | implement -S to override earlier -s, requested by theo | Henning Brauer |
2004-09-18 | say when we run settimeofday() with -s and when not, help from bob | Henning Brauer |
2004-09-18 | don't call settimeofday() when the offset is smaller than 180 seconds, | Henning Brauer |
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-18 | framework to be able to distinguish packages installed manually (and thus | Marc Espie |
2004-09-18 | full support for @shell: insert shells into /etc/shells if they're | Marc Espie |
2004-09-18 | document new @shell and @conflict. | Marc Espie |
2004-09-18 | new-style conflicts that respect pkgspec. | Marc Espie |
2004-09-18 | do not bother overallocating and shrinking the pfd and idx2peer arrays, | Henning Brauer |
2004-09-17 | Fix log message | Claudio Jeker |
2004-09-17 | warn for dirrm. | Marc Espie |
2004-09-16 | malloc ibuf instead of having it statically | Henning Brauer |
2004-09-16 | Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem | Claudio Jeker |
2004-09-16 | nice off_t cast | Theo de Raadt |
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt |
2004-09-16 | ftruncate() with ftello() instead of ftell(); ok millert | Theo de Raadt |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-09-16 | cope with imsg API change | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | print th_seq from truncated tcp headers (e.g. in icmp need-frag) | Markus Friedl |
2004-09-16 | add -T tcp to enforce interpretation as TCP | Markus Friedl |
2004-09-16 | nfs v3 support from tcpdump.org/netbsd; tests with pedro, marius | Markus Friedl |
2004-09-16 | Remove the not initialized fallback_interface code and use the normal bpf | Claudio Jeker |
2004-09-16 | various lint. ok millert | Theo de Raadt |
2004-09-16 | Add LibraryOnly routine to check on @lib files. | Marc Espie |
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 |