Slashdot Mirror


User: Tony+Finch

Tony+Finch's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Differences between releases on FreeBSD Updated · · Score: 1

    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.

  2. Threads... on FreeBSD Updated · · Score: 1

    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.