2008-09-29 |
Daniel Hokka Zakrisson | Add --default to get the kernel's suggested values. |
tree | commitdiff |
2008-09-28 |
Daniel Hokka Zakrisson | Use version 3 to avoid warning message in newer kernels. |
tree | commitdiff |
2008-09-16 |
Daniel Hokka Zakrisson | Excluded files are fine, don't flag them as failures... |
tree | commitdiff |
2008-08-31 |
Daniel Hokka Zakrisson | chxid applies to the filesystem, so it should use tags. |
tree | commitdiff |
2008-08-29 |
Daniel Hokka Zakrisson | access dereferences symbolic links. Use lstat instead. |
tree | commitdiff |
2008-08-25 |
Daniel Hokka Zakrisson | Preparations for actually reading mtab. |
tree | commitdiff |
2008-08-25 |
Daniel Hokka Zakrisson | Handle read-only bind-mounts the new way. |
tree | commitdiff |
2008-08-25 |
Daniel Hokka Zakrisson | If /proc/sys is inaccessible, assume there are no settings. |
tree | commitdiff |
2008-08-24 |
Daniel Hokka Zakrisson | Revert the atexit, as it appears to cause more problems... |
tree | commitdiff |
2008-08-21 |
Daniel Hokka Zakrisson | Since using a destructor doesn't seem to work all that... |
tree | commitdiff |
2008-07-15 |
Daniel Hokka Zakrisson | This is not an option used by the utils, but the semant... |
tree | commitdiff |
2008-07-14 |
Daniel Hokka Zakrisson | Move exitLikeProcess to libvserver. |
tree | commitdiff |
2008-07-14 |
Daniel Hokka Zakrisson | Silence warnings. |
tree | commitdiff |
2008-07-13 |
Daniel Hokka Zakrisson | exec-remount remounts proc and sys, to get the right... |
tree | commitdiff |
2008-07-11 |
Daniel Hokka Zakrisson | prctl does not work as well as this. Revert changeset... |
tree | commitdiff |
2008-07-11 |
Daniel Hokka Zakrisson | Add support for IATTR_WRITE. |
tree | commitdiff |
2008-07-10 |
Daniel Hokka Zakrisson | Use prctl(PR_SET_NAME) instead. |
tree | commitdiff |
2008-07-06 |
Daniel Hokka Zakrisson | Unify_copy doesn't touch sockets, so there's nothing... |
tree | commitdiff |
2008-06-30 |
Daniel Hokka Zakrisson | Use 64-bit counters for the memory usage, to avoid... |
tree | commitdiff |
2008-06-17 |
Daniel Hokka Zakrisson | Add operations needed by Fedora 9 tweaks. |
tree | commitdiff |
2008-06-16 |
Daniel Hokka Zakrisson | On failure, mmap returns MAP_FAILED, not 0. |
tree | commitdiff |
2008-05-03 |
Daniel Hokka Zakrisson | Avoid that annoying "uses 32-bit capabilities (legacy... |
tree | commitdiff |
2008-04-29 |
Daniel Hokka Zakrisson | CLONE_FS is just for the Linux-VServer syscalls. |
tree | commitdiff |
2008-04-02 |
Daniel Hokka Zakrisson | Add all the ioctls to work on older kernels too. |
tree | commitdiff |
2008-04-02 |
Daniel Hokka Zakrisson | Don't call free on stack pointers. |
tree | commitdiff |
2008-03-15 |
Daniel Hokka Zakrisson | Add some examples. |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | Include attribute-util.h in the tarball. |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | lockf(F_LOCK) requests a write lock, which requires... |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | Remove unused variable. |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | Factor out bitfield-to-string code to src/attribute... |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | Revert commit 2690, clone is needed for pid namespaces... |
tree | commitdiff |
2008-03-01 |
Daniel Hokka Zakrisson | Add basic support for creating tun/tap interfaces in... |
tree | commitdiff |
2008-02-29 |
Enrico Scholz | use unshare(CLONE_NEWNS) instead of a complicated ... |
tree | commitdiff |
2008-02-28 |
Daniel Hokka Zakrisson | Set persist last, this way, no interface is left behind... |
tree | commitdiff |
2008-02-28 |
Daniel Hokka Zakrisson | Add tunctl. |
tree | commitdiff |
2008-02-28 |
Daniel Hokka Zakrisson | Avoid pointer/integer conversion warning on LP64. |
tree | commitdiff |
2008-02-21 |
Enrico Scholz | added support for using libnss instead of beecrypt... |
tree | commitdiff |
2008-02-21 |
Enrico Scholz | fixed |
tree | commitdiff |
2008-02-16 |
Daniel Hokka Zakrisson | Use lockf instead of flock, the former works on NFS. |
tree | commitdiff |
2008-02-14 |
Daniel Hokka Zakrisson | Disable VXF_SC_HELPER for rpm-fake created contexts. |
tree | commitdiff |
2008-02-09 |
Daniel Hokka Zakrisson | We only want to wait on the context if we created it. |
tree | commitdiff |
2008-01-22 |
Daniel Hokka Zakrisson | Fix vspace stuff. |
tree | commitdiff |
2008-01-21 |
Daniel Hokka Zakrisson | Don't require a netmask/prefix. |
tree | commitdiff |
2008-01-20 |
Daniel Hokka Zakrisson | Hopefully this will make it bullet-proof. |
tree | commitdiff |
2008-01-20 |
Daniel Hokka Zakrisson | Add preliminary support for pid and network namespaces. |
tree | commitdiff |
2008-01-12 |
Daniel Hokka Zakrisson | Add support for PID and net namespaces. |
tree | commitdiff |
2008-01-12 |
Daniel Hokka Zakrisson | Pid namespaces require clone. |
tree | commitdiff |
2008-01-08 |
Daniel Hokka Zakrisson | Attempt to close race between dying rpm-fake-resolver... |
tree | commitdiff |
2008-01-04 |
Daniel Hokka Zakrisson | Add --get. |
tree | commitdiff |
2008-01-03 |
Daniel Hokka Zakrisson | Move WRITE_INT to util-io.h, so other programs can... |
tree | commitdiff |
2007-12-20 |
Daniel Hokka Zakrisson | Don't bail on EINVAL, since the clone build method... |
tree | commitdiff |
2007-11-26 |
Daniel Hokka Zakrisson | Floats are numbers too. |
tree | commitdiff |
2007-10-22 |
Daniel Hokka Zakrisson | Fix startup bug on older kernels. |
tree | commitdiff |
2007-10-13 |
Daniel Hokka Zakrisson | Add support for the OOM bias, and vmemctrl to control it. |
tree | commitdiff |
2007-10-13 |
Daniel Hokka Zakrisson | Added vspace, like vnamespace but generic. |
tree | commitdiff |
2007-10-11 |
Daniel Hokka Zakrisson | Ranges might want masks too. |
tree | commitdiff |
2007-10-11 |
Daniel Hokka Zakrisson | Add support for vc_unset_mapping introduced in 2.3... |
tree | commitdiff |
2007-09-06 |
Daniel Hokka Zakrisson | Unbreak dynamic contexts. |
tree | commitdiff |
2007-08-26 |
Daniel Hokka Zakrisson | Add support for the lback address in the configuration. |
tree | commitdiff |
2007-08-16 |
Daniel Hokka Zakrisson | Add --immutable. |
tree | commitdiff |
2007-08-16 |
Daniel Hokka Zakrisson | Add support for a separate filesystem tag, and in the... |
tree | commitdiff |
2007-08-16 |
Daniel Hokka Zakrisson | The nid isn't used anymore, legacy APIs don't support it. |
tree | commitdiff |
2007-08-12 |
Daniel Hokka Zakrisson | Add network capability RAW_ICMP. |
tree | commitdiff |
2007-08-10 |
Daniel Hokka Zakrisson | Fix setting the broadcast address. |
tree | commitdiff |
2007-08-08 |
Daniel Hokka Zakrisson | Add support for the various new APIs in 2.2 and 2.3... |
tree | commitdiff |
2007-07-29 |
Daniel Hokka Zakrisson | Prettier output on error. |
tree | commitdiff |
2007-07-22 |
Daniel Hokka Zakrisson | Add exclude list support for vclone. |
tree | commitdiff |
2007-07-12 |
Daniel Hokka Zakrisson | Support runlevels up to 9, as per init(1). |
tree | commitdiff |
2007-07-11 |
Daniel Hokka Zakrisson | Add some sanity checking. |
tree | commitdiff |
2007-07-10 |
Daniel Hokka Zakrisson | Add an option to specify the xid the non-shared files... |
tree | commitdiff |
2007-07-10 |
Daniel Hokka Zakrisson | Replace file with h2ext for the template build method. |
tree | commitdiff |
2007-07-08 |
Daniel Hokka Zakrisson | It's network isolation, not virtualization. |
tree | commitdiff |
2007-04-27 |
Benedikt Boehm | add link command to chroot-sh |
tree | commitdiff |
2007-04-08 |
Daniel Hokka Zakrisson | terminal_copy doesn't return void anymore. |
tree | commitdiff |
2007-03-18 |
Daniel Hokka Zakrisson | Attempt to fix the endless loop of select() read(). |
tree | commitdiff |
2007-03-07 |
Daniel Hokka Zakrisson | Fix idle-time. |
tree | commitdiff |
2007-02-20 |
Daniel Hokka Zakrisson | Add support for the migration flags. |
tree | commitdiff |
2007-02-11 |
Daniel Hokka Zakrisson | Remove the --source and --dest "options" from vclone... |
tree | commitdiff |
2007-02-05 |
Daniel Hokka Zakrisson | Fix the last, horribly broken commit. |
tree | commitdiff |
2007-02-05 |
Daniel Hokka Zakrisson | Really silence the warning. |
tree | commitdiff |
2007-02-05 |
Daniel Hokka Zakrisson | Try to figure out the xid if not specified. |
tree | commitdiff |
2007-02-05 |
Daniel Hokka Zakrisson | Silence warning. |
tree | commitdiff |
2007-01-28 |
Daniel Hokka Zakrisson | When we call the external mount, we need to preserve... |
tree | commitdiff |
2007-01-27 |
Daniel Hokka Zakrisson | Add an option (--ignore-mtime) to vhashify to hashify... |
tree | commitdiff |
2007-01-25 |
Daniel Hokka Zakrisson | Add option to chxid to skip unified files. |
tree | commitdiff |
2007-01-23 |
Daniel Hokka Zakrisson | Don't overwrite files that already exist. |
tree | commitdiff |
2007-01-21 |
Daniel Hokka Zakrisson | Add vclone, to help with cloning guests. |
tree | commitdiff |
2007-01-21 |
Daniel Hokka Zakrisson | If it doesn't exist, only error if requested. |
tree | commitdiff |
2007-01-18 |
Daniel Hokka Zakrisson | Fix logic error. |
tree | commitdiff |
2007-01-18 |
Daniel Hokka Zakrisson | Add support for setting sysctl values in the configuration. |
tree | commitdiff |
2007-01-10 |
Daniel Hokka Zakrisson | The new method doesn't need to be a spectator, and... |
tree | commitdiff |
2007-01-10 |
Daniel Hokka Zakrisson | Add vc_sched_info API. |
tree | commitdiff |
2007-01-10 |
Daniel Hokka Zakrisson | There is no vc_create_context. Stop referencing it. |
tree | commitdiff |
2006-12-19 |
Daniel Hokka Zakrisson | Add --immutable, --~immutable and --!immutable. |
tree | commitdiff |
2006-12-12 |
Daniel Hokka Zakrisson | Error on too many arguments. |
tree | commitdiff |
2006-12-12 |
Daniel Hokka Zakrisson | Add vdevmap and required functionality. |
tree | commitdiff |
2006-12-09 |
Daniel Hokka Zakrisson | vserver.h defines CLONE_NEW*. |
tree | commitdiff |
2006-12-08 |
Daniel Hokka Zakrisson | Work better on 2.6.19. |
tree | commitdiff |
2006-12-08 |
Daniel Hokka Zakrisson | Remove unused argument. |
tree | commitdiff |
2006-11-27 |
Daniel Hokka Zakrisson | Don't process unknown files. |
tree | commitdiff |
next |