index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-sys: add nsenter to gitignore
Sami Kerola
2013-01-25
1
-0
/
+1
*
nsenter: rename --exec/-e to --no-fork/-F
Zbigniew Jędrzejewski-Szmek
2013-01-25
2
-11
/
+12
*
nsenter: allow arguments to be specified in any order
Zbigniew Jędrzejewski-Szmek
2013-01-25
1
-9
/
+46
*
textual: use UTIL_LINUX_VERSION everywhere
Karel Zak
2013-01-25
21
-47
/
+22
*
renice: accept also -V for --version, and document it
Benno Schulenberg
2013-01-25
2
-41
/
+36
*
renice: correct the usage synopsis, and improve help text
Benno Schulenberg
2013-01-25
1
-9
/
+9
*
textual: standardize reporting of program name plus package version
Benno Schulenberg
2013-01-25
9
-11
/
+19
*
textual: gettextize several overlooked messages
Benno Schulenberg
2013-01-25
7
-26
/
+25
*
textual: tag two bug messages as "internal error"
Benno Schulenberg
2013-01-25
2
-3
/
+2
*
textual: remove inconsistent periods from two error messages
Benno Schulenberg
2013-01-25
2
-2
/
+2
*
textual: fix a few typos in some of the usage help texts
Benno Schulenberg
2013-01-25
3
-9
/
+9
*
tests: sort commands strings
Sami Kerola
2013-01-25
1
-62
/
+43
*
tests: add ipcmk(1) and ipcrm(1) checks
Sami Kerola
2013-01-25
8
-0
/
+133
*
dmesg: parse level when --color is used
Sami Kerola
2013-01-25
1
-1
/
+1
*
tests: add whereis(1) check
Sami Kerola
2013-01-25
3
-0
/
+30
*
tests: add isosize(1) check
Sami Kerola
2013-01-25
4
-0
/
+26
*
docs: mkswap.8: recommend fallocate(1)
Sami Kerola
2013-01-25
1
-1
/
+1
*
tests: add fallocate(1) check
Sami Kerola
2013-01-25
3
-0
/
+27
*
tests: add setarch(8) check
Sami Kerola
2013-01-25
3
-0
/
+25
*
tests: add setsid(1) check
Sami Kerola
2013-01-25
3
-0
/
+25
*
dmesg: add boundary check to facility & level array usage
Sami Kerola
2013-01-25
1
-1
/
+3
*
tests: add dmesg(1) check
Sami Kerola
2013-01-25
10
-0
/
+612
*
tests: add line(1) check
Sami Kerola
2013-01-25
3
-0
/
+27
*
tests: add more(1) check
Sami Kerola
2013-01-24
5
-0
/
+57
*
more: allow to compile as non-interactive test_more program
Karel Zak
2013-01-24
2
-0
/
+13
*
build-sys: add --disable-{more,ul,pg}
Karel Zak
2013-01-24
2
-23
/
+60
*
build-sys: support list of variables for UL_REQUIRES_HAVE macro
Karel Zak
2013-01-24
1
-1
/
+12
*
tests: add ionice(1) check
Sami Kerola
2013-01-24
3
-0
/
+38
*
tests: add ul(1) check
Sami Kerola
2013-01-24
3
-0
/
+28
*
tests: add tailf(1) check
Sami Kerola
2013-01-24
3
-0
/
+32
*
tests: add mcookie(1) check
Sami Kerola
2013-01-24
3
-0
/
+28
*
tests: add getopt(1) check
Sami Kerola
2013-01-24
3
-0
/
+56
*
tests: add utmpdump(1) check
Sami Kerola
2013-01-24
7
-0
/
+68
*
tests: add rev(1) check
Sami Kerola
2013-01-24
3
-0
/
+26
*
build-sys: add gcov files to .gitignore
Sami Kerola
2013-01-24
1
-0
/
+3
*
include: add missing values to sysfs_cxt initializer definition
Sami Kerola
2013-01-24
1
-1
/
+1
*
ipcmk: use random_get_bytes() to generate IPC keys
Karel Zak
2013-01-24
1
-11
/
+10
*
cal: don't mix ncurses output functions and printf()
Karel Zak
2013-01-17
1
-16
/
+27
*
nsenter: improve optional args in usage() and man page
Karel Zak
2013-01-17
2
-19
/
+21
*
unshare,nsenter: Move the old libc handling into a common header namespace.h
Eric W. Biederman
2013-01-17
3
-55
/
+45
*
nsenter: Replace a bare strtoul with strtoul_or_err
Eric W. Biederman
2013-01-17
1
-8
/
+2
*
nsenter: Add const to declarations where possible.
Eric W. Biederman
2013-01-17
1
-3
/
+3
*
nsenter: Properly spell significant in a comment.
Eric W. Biederman
2013-01-17
1
-1
/
+1
*
nsenter: Enhance waiting for a child process
Eric W. Biederman
2013-01-17
1
-13
/
+35
*
unshare: Add support for the pid and user namespaces
Eric W. Biederman
2013-01-17
2
-13
/
+33
*
nsenter: new command (light wrapper around setns)
Eric W. Biederman
2013-01-17
4
-0
/
+405
*
Revert "unshare: support the switching of namespaces"
Karel Zak
2013-01-17
3
-83
/
+29
*
findmnt: use tree output in more cases
Karel Zak
2013-01-17
1
-7
/
+19
*
mount: make --verbose more verbose about propagation
Karel Zak
2013-01-15
1
-2
/
+5
*
libmount: keep MS_PROPAGATION flags in mnt_context_set_mflags() result
Karel Zak
2013-01-15
1
-0
/
+10
[next]