summaryrefslogtreecommitdiff
path: root/source3/smbd/statvfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05s3: evaluate MNT_QUOTA and MNT_RDONLY in statvfs also on darwinBjörn Jacke1-1/+1
2012-06-29s3: fix the logic in bsd_statvfsBjörn Jacke1-1/+1
2012-06-29s3: merge bsd_statvfs and darwin_statvfsBjörn Jacke1-53/+31
2012-06-28s3: fine tune and clean up statvfs testsBjörn Jacke1-2/+2
2012-03-11s3: Improve statvfs supportBrad Smith1-3/+8
2012-03-02s3: Further fix for bug 8777Brad Smith1-2/+2
2012-03-02s3: Enable statvfs usage on NetBSDVolker Lendecke1-30/+30
2012-02-25s3: Fix a typoVolker Lendecke1-1/+1
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith1-3/+40
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-1/+1
2007-12-20Fix typo in filesystem capabilities bits.James Peach1-3/+1
2007-12-20Attempt to fix the buildVolker Lendecke1-0/+2
2007-12-19Add filesystem capabilities bitmask to statfs info.James Peach1-0/+85
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+2
2007-10-10r11233: Forgot to add the statvfs file. Oops.Jeremy Allison1-0/+65