Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#22 fixed libc: path resolver fails on open file bird bird
Description

pwd_mkdb (baselayout) has trouble doing stat() on the temporary database file after opening it. It's a JFS volume. The final DosFindFirst? operation in the unix path resolver fails with rc=32. Ignoring that failure, the stat() operation seems to be working fine even if it has to do DosFindFirst? itself to read those unix attributes... weird.

#23 fixed libc: symlink is broken bird bird
Description

When porting BSD ln for using kBuild I find that symlink isn't working. I get error 254 from DosOpen?.

#24 fixed libc: fts crashes because it's still using chdir() bird bird
Description

The various fts APIs when enumerating directories because HAVE_FCHDIR isn't defined and it will end up using chdir() on directory file handles.

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