Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#13 Nicolas Pouillon Nicolas Pouillon fixed Factor dispatch thread creation
Description

Network devices use a dispatch thread. For now, device drivers directly create a pthread. This is bad because:

  • drivers depend on pthread
  • each driver has to recode the dispatch thread
#14 becoulet Nicolas Pouillon fixed Have a generic Semaphore service in mutek/
Description

Numerous drivers (chardev common functions, libnetwork's dispatch, …) use a semaphore-like service, reimplemented from scratch each time. This should be factored in mutek/ common services.

#15 Nicolas Pouillon Nicolas Pouillon wontfix Mips ICU handling
Description

Mips ICU code is wrong, it uses mfc/mtc to change current cpu's registers, but we have no guarantee the code actually runs on the target CPU.

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