Re: ABI suggestions?

2005-02-21 Thread Petri Helenius
Julian Elischer wrote: if anyone has any ideas on this, let me know :-) regards julian p.s. would this be generally useful (assuming it can be achieve without any overhead when compiled out)? I would like to fetch the tcpcb contents to userland over an ioctl or so and additionally have some netst

Current problem reports assigned to you

2005-02-21 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description --- o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations w

Another bug with same-net same-netmask IP aliases

2005-02-21 Thread Ruslan Ermilov
Hi Max, There's another nasty bug when adding same-net same-netmask IP aliases: no RTM_NEWADDR is generated. From a quick glance I cannot see how to easily fix it -- the message is generated from rtinit() which is not called in this case. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD com

[patch] Update to libfetch

2005-02-21 Thread Kelly Yancey
Attached is a patch to address concerns raised by Pawel Worach with regards to the recent change to set TCP_NOPUSH when sending HTTP requests from libfetch. The previous revision also introduced a call to shutdown(2) to close the write half of the socket in order to force the queued request to

question on mbuf(m_copyback) code

2005-02-21 Thread Swami Pichumani
Hi all, I had a question on the m_copyback code (I use pretty old version but feel this might still be same). Inside the while(len>0) loop, the first line kinda seems odd. It subtracts the off (which becomes after first iteration) from m_len(which is supposed to tell the amount of data in the pa