* crypt(3) can legitimately return NULL on error, but many consumers do not check for this, instead passing the return directly to str[n]cmp. Fix these cases.
* Fix these cases in pkgsrc as well.
+### Live images enhancement
+
+The live images could be made easier to use by not assuming a QWERTY keyboard layout.
+
+Not beeing able to choose a localized keyboard layout before having to type 'installer' or 'root' may be a deal breaker for some users.
+A simple menu replacing login(1) and displaying the following three choices could be a good solution:
+
+1. Set keyboard layout
+2. Launch the installer
+3. Login as root
+
## Kernel projects
### One-liners
1. machdep.cpu.core_count: 1
1. machdep.cpu.thread_count: 1
-## Live images enhancement
-
-The live images could be made easier to use by not assuming a QWERTY keyboard layout.
-
-Not beeing able to choose a localized keyboard layout before having to type 'installer' or 'root' may be a deal breaker for some users.
-A simple menu replacing login(1) and displaying the following three choices could be a good solution:
-
-1. Set keyboard layout
-2. Launch the installer
-3. Login as root
For more theoretical projects and project concepts see [[ResearchProjects|/docs/developer/ResearchProjectsPage]]