The current situation is that FreeBSD uses a port of LinuxThreads to provide support for kernel threads. (The older native pthread library is userland-only.) FreeBSD also supports LinuxThreads for Linux emulation - it'll run StarOffice 5. (Instead of clone(), FreeBSD has the rfork() system call.)
The plan for the future is to have a combination userland/kernel threading library to reduce the cost of context switches between threads.
There's also the Vinum disk mirroring and RAID software.
The perl in the base system is now 5.005_02.
There's a new kernel module system and a new boot loader. The boot loader can load modules as well as just the kernel before everything starts up.
There's an Alpha AXP port.
The current situation is that FreeBSD uses a port of LinuxThreads to provide support for kernel threads. (The older native pthread library is userland-only.) FreeBSD also supports LinuxThreads for Linux emulation - it'll run StarOffice 5. (Instead of clone(), FreeBSD has the rfork() system call.)
The plan for the future is to have a combination userland/kernel threading library to reduce the cost of context switches between threads.