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

Maxim Sobolev sobomax at FreeBSD.org
Thu Mar 31 14:18:08 PST 2005


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


More information about the cvs-src mailing list