gentoo: use /var/run for new /run compatibility
[util-vserver.git] / src /
2012-09-25 Daniel Hokka ZakrissonClose curdir in vsysctl
2012-09-25 Daniel Hokka ZakrissonClose open file descriptors
2012-02-18 Daniel Hokka ZakrissonCorrectly detect /sys/fs/cgroup usage
2012-02-18 Benedikt Böhmfix segmentation fault if file does not exist
2012-02-18 Benedikt Böhmvserver-stat: use /sys/fs/cgroup if it is available
2012-02-06 Daniel Hokka ZakrissonUse memory.stat file instead to retrieve actual rss...
2011-12-13 Daniel Hokka ZakrissonUse success exit code for success-cases
2011-11-29 Daniel Hokka ZakrissonRemove g++ dependency
2011-09-28 Daniel Hokka ZakrissonDereference the potential symlinks
2011-08-23 Daniel Hokka Zakrissonumask is not always present
2011-08-12 Daniel Hokka ZakrissonUse source variable
2011-06-03 Daniel Hokka ZakrissonFix builds without legacy enabled
2011-05-31 Daniel Hokka ZakrissonMerge legacy function
2011-05-31 Daniel Hokka ZakrissonSupport any flag for setattr
2011-05-31 Asbjorn SannesAdd support for the unshare mask
2011-05-28 Daniel Hokka ZakrissonFigure out context with legacy APIs built-in
2011-05-05 Daniel Hokka ZakrissonFix types
2011-05-05 Daniel Hokka ZakrissonFix signed/unsigned comparison
2011-03-30 Daniel Hokka ZakrissonSupport per-ss cgroups
2011-03-21 Daniel Hokka ZakrissonDrop trailing newlines
2011-03-18 Daniel Hokka ZakrissonSupport base in vserver-stat
2011-03-17 Daniel Hokka ZakrissonNeed another approach for this
2011-03-08 Daniel Hokka ZakrissonAdd nomtab option.
2011-03-05 Daniel Hokka ZakrissonAdd .gitignore files.
2011-03-05 Daniel Hokka ZakrissonCreate a new session before running rc-script.
2011-02-16 Daniel Hokka ZakrissonOnly call remount on kernels newer than 2.6.26 without...
2011-02-10 Daniel Hokka ZakrissonAdd support for getting user and sys time from cgroups.
2010-10-29 Daniel Hokka ZakrissonIgnore just force as well.
2010-10-28 Daniel Hokka ZakrissonDocument index option.
2010-10-28 Daniel Hokka ZakrissonEnumerate processes for kernels without memory cgroups...
2010-09-12 Daniel Hokka ZakrissonChange to the root mountpoint, if one exists.
2010-08-11 Daniel Hokka ZakrissonOutput VCI bits too.
2010-08-08 Daniel Hokka ZakrissonDon't use *printf.
2010-08-08 Daniel Hokka ZakrissonFix vserver-stat for memcg.
2010-07-20 Daniel Hokka ZakrissonFix typo.
2010-06-02 Enrico Scholzfixed dietlibc/non-dietlibc issues in testsuite
2010-06-02 Enrico Scholzadded missing #include's
2010-06-02 Enrico Scholzwhitespace cleanups
2009-11-29 Daniel Hokka ZakrissonTreat no limit separately.
2009-11-21 Daniel Hokka ZakrissonThe limits are unsigned values.
2009-11-21 Daniel Hokka ZakrissonDefault to no attribute change for bind mounts.
2009-11-20 Daniel Hokka Zakrisson-i for index.
2009-11-20 Daniel Hokka ZakrissonNeed one more character for the flags with CoW.
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.
next