Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 20:31:29 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netncp ncp.h ncp_mod.c ncpio.h src/lib/libncp ncp_mod.h ncpl_net.c ncpl_subr.c
Message-ID:  <200302280431.h1S4VTxP098824@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/02/27 20:31:29 PST

  Modified files:
    sys/netncp           ncp.h ncp_mod.c 
    lib/libncp           ncpl_net.c ncpl_subr.c 
  Added files:
    sys/netncp           ncpio.h 
  Removed files:
    lib/libncp           ncp_mod.h 
  Log:
  Use a character device and ioctl() for communication between libncp
  and the kernel instead of adding more syscalls at runtime. As a bonus,
  you can now restrict access to the kernel NCP interface with chmod.
  
  Revision  Changes    Path
  1.3       +0 -16     src/lib/libncp/ncp_mod.h (dead)
  1.3       +0 -1      src/lib/libncp/ncpl_net.c
  1.7       +40 -18    src/lib/libncp/ncpl_subr.c
  1.6       +1 -1      src/sys/netncp/ncp.h
  1.7       +92 -137   src/sys/netncp/ncp_mod.c
  1.1       +62 -0     src/sys/netncp/ncpio.h (new)

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




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