cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-25 Thread Tom Rhodes
trhodes 2008-07-25 23:54:07 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_usrreq.c Log: SVN rev 180816 on 2008-07-25 23:54:07Z by trhodes Begin the sysctl descriptions with a capital letter. Make some slight wording tweaks. Revision

Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-22 Thread Bruce Evans
On Mon, 21 Jul 2008, John Baldwin wrote: On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: trhodes 2008-07-20 15:25:20 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_usrreq.c Log: SVN rev 180630 on 2008-07-20 15:25:20Z by trhodes Document

Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-21 Thread Tom Rhodes
On Mon, 21 Jul 2008 11:00:15 -0400 John Baldwin <[EMAIL PROTECTED]> wrote: > On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: > > trhodes 2008-07-20 15:25:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netipx ipx_input.c ipx_usrreq.c > > Log: >

Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-21 Thread John Baldwin
On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: > trhodes 2008-07-20 15:25:20 UTC > > FreeBSD src repository > > Modified files: > sys/netipx ipx_input.c ipx_usrreq.c > Log: > SVN rev 180630 on 2008-07-20 15:25:20Z by trhodes > > Document a few sysctls. > >

cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-20 Thread Tom Rhodes
trhodes 2008-07-20 15:25:20 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_usrreq.c Log: SVN rev 180630 on 2008-07-20 15:25:20Z by trhodes Document a few sysctls. Reviewed by:rwatson Revision ChangesPath 1.59 +4 -4

cvs commit: src/sys/netipx ipx_input.c

2006-06-08 Thread Robert Watson
rwatson 2006-06-08 23:35:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netipx ipx_input.c Log: Merge ipx_input.c:1.55 from HEAD to RELENG_6: Canonicalize copyright order in one more file that contains my copyright. Revision

cvs commit: src/sys/netipx ipx_input.c spx_usrreq.c

2006-06-08 Thread Robert Watson
rwatson 2006-06-08 23:15:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netipx ipx_input.c spx_usrreq.c Log: Merge ipx_input.c:1.53, spx_usrreq.c:1.66 from HEAD to RELENG_6: Admit to ourselves that we don't actually implement pr_ctlin

cvs commit: src/sys/netipx ipx_input.c

2006-06-08 Thread Robert Watson
rwatson 2006-06-08 23:05:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netipx ipx_input.c Log: Merge ipx_input.c:1.54 from HEAD to RELENG_6: Comment that raw output filter code for IPX should run in a netisr so as to avoid recurs

cvs commit: src/sys/netipx ipx_input.c

2006-03-26 Thread Robert Watson
rwatson 2006-03-27 01:12:58 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c Log: Canonicalize copyright order in one more file that contains my copyright. MFC after: 1 month Revision ChangesPath 1.55 +4 -3 src/sys/neti

cvs commit: src/sys/netipx ipx_input.c

2006-03-23 Thread Robert Watson
rwatson 2006-03-24 00:00:23 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c Log: Comment that raw output filter code for IPX should run in a netisr so as to avoid recursing the socket code, as this input path can run in the call stack of an output

cvs commit: src/sys/netipx ipx_input.c spx_usrreq.c

2006-03-23 Thread Robert Watson
rwatson 2006-03-23 19:50:00 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c spx_usrreq.c Log: Admit to ourselves that we don't actually implement pr_ctlinput() for IPX or SPX, as the code in the implementing functions is essentially a no-op. Repla

cvs commit: src/sys/netipx ipx_input.c

2006-02-14 Thread Robert Watson
rwatson 2006-02-14 21:35:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netipx ipx_input.c Log: Merge ipx_input.c:1.52 from HEAD to RELENG_6: Remove dead code associated with 'mcopy' in ipx_forward(): at no point are the contents

cvs commit: src/sys/netipx ipx_input.c

2006-01-13 Thread Robert Watson
rwatson 2006-01-13 23:47:56 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c Log: Remove dead code associated with 'mcopy' in ipx_forward(): at no point are the contents of the forwarded mbuf ever copied into mcopy, so there's no need to have mcopy,