Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#13 fixed Factor dispatch thread creation Nicolas Pouillon Nicolas Pouillon
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 fixed Have a generic Semaphore service in mutek/ becoulet Nicolas Pouillon
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 wontfix Mips ICU handling Nicolas Pouillon Nicolas Pouillon
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.