Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer | |
once at startup. ntpd delays daemonizing until it has done the intial time setting (or ran into the timeout) in this mode to make sure stuff started later in rc is not subject to time jumps. this eleminates the need to run rdate -n beforehands. with some input from & ok ryan and bob, march music from mickey | |||
2004-09-18 | framework to be able to distinguish packages installed manually (and thus | Marc Espie | |
wanted by the user) from packages installed automatically to satisfy a dependency. | |||
2004-09-18 | full support for @shell: insert shells into /etc/shells if they're | Marc Espie | |
not already there, and remove them on deinstall. | |||
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 | |
doesn't by us anything. discussed with ryan during dinner at original joe's | |||
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 | |
where inet_ntoa() was called twice per log message -- once here and once directly. This is a workaround acctually no static buffer should be used. OK deraadt@ | |||
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 | |
but keep him around for some more time (an hour here). fixes an issue Arvid was reporting: when a cloned neighbor rejects our OPEN message due to capability negotiation (or missing implementation of those), we set a marker and retry without. However, if we remove the peer immediately, it gets freshly cloned on the next trial, with default settings, thus including capability negotiation, and thus failes again. this will also help with route flap dampening. ok claudio | |||
2004-09-16 | cope with imsg API change | Henning Brauer | |
2004-09-16 | imsg API cleanup: | Henning Brauer | |
-kill imsg_compose_pid, imsg_compose_fdpass and imsg_create_pid -extend the original imsg_compose/_create API to take pid & fd too -make imsg_compose do imsg_create + imsg_add + imsg_close instead of duplicating the code -adjust all callers to the new API ok claudio | |||
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 | |
interface for that. Also store the hardware (ethernet) address in the state so that relayed dhcp request are sent to the correct destination. OK henning@ requested by deraadt@ tested otto@ | |||
2004-09-16 | various lint. ok millert | Theo de Raadt | |
Important bit: do not long -> int truncate... | |||
2004-09-16 | Add LibraryOnly routine to check on @lib files. | Marc Espie | |
Forgot to add shell to the list of files... | |||
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 | |
enum imsg_type and not an int | |||
2004-09-16 | in imsg_compose: | Henning Brauer | |
-don't buf_free() on imsg_add() errors, it already does that for us -use imsg_close() instead of buf_close(), does error handling already | |||
2004-09-16 | use imsg_add instead of the lower level buf_add in imsg_create; it already | Henning Brauer | |
does the error checking for us. | |||
2004-09-16 | ewps... | Henning Brauer | |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer | |
micskye some time ago | |||
2004-09-15 | AllowTcpForwarding should be disabled for authpf users; | Jason McIntyre | |
plus a typo; from michael knudsen; ok beck@ | |||
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 | |
- remove unneeded macros - sort options - mention sysctl(8) and sysctl.conf(5) with regards to setting net.inet6.ip6.accept_rtadv - better SEE ALSO all from alexey suslikov; | |||
2004-09-15 | - use some literal indent | Jason McIntyre | |
- adjust FILES list -width - .Xr hosts_access 5 and tcpd 8 - tidy up FILES somewhat | |||
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 | |
-kill the _pid flavors of imsg_create and imsg_compose, and just add pid as argument to those -use imsg_create in imsg_compose instead of duplicating code -check for datalen overflow | |||
2004-09-15 | malloc the imsg buffers instead of having them statically, suggested by | Henning Brauer | |
micsky some time ago, ok otto | |||
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie | |
- do the substitution for ${var} - handle fragments %%var%% depending on value being 0 or 1. | |||
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie | |
for instance, pkg_create -Dvar=value -Dvar2=value2 will work. | |||
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek | |
then call work(). ok henning@ | |||
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 | |
then call work(). ok deraadt@ | |||
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 | |