Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2005 00:18:07 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c linux_sysproto.h src/sys/i386/linux syscalls.master src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master
Message-ID:  <200503070018.j270I7eC028147@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-03-07 00:18:07 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c 
    sys/i386/linux       syscalls.master 
    sys/alpha/linux      syscalls.master 
    sys/amd64/linux32    syscalls.master 
  Added files:
    sys/compat/linux     linux_sysproto.h 
  Log:
  Handle unimplemented syscall by instantly returning ENOSYS instead of sending
  signal first and only then returning ENOSYS to match what real linux does.
  
  PR:             kern/74302
  Submitted by:   Travis Poppe <tlp@LiquidX.org>
  
  Revision  Changes    Path
  1.60      +4 -0      src/sys/alpha/linux/syscalls.master
  1.2       +4 -0      src/sys/amd64/linux32/syscalls.master
  1.166     +9 -0      src/sys/compat/linux/linux_misc.c
  1.1       +36 -0     src/sys/compat/linux/linux_sysproto.h (new)
  1.59      +4 -0      src/sys/i386/linux/syscalls.master



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