rexFBD ChangeLog
Changes in the Fork Bomb Defuser upto the current version
06/01/2000
Thu
 0.6
  • Repetitive code avoided by using inline function for testing whether we are handling a fork(), vfork(), or clone() bomb
  • Code optimisation, with help (and a patch!) from Michal Suszycki <mike@wizard.ae.krakow.pl> Thanks Michael!
  • Comments added, and code cleaned up.
03/01/1999
Mon

 
Support for defusing clone() and vfork() bombs added Thanks to Frank v Waveren for the suggestion! This is because in addition to the fork() system call, clone() and vfork() can also create additional tasks.
26/12/1999
Sun
0.3
Major bug-fix.
Instead of giving the offending processes another chance (EAGAIN:Try Again), they are now nipped in the bud.
20/12/1999
Mon
0.2
If uid is 0 (r00t), the check is skipped as root is God in UNIX
19/12/1999
Sun
0.1
Initial Realease(rexFBD-0.1) on Freshmeat!
[ home ]
All comments, criticisms, suggestions and bug-reports are welcome to: rohit_singh@hotmail.com
It shall be my endeavour to remove them ASAP