cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c

Bosko Milekic bmilekic at FreeBSD.org
Wed Jul 14 22:02:25 PDT 2004


  Why on earth would you move that first printf in boot() to inside
  the loop and introduce a variable to not reprint it after the first
  iteration?

  Also, why do you copy the proc name to the stack lower in
  kern_shutdown.c?  Do you fear that the proc might change from
  under you when you're at the bottom and you can't therefore
  only keep a reference to the proc instead?

-Bosko 

alfred      2004-07-15 04:29:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_shutdown.c vfs_subr.c
  Log:
  Tidy up system shutdown.

  Revision  Changes    Path
  1.156     +13 -5     src/sys/kern/kern_shutdown.c
  1.511     +11 -1     src/sys/kern/vfs_subr.c



More information about the cvs-src mailing list