Date: Mon, 25 Jul 2011 10:53:24 +0300 From: Gleb Kurtsou <gleb.kurtsou@gmail.com> To: soc-status@freebsd.org Subject: ino64 status report 9 Message-ID: <20110725075324.GA8618@tops>
next in thread | raw e-mail | index | archive | help
ino64 project aims at extending ino_t to 64 bits and nlink_t to 32 bits integers providing compatibility shims for both kernel and libc. MNAMELEN was increased to 1024. I've added compatibility shims for statfs* syscalls. struct statfs is now too big to be placed on stack, it's malloc'ed now. I didn't changed MFSNAMELEN to 32 bits as it was initially planned because it would require changes to several sysctls, but adding support for sysctls backward compatibility is more complicated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110725075324.GA8618>