Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 204)

Ticket Owner Reporter Resolution Summary
#175 dmik fixed pthread: remove DosEnterCritSec usage
Description

It seems that at least pthread_detach and pthread_kill use DosEnterCritSec. This is absolutely not necessary there, and more over, it's very dangerous as it's a frequent cause of hard system deadlocks.

#179 Lewis Rosenthal fixed zip: Failure to archive wildcarded system and/or hidden files, even with -S option when not using sh
Description

Under certain conditions (non-*nix shells), attempting to zip (with the -S parameter) a collection of files with either system, hidden, or both attributes set fails to find these files to archive. They are skipped.

OS2BOOT HS

zip -S ziptest.zip OS2*

Nothing is archived.

zip -S ziptest.zip OS2BOOT

OS2BOOT is archived.

However, if a path is specified, these files are found:

zip -S ziptest.zip .\OS2*

works, unless there is an OS2 directory which is seen, as is the case with a boot volume. In those cases, the directory is archived (not its contents, obviously), but all of the kernel files are skipped, even when a path is specified (\OS2* or .\OS2*).

#182 KO Myung-Hun fixed pthread: implement key destructor
Description

Hi/2.

Currently, pthread does not call key destructor at thread exit. This causes some tests to fail. For example, googletest.

Here is the patch.

Review, please...

Note: See TracQuery for help on using queries.