Re: [tcpdump-workers] post-commit emailing

2011-09-07 Thread Rick Jones
On 09/07/2011 10:02 AM, Michael Richardson wrote: Guy and I were discussing adding post-commit hooks to the repos to send out summaries of activities. Is there an objection if they go to this list? Or do people prefer a new list? I note that the github.com/mcr/{tcpdump,libpcap} is pushed every

[tcpdump-workers] post-commit emailing

2011-09-07 Thread Michael Richardson
Guy and I were discussing adding post-commit hooks to the repos to send out summaries of activities. Is there an objection if they go to this list? Or do people prefer a new list? I note that the github.com/mcr/{tcpdump,libpcap} is pushed every night, and you can also get RSS feeds from there.

[tcpdump-workers] [PATCH] Use the first block of memory chunks.

2011-09-07 Thread Mircea Gherzan
Because n_left for the first chunk was initially 0, allocations started in the second block. --- gencode.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gencode.c b/gencode.c index 2b624df..f60c42e 100644 --- a/gencode.c +++ b/gencode.c @@ -192,7 +192,7 @@ st