Added the syscalls/helpers.h file to templatize common kobject syscall operations. Also moved most syscall implementations to using process::current() and thread::current() instead of asking the scheduler.
* syscalls should all return j6_status_t now * syscalls are grouped by category in name as well as in files