Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2010 10:12:58 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 machdep.c trap.c src/sys/amd64/ia32 ia32_signal.c src/sys/i386/i386 machdep.c trap.c
Message-ID:  <201004131013.o3DADJRr012629@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-04-13 10:12:58 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c trap.c 
    sys/amd64/ia32       ia32_signal.c 
    sys/i386/i386        machdep.c trap.c 
  Log:
  SVN rev 206553 on 2010-04-13 10:12:58Z by kib
  
  Change printf() calls to uprintf() for sigreturn() and trap() complaints
  about inacessible or wrong mcontext, and for dreaded "kernel trap with
  interrupts disabled" situation. The later is changed when trap is
  generated from user mode (shall never be ?).
  
  Normalize the messages to include both pid and thread name.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.716     +10 -7     src/sys/amd64/amd64/machdep.c
  1.341     +1 -1      src/sys/amd64/amd64/trap.c
  1.26      +8 -4      src/sys/amd64/ia32/ia32_signal.c
  1.697     +8 -4      src/sys/i386/i386/machdep.c
  1.328     +2 -2      src/sys/i386/i386/trap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004131013.o3DADJRr012629>