Date: Wed, 27 May 2009 14:30:26 +0000 (UTC) From: Jamie Gritton <jamie@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys jail.h src/usr.bin/killall killall.1 killall.c src/usr.sbin/jail jail.8 jail.c src/usr.sbin/jexec Makefile jexec.8 jexec.c src/usr.sbin/jls Makefile jls.8 jls.c Message-ID: <200905271432.n4REWDvq031120@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jamie 2009-05-27 14:30:26 UTC FreeBSD src repository Modified files: sys/sys jail.h usr.bin/killall killall.1 killall.c usr.sbin/jail jail.8 jail.c usr.sbin/jexec Makefile jexec.8 jexec.c usr.sbin/jls Makefile jls.8 jls.c Log: SVN rev 192896 on 2009-05-27 14:30:26Z by jamie Add support for the arbitrary named jail parameters used by jail_set(2) and jail_get(2). Jail(8) can now create jails using a "name=value" format instead of just specifying a limited set of fixed parameters; it can also modify parameters of existing jails. Jls(8) can display all parameters of jails, or a specified set of parameters. The available parameters are gathered from the kernel, and not hard-coded into these programs. Small patches on killall(1) and jexec(8) to support jail names with jail_get(2). Approved by: bz (mentor) Revision Changes Path 1.43 +4 -12 src/sys/sys/jail.h 1.37 +5 -5 src/usr.bin/killall/killall.1 1.34 +17 -6 src/usr.bin/killall/killall.c 1.91 +354 -183 src/usr.sbin/jail/jail.8 1.28 +463 -237 src/usr.sbin/jail/jail.c 1.4 +0 -2 src/usr.sbin/jexec/Makefile 1.9 +5 -23 src/usr.sbin/jexec/jexec.8 1.11 +21 -168 src/usr.sbin/jexec/jexec.c 1.3 +0 -2 src/usr.sbin/jls/Makefile 1.3 +58 -26 src/usr.sbin/jls/jls.8 1.9 +692 -186 src/usr.sbin/jls/jls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905271432.n4REWDvq031120>