On Aug 01, 2004 at 22:21, Jan Janak jan@iptel.org wrote:
Isn't it FreeBSD inside ? :-)
Looks like it, but the kernel is different. It also has a different executable format (not elf) and makes distinction between a normal shared library and a module/plug-in. Linker flags are also completely different (it took me a while to figure them out). Apart from this and some minor library problems (resolver IIRC), it didn't support mmaping of /dev/zero, but luckily MAP_ANON works ok.
Andrei