Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2005 22:17:43 +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/alpha/linux syscalls.mastersrc/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_misc.c linux_sysproto.h src/sys/i386/linux syscalls.master
Message-ID:  <200503312217.j2VMHhBw070469@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-03-31 22:17:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/alpha/linux      syscalls.master 
    sys/amd64/linux32    syscalls.master 
    sys/compat/linux     linux_misc.c 
    sys/i386/linux       syscalls.master 
  Added files:           (Branch: RELENG_5)
    sys/compat/linux     linux_sysproto.h 
  Log:
  MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of sending
  signal first and only then returning ENOSYS to match what real linux does.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.58.2.2   +4 -0      src/sys/alpha/linux/syscalls.master
  1.1.2.1    +4 -0      src/sys/amd64/linux32/syscalls.master
  1.160.2.5  +9 -0      src/sys/compat/linux/linux_misc.c
  1.1.2.1    +36 -0     src/sys/compat/linux/linux_sysproto.h (new)
  1.56.2.2   +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?200503312217.j2VMHhBw070469>