Hi I want to add a new .c-file to the kernel source under sys/kern. What´s the right way to make the build system aware so it we be compiled into a new kernel image? I´m also unsure about the name. The code implements an IPC mechanism. I guess uipc_ is a good prefix, though I don´t know what 'u' means in this case.