ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/usr.sbin/jail
Revision 10736 - Directory Listing - [select for diffs]
Modified Sat Jun 9 22:07:11 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 9019
sync with freebsd

Revision 9019 - Directory Listing - [select for diffs]
Modified Fri Sep 30 01:55:48 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8794
reverse order of some implicit commands when stopping jails.  this matters for nested file system mounts.

Revision 8794 - Directory Listing - [select for diffs]
Modified Mon Sep 26 03:22:15 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 7946
handle when a process disappears before it can be tracked.

Revision 7946 - Directory Listing - [select for diffs]
Modified Wed Sep 14 22:12:45 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 7936
restore u flag in jail

Revision 7936 - Directory Listing - [select for diffs]
Modified Wed Sep 14 21:17:23 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 7117
 Remember that I'm using length-defined strings in parameters:

  Remove a bogus null terminator when stripping the netmask from
  IP addresses.  This was causing later addresses in a comma-separated
  string to disappear.

  Use memcpy instead of strcpy.  This could just cause Bad Things.

 Pre-separate IP addresses passed on the command line, so they can be
 properly parsed for interface prefixes and netmask suffixes.  This was
 already done for the old-style (fixed) command line, but missed for
 the new-style.

Partially roll back r239601 - keep parameter strings both length-delimited
 and null-terminated at the same time, because they're later passed to
 libjail as null-terminated.  That means I also need to add a nul byte when
 comma-combining array parameters.

Obtained from FreeBSD

Revision 7117 - Directory Listing - [select for diffs]
Modified Tue Jul 21 15:38:55 2015 UTC (8 years, 10 months ago) by laffer1
Diff to previous 6516
add jail support

Revision 6516 - Directory Listing - [select for diffs]
Modified Fri Dec 20 23:33:19 2013 UTC (10 years, 5 months ago) by laffer1
Diff to previous 6425
drop cvs2svn prop

Revision 6425 - Directory Listing - [select for diffs]
Modified Sat Nov 30 22:34:04 2013 UTC (10 years, 5 months ago) by laffer1
Diff to previous 5566
reset props for svn keywords

Revision 5566 - Directory Listing - [select for diffs]
Modified Wed Jan 2 13:54:03 2013 UTC (11 years, 4 months ago) by laffer1
Diff to previous 2157
jail

Revision 2157 - Directory Listing - [select for diffs]
Modified Tue Nov 25 01:31:17 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 6
merge

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links