OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Sun Mar 16 2008 - 14:42:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2008/03/16 13:42:57

Modified files:
        sys/conf : GENERIC files
        sys/kern : syscalls.master vfs_bio.c vfs_subr.c
        sys/nfs : nfs_serv.c nfs_vfsops.c
        sys/sys : _types.h mount.h types.h vnode.h
        sys/ufs/ffs : ffs_vfsops.c
Added files:
        sys/compat/common: vfs_syscalls_o43.c
        sys/sys : statvfs.h

Log message:
Widen some struct statfs fields to support large filesystem stata
and add some to be able to support statvfs(2). Do the compat dance
to provide backward compatibility. ok thib miod