]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/history - src/rm_policy.c
Fixed bug preventing UNSPECIFIED allocations from taking place
[keystone-rtos/rm-lld.git] / src / rm_policy.c
2013-04-05 Justin SobotaFixed bug preventing UNSPECIFIED allocations from takin...
2013-04-04 Justin SobotaFixed major bug where the rm handle was being used...
2013-03-27 Justin SobotaFixed large memory leak when allocating RM instance...
2013-03-15 Justin SobotaCompleted shared server feature
2013-03-08 Justin SobotaConverted boolean variables to ints
2013-03-04 Justin SobotaAdded local gate for NULL service callback and fixed...
2013-02-27 Justin SobotaAdded allocator delete and RM instance delete APIs
2013-02-18 Justin SobotaAdded handling of resource sharing with Linux permissions
2013-02-15 Justin SobotaCreated allocator module
2013-02-12 Justin SobotaMerged Keystone II to master for initial release
2013-02-07 Justin SobotaCompleted API documentation and Doxygen
2013-02-05 Justin SobotaSmall API cleanup more doxygenination
2013-02-05 Justin SobotaAdded and tested static policy feature. Continued...
2013-01-30 Justin SobotaCleaned up transport API
2013-01-29 Justin SobotaMoved tree and libfdt into a util directory
2013-01-29 Justin SobotaFixed copyrights, unified MAX_NAME_LENGTH, removed...
2013-01-28 Justin SobotaAPI naming convention cleanup, switch to strncpy, renam...
2013-01-24 Justin SobotaFixed policy alignment retrieval bug
2013-01-24 Justin SobotaBug fixes after cleanup of policy module
2013-01-22 Justin SobotaAdded pre-main capabilities, cleaned up services and...
2013-01-21 Justin SobotaAdded policy verification on allocator operations
2013-01-18 Justin SobotaAdded init/use permissions, added instance lists for...
2013-01-15 Justin SobotaWrote policy validation routines
2013-01-12 Justin SobotaRewriting policy definition feature
2013-01-07 Justin SobotaAdding policy checking feature on RM Server
2012-12-10 Justin SobotaIntegrated red-black tree algorithm for tree allocators
2012-11-13 Justin SobotaBasic infrastructure coded. All compiler errors resolved