|
|
|
@2781
|
[2781]
|
08/31/08 22:09:41 |
dhozac |
chxid applies to the filesystem, so it should use tags. |
|
|
|
@2779
|
[2779]
|
08/29/08 05:45:53 |
dhozac |
access dereferences symbolic links. Use lstat instead. |
|
|
|
@2776
|
[2776]
|
08/26/08 00:57:09 |
dhozac |
Preparations for actually reading mtab. |
|
|
|
@2774
|
[2774]
|
08/25/08 23:57:57 |
dhozac |
Handle read-only bind-mounts the new way. |
|
|
|
@2773
|
[2773]
|
08/25/08 23:11:32 |
dhozac |
If /proc/sys is inaccessible, assume there are no settings. |
|
|
|
@2766
|
[2766]
|
08/24/08 04:47:02 |
dhozac |
Revert the atexit, as it appears to cause more problems, while not solving … |
|
|
|
@2756
|
[2756]
|
08/21/08 19:57:06 |
dhozac |
Since using a destructor doesn't seem to work all that well, try using … |
|
|
|
@2748
|
[2748]
|
07/16/08 00:16:01 |
dhozac |
This is not an option used by the utils, but the semantics are for … |
|
|
|
@2739
|
[2739]
|
07/14/08 15:12:25 |
dhozac |
Move exitLikeProcess to libvserver. |
|
|
|
@2738
|
[2738]
|
07/14/08 15:09:44 |
dhozac |
Silence warnings. |
|
|
|
@2735
|
[2735]
|
07/13/08 19:34:35 |
dhozac |
exec-remount remounts proc and sys, to get the right namespaces associated … |
|
|
|
@2733
|
[2733]
|
07/11/08 17:24:03 |
dhozac |
prctl does not work as well as this. Revert changeset 2731. |
|
|
|
@2732
|
[2732]
|
07/11/08 17:20:35 |
dhozac |
Add support for IATTR_WRITE. |
|
|
|
@2731
|
[2731]
|
07/10/08 20:06:00 |
dhozac |
Use prctl(PR_SET_NAME) instead. |
|
|
|
@2725
|
[2725]
|
07/07/08 01:58:22 |
dhozac |
Unify_copy doesn't touch sockets, so there's nothing to change the tag of. |
|
|
|
@2723
|
[2723]
|
06/30/08 22:25:46 |
dhozac |
Use 64-bit counters for the memory usage, to avoid easy overflows. |
|
|
|
@2720
|
[2720]
|
06/17/08 18:16:47 |
dhozac |
Add operations needed by Fedora 9 tweaks. |
|
|
|
@2718
|
[2718]
|
06/16/08 13:32:49 |
dhozac |
On failure, mmap returns MAP_FAILED, not 0. |
|
|
|
@2717
|
[2717]
|
05/03/08 19:00:14 |
dhozac |
Avoid that annoying "uses 32-bit capabilities (legacy support in use)" … |
|
|
|
@2713
|
[2713]
|
04/29/08 19:47:50 |
dhozac |
CLONE_FS is just for the Linux-VServer syscalls. |
|
|
|
@2711
|
[2711]
|
04/02/08 20:59:00 |
dhozac |
Add all the ioctls to work on older kernels too. |
|
|
|
@2710
|
[2710]
|
04/02/08 20:58:37 |
dhozac |
Don't call free on stack pointers. |
|
|
|
@2703
|
[2703]
|
03/15/08 17:05:49 |
dhozac |
Add some examples.
Disallow combinations that make no sense.
Allow … |
|
|
|
@2697
|
[2697]
|
03/01/08 02:24:07 |
dhozac |
Include attribute-util.h in the tarball. |
|
|
|
@2696
|
[2696]
|
03/01/08 02:20:42 |
dhozac |
lockf(F_LOCK) requests a write lock, which requires the file to be open in … |
|
|
|
@2695
|
[2695]
|
03/01/08 02:15:31 |
dhozac |
Remove unused variable. |
|
|
|
@2694
|
[2694]
|
03/01/08 02:07:49 |
dhozac |
Factor out bitfield-to-string code to src/attribute-util.h.
Add --get for … |
|
|
|
@2693
|
[2693]
|
03/01/08 01:26:31 |
dhozac |
Revert commit 2690, clone is needed for pid namespaces and on kernels … |
|
|
|
@2692
|
[2692]
|
03/01/08 01:22:34 |
dhozac |
Add basic support for creating tun/tap interfaces in the configuration. |
|
|
|
@2690
|
[2690]
|
02/29/08 14:29:27 |
ensc |
use unshare(CLONE_NEWNS) instead of a complicated 'clone(NEWNS) ... … |
|
|
|
@2688
|
[2688]
|
02/29/08 00:54:32 |
dhozac |
Set persist last, this way, no interface is left behind if one of the … |
|
|
|
@2687
|
[2687]
|
02/29/08 00:28:31 |
dhozac |
Add tunctl. |
|
|
|
@2686
|
[2686]
|
02/29/08 00:12:06 |
dhozac |
Avoid pointer/integer conversion warning on LP64. |
|
|
|
@2685
|
[2685]
|
02/22/08 00:22:23 |
ensc |
added support for using libnss instead of beecrypt for vhashify's
hash … |
|
|
|
@2679
|
[2679]
|
02/21/08 23:32:50 |
ensc |
fixed
| src/vspace.c:177: warning: passing argument 2 of … |
|
|
|
@2678
|
[2678]
|
02/16/08 23:09:30 |
dhozac |
Use lockf instead of flock, the former works on NFS. |
|
|
|
@2677
|
[2677]
|
02/14/08 20:28:50 |
dhozac |
Disable VXF_SC_HELPER for rpm-fake created contexts. |
|
|
|
@2675
|
[2675]
|
02/09/08 01:27:46 |
dhozac |
We only want to wait on the context if we created it. |
|
|
|
@2674
|
[2674]
|
01/27/08 08:55:13 |
dhozac |
Add missing svn:keywords. |
|
|
|
@2669
|
[2669]
|
01/22/08 10:19:57 |
dhozac |
Fix vspace stuff. |
|
|
|
@2668
|
[2668]
|
01/21/08 15:13:52 |
dhozac |
Don't require a netmask/prefix. |
|
|
|
@2665
|
[2665]
|
01/20/08 09:01:17 |
dhozac |
Hopefully this will make it bullet-proof. |
|
|
|
@2664
|
[2664]
|
01/20/08 08:56:23 |
dhozac |
Add preliminary support for pid and network namespaces. |
|
|
|
@2659
|
[2659]
|
01/12/08 16:55:25 |
dhozac |
Add support for PID and net namespaces. |
|
|
|
@2658
|
[2658]
|
01/12/08 16:48:04 |
dhozac |
Pid namespaces require clone. |
|
|
|
@2655
|
[2655]
|
01/08/08 17:53:54 |
dhozac |
Attempt to close race between dying rpm-fake-resolver and other rpm-fake … |
|
|
|
@2652
|
[2652]
|
01/04/08 18:42:00 |
dhozac |
Add --get. |
|
|
|
@2650
|
[2650]
|
01/03/08 16:30:17 |
dhozac |
Move WRITE_INT to util-io.h, so other programs can use it too. |
|
|
|
@2646
|
[2646]
|
12/20/07 01:09:06 |
dhozac |
Don't bail on EINVAL, since the clone build method sets the contexts … |
|
|
|
@2637
|
[2637]
|
11/27/07 00:47:41 |
dhozac |
Floats are numbers too. |
|
|
|
@2627
|
[2627]
|
10/22/07 22:43:09 |
dhozac |
Fix startup bug on older kernels. |
|
|
|
@2619
|
[2619]
|
10/13/07 14:13:30 |
dhozac |
Add support for the OOM bias, and vmemctrl to control it. |
|
|
|
@2618
|
[2618]
|
10/13/07 03:10:47 |
dhozac |
Added vspace, like vnamespace but generic. |
|
|
|
@2616
|
[2616]
|
10/12/07 01:47:59 |
dhozac |
Ranges might want masks too. |
|
|
|
@2615
|
[2615]
|
10/11/07 22:37:56 |
dhozac |
Add support for vc_unset_mapping introduced in 2.3.0.27. |
|
|
|
@2610
|
[2610]
|
09/06/07 19:48:35 |
dhozac |
Unbreak dynamic contexts. |
|
|
|
@2599
|
[2599]
|
08/26/07 23:30:50 |
dhozac |
Add support for the lback address in the configuration.
Add --silent to … |
|
|
|
@2592
|
[2592]
|
08/16/07 22:33:45 |
dhozac |
Add --immutable. |
|
|
|
@2589
|
[2589]
|
08/16/07 05:06:50 |
dhozac |
Add support for a separate filesystem tag, and in the process improve the … |
|
|
|
@2588
|
[2588]
|
08/16/07 04:31:33 |
dhozac |
The nid isn't used anymore, legacy APIs don't support it. |
|
|
|
@2585
|
[2585]
|
08/12/07 02:13:31 |
dhozac |
Add network capability RAW_ICMP. |
|
|
|
@2584
|
[2584]
|
08/10/07 17:28:42 |
dhozac |
Fix setting the broadcast address. |
|
|
|
@2578
|
[2578]
|
08/08/07 22:05:26 |
dhozac |
Add support for the various new APIs in 2.2 and 2.3, in particular, netv2. |
|
|
|
@2570
|
[2570]
|
07/29/07 18:32:32 |
dhozac |
Prettier output on error. |
|
|
|
@2569
|
[2569]
|
07/22/07 19:24:29 |
dhozac |
Add exclude list support for vclone. |
|
|
|
@2562
|
[2562]
|
07/12/07 23:59:06 |
dhozac |
Support runlevels up to 9, as per init(1). |
|
|
|
@2561
|
[2561]
|
07/11/07 16:34:00 |
dhozac |
Add some sanity checking. |
|
|
|
@2559
|
[2559]
|
07/10/07 22:35:47 |
dhozac |
Add an option to specify the xid the non-shared files should belong to. |
|
|
|
@2558
|
[2558]
|
07/10/07 22:34:48 |
dhozac |
Replace file with h2ext for the template build method. |
|
|
|
@2557
|
[2557]
|
07/08/07 20:29:03 |
dhozac |
It's network isolation, not virtualization. |
|
|
|
@2552
|
[2552]
|
06/24/07 02:07:49 |
dhozac |
Ignore vsysctl and vclone too. |
|
|
|
@2536
|
[2536]
|
04/27/07 11:01:20 |
hollow |
add link command to chroot-sh |
|
|
|
@2525
|
[2525]
|
04/08/07 02:40:16 |
dhozac |
terminal_copy doesn't return void anymore. |
|
|
|
@2514
|
[2514]
|
03/18/07 16:04:42 |
dhozac |
Attempt to fix the endless loop of select() read(). |
|
|
|
@2510
|
[2510]
|
03/07/07 21:33:56 |
dhozac |
Fix idle-time. |
|
|
|
@2501
|
[2501]
|
02/20/07 18:33:35 |
dhozac |
Add support for the migration flags. |
|
|
|
@2494
|
[2494]
|
02/11/07 01:45:04 |
dhozac |
Remove the --source and --dest "options" from vclone, both are … |
|
|
|
@2491
|
[2491]
|
02/05/07 21:59:03 |
dhozac |
Fix the last, horribly broken commit. |
|
|
|
@2490
|
[2490]
|
02/05/07 21:45:25 |
dhozac |
Really silence the warning. |
|
|
|
@2489
|
[2489]
|
02/05/07 21:40:22 |
dhozac |
Try to figure out the xid if not specified. |
|
|
|
@2488
|
[2488]
|
02/05/07 21:39:50 |
dhozac |
Silence warning. |
|
|
|
@2480
|
[2480]
|
01/28/07 12:35:19 |
dhozac |
When we call the external mount, we need to preserve all of the options so … |
|
|
|
@2475
|
[2475]
|
01/27/07 10:38:56 |
dhozac |
Add an option (--ignore-mtime) to vhashify to hashify files with differing … |
|
|
|
@2473
|
[2473]
|
01/25/07 10:51:43 |
dhozac |
Add option to chxid to skip unified files. |
|
|
|
@2472
|
[2472]
|
01/23/07 17:43:01 |
dhozac |
Don't overwrite files that already exist. |
|
|
|
@2467
|
[2467]
|
01/21/07 19:26:45 |
dhozac |
Add vclone, to help with cloning guests. |
|
|
|
@2466
|
[2466]
|
01/21/07 09:02:44 |
dhozac |
If it doesn't exist, only error if requested. |
|
|
|
@2459
|
[2459]
|
01/18/07 17:33:45 |
dhozac |
Fix logic error. |
|
|
|
@2458
|
[2458]
|
01/18/07 14:38:06 |
dhozac |
Add support for setting sysctl values in the configuration. |
|
|
|
@2450
|
[2450]
|
01/10/07 20:27:56 |
dhozac |
The new method doesn't need to be a spectator, and /proc/virtual isn't … |
|
|
|
@2449
|
[2449]
|
01/10/07 19:53:07 |
dhozac |
Add vc_sched_info API.
Make vserver-stat use the various APIs instead of … |
|
|
|
@2448
|
[2448]
|
01/10/07 19:49:13 |
dhozac |
There is no vc_create_context. Stop referencing it. |
|
|
|
@2439
|
[2439]
|
12/30/06 01:37:11 |
dhozac |
Add vdevmap to ignore. |
|
|
|
@2431
|
[2431]
|
12/19/06 20:18:12 |
dhozac |
Add --immutable, --~immutable and --!immutable. |
|
|
|
@2429
|
[2429]
|
12/12/06 14:18:31 |
dhozac |
Error on too many arguments. |
|
|
|
@2427
|
[2427]
|
12/12/06 02:39:54 |
dhozac |
Add vdevmap and required functionality. |
|
|
|
@2421
|
[2421]
|
12/09/06 17:12:18 |
dhozac |
vserver.h defines CLONE_NEW*.
Remove unused include of sys_clone.h from … |
|
|
|
@2415
|
[2415]
|
12/08/06 14:24:49 |
dhozac |
Work better on 2.6.19.
This includes adding a new kind of API that depends … |
|
|
|
@2414
|
[2414]
|
12/08/06 14:20:10 |
dhozac |
Remove unused argument. |
|
|
|
@2408
|
[2408]
|
11/27/06 15:06:57 |
dhozac |
Don't process unknown files. |