This patch implements /proc/filesystems:
$ cat /proc/filesystems
vfat
ntfs
nodev smbfs
nodev nfs
nodev netapp
iso9660
udf
nodev csc-cache
nodev sunwnfs
nodev unixfs
nodev mvfs
nodev cifs
nodev nwfs
(Actual indentation is tabs, not spaces, as on Li
On Sun, 2010-08-08 at 10:35 +0200, Václav Haisman wrote:
> Is it not undefined in Cygwin because Windows cannot support the behaviour?
> AFAIK once you do LoadLibrary(A.dll) then any subsequent reference to A.dll
> and its exports will be satisfied from the already loaded A.dll. IOW, Windows
> cann
On Sun, Aug 08, 2010 at 12:06:18AM -0500, Yaakov (Cygwin/X) wrote:
>On Tue, 2010-08-03 at 10:04 -0400, Christopher Faylor wrote:
>> On Tue, Aug 03, 2010 at 09:32:47AM +0200, V??clav Haisman wrote:
>> >This looks like you could get monotonic clock going backwards.
>>
>> That's a good point. We hav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Yaakov (Cygwin/X) wrote, On 8.8.2010 7:49:
> POSIX requires RTLD_LOCAL to be defined in [1]. While our
> dlopen() does nothing with its second argument, portable software can
> rightfully expect the definition to exist alongside the other RTLD_*
> m