systems calls are trapped and executed by the kernel. All system calls are served by the kernal.
UNIX has traditionally been implemented as a Monolithic Kernel.
Compare this with a MicroKernel where as little as possible is implemented in the kernel and everything else is implemented in UserSpace
2 pages link to MonolithicKernel: