summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c
Commit message (Expand)AuthorAgeFilesLines
...
* TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-271-4/+4
* TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-111-39/+19
* TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa2010-01-111-12/+8
* TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-26/+37
* TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa2009-06-191-5/+5
* TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa2009-06-191-32/+0
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-091-7/+185
* TOMOYO: Remove unused parameter.Tetsuo Handa2009-06-041-1/+1
* TOMOYO: Simplify policy reader.Tetsuo Handa2009-06-031-17/+14
* TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-031-14/+0
* TOMOYO: Remove unused mutex.Tetsuo Handa2009-06-021-1/+0
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-141-1/+1
* tomoyo: remove "undelete domain" command.Tetsuo Handa2009-04-071-87/+3
* TOMOYO: Fix exception policy read failure.Tetsuo Handa2009-02-141-1/+1
* Domain transition handler.Kentaro Takeda2009-02-121-0/+878