=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- www/69.html 2021/04/19 06:31:22 1.55 +++ www/69.html 2021/04/19 06:38:13 1.56 @@ -299,6 +299,11 @@
  • Made vmctl(8) properly indicate VMs are stopping instead of "running" with "vmctl status". +
  • Simplify argument parsing of + vmctl(8) stop + thereby avoiding a + printf(3) "%s" NULL, + a use of uninitialized and a dead else branch.
  • Cleaned up events on vmd(8) pause or resume and fixed an issue leading to broken serial console by cleanly tearing @@ -1086,11 +1091,6 @@ analysis of TCP connections.
  • Avoid leaking the help text in systat(8). -
  • Simplify argument parsing of - vmctl(8) stop - thereby avoiding a - printf(3) "%s" NULL, - a use of uninitialized and a dead else branch.
  • Increased the maximum length for CHAP challenges to 96 octets to ensure npppd(8) can handle longer challenges, such as those sent by Juniper.