Re: sysutils/lsof Author Question (for CLANG)....

2013-01-11 Thread John Baldwin
On Wednesday, November 07, 2012 06:15:21 PM Eitan Adler wrote: On 7 November 2012 17:35, Larry Rosenman l...@lerctr.org wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Andriy Gapon
on 08/11/2012 01:00 Greg 'groggy' Lehey said the following: On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Chuck Burns
On 11/8/2012 8:17 AM, Andriy Gapon wrote: on 08/11/2012 01:00 Greg 'groggy' Lehey said the following: On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote:

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Andriy Gapon
on 08/11/2012 16:26 Chuck Burns said the following: Honestly, if you do not like the way lsof does things, I am indifferent, just noticed the discussion. I'm sure patches are welcome.. They are welcome all over the place. And beyond. -- Andriy Gapon

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Edward Tomasz Napierała
Wiadomość napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: on 08/11/2012 01:00 Greg 'groggy' Lehey said the following: On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Larry Rosenman
On 2012-11-08 09:20, Edward Tomasz Napierała wrote: Wiadomość napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: on 08/11/2012 01:00 Greg 'groggy' Lehey said the following: On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Greg 'groggy'

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Greg 'groggy' Lehey
[Text formatting recovered] On Thursday, 8 November 2012 at 9:23:11 -0600, Larry Rosenman wrote: On 2012-11-08 09:20, Edward Tomasz Napiera??a wrote: Wiadomo napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: Just curious why lsof can't use interfaces that e.g.

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Larry Rosenman
On 2012-11-08 16:41, Greg 'groggy' Lehey wrote: [Text formatting recovered] On Thursday, 8 November 2012 at 9:23:11 -0600, Larry Rosenman wrote: On 2012-11-08 09:20, Edward Tomasz Napiera??a wrote: Wiadomo napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: Just curious why

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Eitan Adler
On 8 November 2012 17:57, Larry Rosenman l...@lerctr.org wrote: And if we could get such a list and create them, Vic would use them I suspect. Good. This will help more than Just Vic - I hope. We've tried before and it turns into a bikeshed. Don't let that discourage you from trying again.

sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't find its definition, but I find many, many uses. Perhaps someone on

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Ryan Stone
It exists in a header that is generated by the FreeBSD build process. On Wed, Nov 7, 2012 at 10:27 AM, Larry Rosenman l...@lerctr.org wrote: Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Konstantin Belousov
On Wed, Nov 07, 2012 at 09:27:32AM -0600, Larry Rosenman wrote: Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Benjamin Kaduk
On Wed, 7 Nov 2012, Larry Rosenman wrote: Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't find its definition, but

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel internals outside of the supported interfaces is just asking for trouble; I do not understand why this message is not sinking in over the

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Greg 'groggy' Lehey
On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel internals outside of the supported interfaces is just asking

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Eitan Adler
On 7 November 2012 17:35, Larry Rosenman l...@lerctr.org wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel internals outside of the supported interfaces is just asking for

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
We've asked before and Vic (lsof author) have asked and it always stalls out. I'll cc Vic on this email. Eitan Adler li...@eitanadler.com wrote: On 7 November 2012 17:35, Larry Rosenman l...@lerctr.org wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at