Nils Goroll

Results 592 comments of Nils Goroll

Flexelint has comments: ``` --- Module: mgt/mgt_jail_unix.c (C) File mgt/mgt_jail_unix.c, Line 120 _ #define _MATCH_ARG(arg, name) \ Note 9071: defined macro '_MATCH_ARG' is reserved to the compiler ``` name: I...

FTR, I just hit this on a not-so-recent SmartOS ``` cache/cache_main.c: In function 'THR_SetName': cache/cache_main.c:142:2: error: implicit declaration of function 'pthread_setname_np' [-Werror=implicit-function-declaration] (void)pthread_setname_np(pthread_self(), name); ^ ```

bugwash: @walid-git to resolve conflicts and merge

I understand that Dridi prepared these patches in a rush, so once the dust has settled, I would appreciate better explanations in the commit messages. Regarding the actual issue here,...

bugwash label removed because this ticket needs an update

> New proposal: That's nice! Can you please illustrate the use of tags?

@dridi I still do not get what is the tag in the vcl example. Can you please illustrate?

VDD: * General agreement that we should improve: * clarity of the log * visibility from vcl * categories (is "tag" a good name?) should be available from vcl and...

@dridi I would think that, with streaming enabled, we would need to add `ObjWaitExtend(..., lo, ...)`.