Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | kern: use a general lock for the IPC structures | Justus Winter | |
* ipc/ipc_thread.h (ith_{lock_init,lock,unlock}): Use a general lock. * kern/task.h (struct task): Use a general lock for `itk_lock_data'. (itk_{lock_init,lock,unlock}): Use a general lock. * kern/thread.h (struct thread): Use a general lock for `ith_lock_data'. | |||
2013-11-11 | ipc: remove register qualifiers | Marin Ramesa | |
* ipc/ipc_thread.h: Remove register qualifiers. | |||
2012-08-24 | Store threads waiting on a message queue in LIFO order | Richard Braun | |
* ipc/ipc_thread.h (ipc_thread_enqueue_macro): Insert thread at the head of the list instead of the tail. | |||
1997-02-25 | Initial source | Thomas Bushnell | |