Currently the kernel has this list of bugs/missing core features:
Memory leaks inside kernel caused by buggy code (for example arch_mmu_destroyAspace).
sys_getfsstat and vfs_node_path returns invalid path.
Sometimes we get early kernel panic with division by zero exception, that caused by post SMP init code.
Currently the kernel has no base support for security. For example the kernel doesn't check the uid/gid of current process that tried to execute an file I/O system call.
POSIX support and all linked things to it.
List of possible feature features:
Support for 64-bit inside the kernel. Done as part of x86_64 port.
Any sort of ported programs from GNU project.
CDROM and ISOFS support to able run LiveCD with base set of programs outside the base initramfs. Done
Currently the kernel has this list of bugs/missing core features:
Currently the kernel has no base support for security. For example the kernel doesn't check the uid/gid of current process that tried to execute an file I/O system call.List of possible feature features:
Support for 64-bit inside the kernel.Done as part of x86_64 port.CDROM and ISOFS support to able run LiveCD with base set of programs outside the base initramfs.Done