Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#10 Nicolas Pouillon Nicolas Pouillon fixed Make the build system notice configuration file changes
Description

When makeing two kernels with different configuration files in a row, the build system does strange mix for the second one. This is because the dependency tracking is done only on the time of files, and not path.

We (I) should add a dependency tracking on the contents, or the name of the file...

#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.

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