You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fully removes all of the OpenVZ and Linux VServer legacy
that has been dormant and unused for the past few years.
The code has been disabled by default for several releases now and
has not been in use for quite some time.
Assisted-By: Claude Haiku 4.5
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,15 +158,6 @@ To install on the local system run `make install`. By default `make install` ins
158
158
*`--with-proc`:
159
159
location of a Linux-compatible proc filesystem
160
160
- default: */proc*
161
-
*`--enable-openvz`:
162
-
enable OpenVZ support
163
-
- default: *no*
164
-
*`--enable-vserver`:
165
-
enable VServer support
166
-
- default: *no*
167
-
*`--enable-ancient-vserver`:
168
-
enable ancient VServer support (implies `--enable-vserver`)
169
-
- default: *no*
170
161
*`--enable-delayacct`:
171
162
enable Linux delay accounting support
172
163
- dependencies: *libnl-3-dev*(build-time) and *libnl-genl-3-dev*(build-time), at runtime *libnl-3* and *libnl-genl-3* are loaded via `dlopen(3)` if available and requested
[TIME] = { .name="TIME", .title=" TIME+ ", .description="Total time the process has spent in user and system time", .flags=0, .defaultSortDesc= true, },
71
71
[NLWP] = { .name="NLWP", .title="NLWP ", .description="Number of threads in the process", .flags=0, .defaultSortDesc= true, },
72
72
[TGID] = { .name="TGID", .title="TGID", .description="Thread group ID (i.e. process ID)", .flags=0, .pidColumn= true, },
0 commit comments