Custom Query (1544 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (223 - 225 of 1544)

Ticket Resolution Summary Owner Reporter
#199 fixed [PATCH] Man page syntax fixes somebody scop
Description

Attached is a patch containing some trivial man page syntax fixes.

#710 fixed Trac update-smart-drivedb inverse logic typo Tomáš Chvátal
Description

In the code there atm is:

test -z "$dryrun"
exit 0

Which should be one of those:

test -n "$dryrun"
exit 0

test -z "$dryrun" && exit 0

#277 fixed Add OWC Mercury EXTREME Pro 6G SSD to drivedb.h somebody sbytnar
Description

Hi. The drivedb.h contains strings to detect other OWC SSDs, but not the OWC Mercury EXTREME Pro 6G SSD. Attached is a patch to add support for the Extreme Pro 6G models.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.