CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2012/05/23 05:08:57
Modified files: sys/compat/linux: linux_misc.c linux_types.h syscalls.master Log message: Add support for statfs64. While at it get rid of some magic numbers and add support for more filesystem types (like NTFS, AFS etc.). Suggestions and feedback from ajacoutot@, jsing@ and matthew@. Okay matthew@.