Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 08:32:52 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall-hide.h syscall.mk sysproto.h
Message-ID:  <200001161632.IAA84116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/16 08:32:51 PST

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall-hide.h syscall.mk 
                         sysproto.h 
  Log:
  Implement setres[ug]id() and getres[ug]id().  This has been sitting in
  my tree for ages (~2 years) waiting for an excuse to commit it.  Now Linux
  has implemented it and it seems that Staroffice (when using the
  linux_base6.1 port's libc) calls this in the linux emulator and dies in
  setup.  The Linux emulator can call these now.
  
  Revision  Changes    Path
  1.78      +5 -3      src/sys/kern/init_sysent.c
  1.70      +5 -3      src/sys/kern/syscalls.c
  1.68      +6 -2      src/sys/sys/syscall.h
  1.64      +5 -1      src/sys/sys/syscall-hide.h
  1.22      +6 -2      src/sys/sys/syscall.mk
  1.58      +25 -1     src/sys/sys/sysproto.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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