Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 19:21:07 +0000 (UTC)
From:      Jamie Gritton <jamie@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libjail jail.c
Message-ID:  <201007151921.o6FJLF7m092333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jamie       2010-07-15 19:21:07 UTC

  FreeBSD src repository

  Modified files:
    lib/libjail          jail.c 
  Log:
  SVN rev 210133 on 2010-07-15 19:21:07Z by jamie
  
  Don't import parameter values in jail_getv, except for the search key.
  Remove the internal jailparam_vlist, in favor of using variants of its
   logic separately in jail_setv and jail_getv.
  Free the temporary parameter list and exported values in jail_setv
   and jail_getv.
  
  Noted by:       Stanislav Uzunchev
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +87 -71    src/lib/libjail/jail.c



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