Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-24 | pass segment size to userland; ok deraadt@ | Markus Friedl | |
2004-09-24 | connect() the client-side sockets. idea & test & ok camield@ | Henning Brauer | |
2004-09-24 | ditch `config' in the @sample messages, since this more or less covers | Marc Espie | |
all files installed from templates. | |||
2004-09-24 | 2nd half of @newuser/@newgroup: treat them as shared items, and remove | Marc Espie | |
them along with directories, if extra. | |||
2004-09-24 | use pkgspec_match for default conflict too. | Marc Espie | |
2004-09-23 | typo from number six; | Jason McIntyre | |
2004-09-23 | cosmetics | Henning Brauer | |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer | |
on which child went away. | |||
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer | |
a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu> | |||
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 | |
ok claudio | |||
2004-09-21 | @newuser/@newgroup initial support: | Marc Espie | |
- groups category and users category that get handled first, so that those groups/users can be used for other files. - : separated fields, for easy parsing. Mostly matching useradd groupadd. - ! for mandatory values. Missing pkg_delete -c support for now. okay naddy@, pvalchev@, millert@ | |||
2004-09-21 | sort option descriptions. from jmc | Jared Yanovich | |
2004-09-21 | sync usage | Jared Yanovich | |
kill BUGS, because the only one listed no longer applies xref some slippy things. ok millert | |||
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 | |
Log the pid when killing an external program. Avoid a possible NULL dereference. ok mcbride@ | |||
2004-09-21 | typo | Marc Espie | |
2004-09-21 | rename cleanup dirs functions, since they will apply to all shared items | Marc Espie | |
soon. | |||
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 | |
existing packages or installed packages. Too much noise for now. | |||
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 | |
problem noticed by sturm@ | |||
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 | |
adjtime() will fix that fast enough, from discussion in theo's living room ok mcbride beck | |||
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 | |