| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
sysctl(3) is the correct way to get the lenght for len in this case.
Also drop unused headers and change style to match the rest of the file.
|
|
|
|
|
|
| |
nitems is never guaranteed to be defined in sys/params.h as it is meant
to be defined within a protected ifdef __KERNEL conditional.
Use G_N_ELEMENTS from GLib which is the proper way of doing this.
|
| |
|
|
|
|
|
|
|
|
| |
kvm(3) is considered a deprecated interface, so make
GMountOperation::show-processes use the recommended sysctl(3) interface
instead. This also removes the need to link with libkvm.
https://bugzilla.gnome.org/show_bug.cgi?id=661835
|
|
|
|
|
| |
Add missing header to prevent undeclared definitions.
Bug #659565
|
| |
|
|
|
|
|
| |
gcc 4.6.0 has started to warn about set-but-unused variables.
So don't do that, then.
|
|
|
|
| |
Mostly capitalisation fixes. Closes: bgo#528257
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=623845
|
|
|
|
| |
The "end" parameter is (const gchar **), not (const gchar *).
|
|
|
|
| |
Bug #592461.
|
|
|
|
| |
This fixes bug 589035.
|
| |
|
|
- Add support for GMountOperation::show-processes
- Implement process look up for the X11 target
|