| > - ancient userland pthread implementation There is support for kernel threads in the form of a flag on rfork(2). The golang port uses this. The pthreads library is still the shitty userland one though. OpenBSD is great because the man pages aren't absolute shit like Linux and networking is so much better. Linux wifi drivers are absolute crap in comparison. Configure WPA on OpenBSD:
ifconfig <interface> nwid <ssid> wpa wpakey <wpakey> up;
dhclient <interface> The equivalent on linux is left as an exercise... It's still a pretty usable desktop though. The new ACPI support is amazing and a completely new implementation, rather than being built on the reference implementation everyone else used. > no 802.11n support That's going to require some work on the 80211 layer. |