Add 3.2.22 patch.
[util-vserver.git] / src /
2009-10-13 Daniel Hokka ZakrissonSupport file bind mounts.
2009-10-08 Daniel Hokka ZakrissonAdd COW to showattr.
2009-10-08 Daniel Hokka ZakrissonAdd cow to setattr.
2009-07-20 Daniel Hokka Zakrissonvcontext uses MNT_DETACH too.
2009-06-23 Daniel Hokka ZakrissonAdd mount flags that are "recent".
2009-04-10 Daniel Hokka ZakrissonHandle shared/private/unbindable/slave mounts internally.
2009-04-03 Daniel Hokka ZakrissonThe remount still needs to have MS_BIND set.
2008-10-31 Daniel Hokka ZakrissonUse pivot_root on kernels supporting two namespaces...
2008-10-31 Daniel Hokka ZakrissonAdd VCMD_{enter,set}_space_v2 support, in preparation...
2008-10-31 Daniel Hokka ZakrissonRemove vnamespace in favor of vspace and a small wrappe...
2008-10-31 Daniel Hokka ZakrissonCLONE_NEWNS and CLONE_FS aren't default spaces.
2008-09-29 Daniel Hokka ZakrissonAdd --default to get the kernel's suggested values.
2008-09-28 Daniel Hokka ZakrissonUse version 3 to avoid warning message in newer kernels.
2008-09-16 Daniel Hokka ZakrissonExcluded files are fine, don't flag them as failures...
2008-08-31 Daniel Hokka Zakrissonchxid applies to the filesystem, so it should use tags.
2008-08-29 Daniel Hokka Zakrissonaccess dereferences symbolic links. Use lstat instead.
2008-08-25 Daniel Hokka ZakrissonPreparations for actually reading mtab.
2008-08-25 Daniel Hokka ZakrissonHandle read-only bind-mounts the new way.
2008-08-25 Daniel Hokka ZakrissonIf /proc/sys is inaccessible, assume there are no settings.
2008-08-24 Daniel Hokka ZakrissonRevert the atexit, as it appears to cause more problems...
2008-08-21 Daniel Hokka ZakrissonSince using a destructor doesn't seem to work all that...
2008-07-15 Daniel Hokka ZakrissonThis is not an option used by the utils, but the semant...
2008-07-14 Daniel Hokka ZakrissonMove exitLikeProcess to libvserver.
2008-07-14 Daniel Hokka ZakrissonSilence warnings.
2008-07-13 Daniel Hokka Zakrissonexec-remount remounts proc and sys, to get the right...
2008-07-11 Daniel Hokka Zakrissonprctl does not work as well as this. Revert changeset...
2008-07-11 Daniel Hokka ZakrissonAdd support for IATTR_WRITE.
2008-07-10 Daniel Hokka ZakrissonUse prctl(PR_SET_NAME) instead.
2008-07-06 Daniel Hokka ZakrissonUnify_copy doesn't touch sockets, so there's nothing...
2008-06-30 Daniel Hokka ZakrissonUse 64-bit counters for the memory usage, to avoid...
2008-06-17 Daniel Hokka ZakrissonAdd operations needed by Fedora 9 tweaks.
2008-06-16 Daniel Hokka ZakrissonOn failure, mmap returns MAP_FAILED, not 0.
2008-05-03 Daniel Hokka ZakrissonAvoid that annoying "uses 32-bit capabilities (legacy...
2008-04-29 Daniel Hokka ZakrissonCLONE_FS is just for the Linux-VServer syscalls.
2008-04-02 Daniel Hokka ZakrissonAdd all the ioctls to work on older kernels too.
2008-04-02 Daniel Hokka ZakrissonDon't call free on stack pointers.
2008-03-15 Daniel Hokka ZakrissonAdd some examples.
2008-03-01 Daniel Hokka ZakrissonInclude attribute-util.h in the tarball.
2008-03-01 Daniel Hokka Zakrissonlockf(F_LOCK) requests a write lock, which requires...
2008-03-01 Daniel Hokka ZakrissonRemove unused variable.
2008-03-01 Daniel Hokka ZakrissonFactor out bitfield-to-string code to src/attribute...
2008-03-01 Daniel Hokka ZakrissonRevert commit 2690, clone is needed for pid namespaces...
2008-03-01 Daniel Hokka ZakrissonAdd basic support for creating tun/tap interfaces in...
2008-02-29 Enrico Scholzuse unshare(CLONE_NEWNS) instead of a complicated ...
2008-02-28 Daniel Hokka ZakrissonSet persist last, this way, no interface is left behind...
2008-02-28 Daniel Hokka ZakrissonAdd tunctl.
2008-02-28 Daniel Hokka ZakrissonAvoid pointer/integer conversion warning on LP64.
2008-02-21 Enrico Scholzadded support for using libnss instead of beecrypt...
2008-02-21 Enrico Scholzfixed
2008-02-16 Daniel Hokka ZakrissonUse lockf instead of flock, the former works on NFS.
2008-02-14 Daniel Hokka ZakrissonDisable VXF_SC_HELPER for rpm-fake created contexts.
2008-02-09 Daniel Hokka ZakrissonWe only want to wait on the context if we created it.
2008-01-22 Daniel Hokka ZakrissonFix vspace stuff.
2008-01-21 Daniel Hokka ZakrissonDon't require a netmask/prefix.
2008-01-20 Daniel Hokka ZakrissonHopefully this will make it bullet-proof.
2008-01-20 Daniel Hokka ZakrissonAdd preliminary support for pid and network namespaces.
2008-01-12 Daniel Hokka ZakrissonAdd support for PID and net namespaces.
2008-01-12 Daniel Hokka ZakrissonPid namespaces require clone.
2008-01-08 Daniel Hokka ZakrissonAttempt to close race between dying rpm-fake-resolver...
2008-01-04 Daniel Hokka ZakrissonAdd --get.
2008-01-03 Daniel Hokka ZakrissonMove WRITE_INT to util-io.h, so other programs can...
2007-12-20 Daniel Hokka ZakrissonDon't bail on EINVAL, since the clone build method...
2007-11-26 Daniel Hokka ZakrissonFloats are numbers too.
2007-10-22 Daniel Hokka ZakrissonFix startup bug on older kernels.
2007-10-13 Daniel Hokka ZakrissonAdd support for the OOM bias, and vmemctrl to control it.
2007-10-13 Daniel Hokka ZakrissonAdded vspace, like vnamespace but generic.
2007-10-11 Daniel Hokka ZakrissonRanges might want masks too.
2007-10-11 Daniel Hokka ZakrissonAdd support for vc_unset_mapping introduced in 2.3...
2007-09-06 Daniel Hokka ZakrissonUnbreak dynamic contexts.
2007-08-26 Daniel Hokka ZakrissonAdd support for the lback address in the configuration.
2007-08-16 Daniel Hokka ZakrissonAdd --immutable.
2007-08-16 Daniel Hokka ZakrissonAdd support for a separate filesystem tag, and in the...
2007-08-16 Daniel Hokka ZakrissonThe nid isn't used anymore, legacy APIs don't support it.
2007-08-12 Daniel Hokka ZakrissonAdd network capability RAW_ICMP.
2007-08-10 Daniel Hokka ZakrissonFix setting the broadcast address.
2007-08-08 Daniel Hokka ZakrissonAdd support for the various new APIs in 2.2 and 2.3...
2007-07-29 Daniel Hokka ZakrissonPrettier output on error.
2007-07-22 Daniel Hokka ZakrissonAdd exclude list support for vclone.
2007-07-12 Daniel Hokka ZakrissonSupport runlevels up to 9, as per init(1).
2007-07-11 Daniel Hokka ZakrissonAdd some sanity checking.
2007-07-10 Daniel Hokka ZakrissonAdd an option to specify the xid the non-shared files...
2007-07-10 Daniel Hokka ZakrissonReplace file with h2ext for the template build method.
2007-07-08 Daniel Hokka ZakrissonIt's network isolation, not virtualization.
2007-04-27 Benedikt Boehmadd link command to chroot-sh
2007-04-08 Daniel Hokka Zakrissonterminal_copy doesn't return void anymore.
2007-03-18 Daniel Hokka ZakrissonAttempt to fix the endless loop of select() read().
2007-03-07 Daniel Hokka ZakrissonFix idle-time.
2007-02-20 Daniel Hokka ZakrissonAdd support for the migration flags.
2007-02-11 Daniel Hokka ZakrissonRemove the --source and --dest "options" from vclone...
2007-02-05 Daniel Hokka ZakrissonFix the last, horribly broken commit.
2007-02-05 Daniel Hokka ZakrissonReally silence the warning.
2007-02-05 Daniel Hokka ZakrissonTry to figure out the xid if not specified.
2007-02-05 Daniel Hokka ZakrissonSilence warning.
2007-01-28 Daniel Hokka ZakrissonWhen we call the external mount, we need to preserve...
2007-01-27 Daniel Hokka ZakrissonAdd an option (--ignore-mtime) to vhashify to hashify...
2007-01-25 Daniel Hokka ZakrissonAdd option to chxid to skip unified files.
2007-01-23 Daniel Hokka ZakrissonDon't overwrite files that already exist.
2007-01-21 Daniel Hokka ZakrissonAdd vclone, to help with cloning guests.
2007-01-21 Daniel Hokka ZakrissonIf it doesn't exist, only error if requested.
2007-01-18 Daniel Hokka ZakrissonFix logic error.
next