DragonFly BSD

SimonsTODOs

Stuff

HAMMER

Memory Management (Kernel)

Overal goal: reduce malloc() use and replace with object cache allocations. This should increase performance.

Bootup

Investigate why the system does not boot within one second. I have a fast box, this should be possible. Somewhere are delays adding up. Maybe use kernel threads for probing/initialisation.

Profiling

Port pmc (and maybe something like oprofile), so that we can find problematic areas.