r3253: - added rudimentary support for ntioctl in pvfs
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Oct 2004 08:35:29 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:46 +0000 (13:04 -0500)
commit367f0c2af409e4292f727e8a865762a008fd7e67
treee9caf70fee4dcc06157780049b607087924ec636
parenta024cef2d078e6bf0ebd2a9272faf2bd39e66ee7
r3253: - added rudimentary support for ntioctl in pvfs

- catch the SIGXFSZ signal, which for some completely insane reason is
  generated in current Linux systems when you write before the maximum
  offset in a file (maximum is 2^41 on my box). Why wasn't errno good
  enough for this?

- give the right ntstatus code for large offset write failures
source/ntvfs/posix/config.mk
source/ntvfs/posix/pvfs_ioctl.c [new file with mode: 0644]
source/ntvfs/posix/pvfs_write.c
source/ntvfs/posix/vfs_posix.c