Moved pathname from the stack to the heap, to avoid any of several stack
[procprotect.git] / procprotect.c
2014-07-25 Sapan BhatiaMoved pathname from the stack to the heap, to avoid... kernel-3.9-branch
2014-07-24 Thomas DreibholzInvestigated compiler warnings and added fixes:
2013-11-08 Sapan BhatiaGuarded against some hypothetically possible errors
2013-08-23 Sapan BhatiaExtra checks
2013-08-19 Sapan BhatiaPackaging up recent changes to work around kernel bug
2013-08-19 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2013-08-19 Sapan BhatiaAttempt at working around a kernel bug
2013-08-19 Sapan BhatiaRemove possibility of being traced in a trace handler
2013-08-19 Sapan BhatiaReduce size of ACL has
2013-08-16 Sapan BhatiaPatch from Thomas Dreibholtz for compatibility with...
2013-05-21 Sapan BhatiaAdd essential check in case userspace fails to add it
2013-05-21 Sapan BhatiaThe internals of the module only support interfaces...
2013-05-21 Sapan BhatiaRewired registers via which arguments are collected...
2013-05-18 Thierry Parmentelatan attempt at dealing with hlist_for_each_entry_rcu...
2013-04-22 Sapan BhatiaCleaned up code, consolidated checks, and marked the...
2013-04-19 Sapan BhatiaTests for tonights nightly builds
2013-04-09 Sapan BhatiaPossible race condition and consequent crash
2013-04-09 Thierry Parmentelatswap printk and declaration for compile error starting...
2013-03-05 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2013-03-05 Sapan BhatiaAdd missing include
2013-03-05 Sapan BhatiaMake backwards compatible with 3.6
2013-03-05 Sapan BhatiaPort to kernel 3.8
2013-03-04 Thierry Parmentelatswap printk and declaration for compile error starting...
2012-12-12 Sapan BhatiaFixed all bugs in procprotect induced by updated to...
2012-12-12 Sapan BhatiaHoist hook for do_last
2012-12-12 Sapan BhatiaEnable probe for lookup_slow
2012-12-12 Sapan Bhatiafast_and_slow
2012-12-10 Sapan BhatiaPort to latest version of 3.6 series
2012-09-17 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2012-09-17 Sapan BhatiaFixed bad security loophole in write path
2012-04-24 Sapan BhatiaProcprotect kernel module for protecting /proc in LXC...