Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#286 invalid /@unixroot path rewrite inconsistencies dmik
Description

There are a several inconsistencies in the functionality of the built-in path rewrite rule that is used to support Unix-like file system structure (to simplify porting of Unix software to OS/2) by replacing /@unixroot with the value of the UNIXROOTenvironment variable.

This is a meta-ticket to put all separate tickets related about inconsistency together.

#288 fixed rename() fails if dest file is r/o dmik
Description

I found out that rename ("file1", "file2") will fail if "file2" has a r/o bit set. This is because DosDelete fails on such files with RC = 5. This failure violates the POSIX requirements which in turn breaks e.g. the mv command which uses rename() internally.

See here https://github.com/bitwiseworks/mozilla-os2/issues/29#issuecomment-38677608 for more details.

#289 invalid Building with -fpack-struct=1 breaks struct stat Yuri Dario
Description

While struct stat has a size of 108 bytes when built without special flags, with

gcc -fpack-struct=1 stat.c

size of struct stat changes to 106 bytes. Adding

#pragma pack(4) ... #pragma pack()

around structure declarations in sys/stat.h fixes the issue.

I wonder if other structures has the same problem.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.