K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-11-03T11:44:24.000000Z K 7 svn:log V 658 MFC 1.63, 1.64, 1.65, 1.69: - Fix build with TRACE_MESSAGES on. - Reformat code under TRACE_MESSAGES to make it more readable. - Move linker hackery out of #ifdef. - Break long lines in linker hackery block. - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded version under TRACE_MESSAGES. - Pass NG_WAITOK flag to ng_package_data() in unwinded macro. - Remove local error variable, which leads to hiding error from return value. [1] - When message can't fit into socket receive buffer return ENOBUFS to userland program instead of letting it wait until end of days. [2] PR: kern/81371 [1] PR: kern/85907 [2] END