Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 06:31:50 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h uio.h src/sys/kern kern_subr.c vfs_syscalls.c
Message-ID:  <200102161431.f1GEVoa21701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/02/16 06:31:50 PST

  Modified files:
    sys/sys              mount.h uio.h 
    sys/kern             kern_subr.c vfs_syscalls.c 
  Log:
  Introduce copyinfrom and copyinstrfrom, which can copy data from either
  user or kernel space.  This will allow layering of os-compat (e.g.: linux)
  system calls.  Apply the changes to mount.
  
  Revision  Changes    Path
  1.100     +3 -1      src/sys/sys/mount.h
  1.12      +4 -1      src/sys/sys/uio.h
  1.42      +37 -1     src/sys/kern/kern_subr.c
  1.177     +14 -5     src/sys/kern/vfs_syscalls.c



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?200102161431.f1GEVoa21701>