Re: cygwin-doc html/ missing docbook.css and index dups cygwin-{api,ug-net}

2017-04-22 Thread Brian Inglis
On 2017-04-22 02:59, Corinna Vinschen wrote: > Hi Brian, > On Apr 20 21:00, Brian Inglis wrote: >> On 2017-04-19 15:47, Jon Turney wrote: >>> On 19/04/2017 16:42, Brian Inglis wrote: On 2017-04-19 04:58, Corinna Vinschen wrote: > On Apr 16 12:22, Brian Inglis wrote: >> Could you please

Re: cygwin-doc html/ missing docbook.css and index dups cygwin-{api,ug-net}

2017-04-22 Thread Corinna Vinschen
On Apr 22 03:30, Brian Inglis wrote: > On 2017-04-22 02:59, Corinna Vinschen wrote: > > But this is going to become part of the Cygwin repo (the cygwin-docs > > package is created from there), so I need a BSD copyright waiver > > from you. See https://cygwin.com/contrib.html and the CONTRIBUTORS >

[PATCH] Fix stat.st_blocks for files compressed with CompactOS method

2017-04-22 Thread Christian Franke
Cygwin 2.8.0 returns stat.st_blocks = 0 if a file is compressed with CompactOS method (at least on Win10 1607): Testcase: $ ls -ls file 280 -rw-r--r-- 1 ... ... 285363 Apr 22 13:52 file $ compact /c file ... $ ls -ls file 56 -rw-r--r-- 1 ... ... 285363 Apr 22 13:52 file $ compact /u file ...

Re: [PATCH] Fix stat.st_blocks for files compressed with CompactOS method

2017-04-22 Thread Corinna Vinschen
Hi Christian, On Apr 22 14:50, Christian Franke wrote: > Cygwin 2.8.0 returns stat.st_blocks = 0 if a file is compressed with > CompactOS method (at least on Win10 1607): > [...] > This is because StandardInformation.AllocationSize is always 0 for theses > files. CompressedFileSize returns the cor

Re: [PATCH] Fix stat.st_blocks for files compressed with CompactOS method

2017-04-22 Thread Christian Franke
Corinna Vinschen wrote: Hi Christian, On Apr 22 14:50, Christian Franke wrote: Cygwin 2.8.0 returns stat.st_blocks = 0 if a file is compressed with CompactOS method (at least on Win10 1607): [...] This is because StandardInformation.AllocationSize is always 0 for theses files. CompressedFileSiz

Re: [PATCH] Fix stat.st_blocks for files compressed with CompactOS method

2017-04-22 Thread Corinna Vinschen
On Apr 22 16:34, Christian Franke wrote: > Corinna Vinschen wrote: > > Hi Christian, > > > > On Apr 22 14:50, Christian Franke wrote: > > > Cygwin 2.8.0 returns stat.st_blocks = 0 if a file is compressed with > > > CompactOS method (at least on Win10 1607): > > > [...] > > > This is because Standa