cvs commit: src/sys/kern kern_umtx.c

Mike Makonnen mtm at FreeBSD.org
Sat Jul 19 04:32:49 PDT 2003


mtm         2003/07/19 04:32:48 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_umtx.c 
  Log:
  Turn a KASSERT back into an EINVAL return value. So, next time someone
  comes across it, it will turn into a core dump in userland instead of
  a kernel panic. I had also inverted the sense of the test, so
  
  Double pointy hat to:   mtm
  
  Revision  Changes    Path
  1.11      +4 -2      src/sys/kern/kern_umtx.c


More information about the cvs-src mailing list