index
:
util-linux
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmount
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-24
include/c.h: prefer nanosleep() over usleep()
Karel Zak
1
-2
/
+2
2014-01-14
libmount: fix scanf format string [coverity scan]
Karel Zak
1
-4
/
+4
2014-01-14
pylibmount: import directly from pylibmount in tests
Karel Zak
3
-3
/
+9
2014-01-14
pylibmount: remove unncessary subdirectory
Karel Zak
2
-1
/
+1
2013-12-11
libmount: add mnt_table_uniq_fs()
Karel Zak
4
-14
/
+158
2013-12-10
libmount: add efivarfs to the list of pseudo filesystems
Karel Zak
1
-1
/
+2
2013-12-02
pylibmount: correctly import from pylibmount.so
Dave Reisner
1
-1
/
+1
2013-11-19
libmount: add mnt_tag_is_valid()
Karel Zak
4
-0
/
+23
2013-11-12
libmount: cleanup fix_optstr() regards to selinux and smack
Karel Zak
1
-19
/
+47
2013-11-12
libmount: fix typo in smack path
Karel Zak
1
-1
/
+1
2013-11-12
libmount: remove smackfs* option when SMACK not enabled
Karel Zak
1
-0
/
+22
2013-11-08
strutils: add skip_space() function
Ondrej Oprala
1
-13
/
+4
2013-11-04
libmount: update utab after successful extern helper mount
Karel Zak
3
-10
/
+84
2013-11-04
libmount: allow to use -s (sloppy) for all external helpers
Karel Zak
1
-6
/
+1
2013-10-11
libmount: fix mnt_context_is_child() comment
Karel Zak
1
-1
/
+4
2013-10-11
libmount: Fix typo in comment
Namhyung Kim
1
-2
/
+2
2013-10-08
various: fix mixing declarations and code compiler warnings [smatch]
Sami Kerola
2
-2
/
+4
2013-10-08
COPYING: fix grammar of referring phrase, and indicate location better
Benno Schulenberg
1
-2
/
+2
2013-10-01
libmount: remove dead code [coverity scan]
Karel Zak
1
-1
/
+1
2013-10-01
pylibmount: check for mnt_fs_get_tag() return value [coverity scan]
Karel Zak
1
-1
/
+2
2013-10-01
pylibmount: make tab parsers more robust [coverity scan]
Karel Zak
1
-3
/
+3
2013-10-01
libmount: make mnt_table_replace_file() more robust [coverity scan]
Karel Zak
1
-1
/
+13
2013-09-30
libmount: Save errno if mkostemp() failed
Namhyung Kim
1
-1
/
+3
2013-09-27
build-sys: one install dir for all pylibmount stuff
Karel Zak
1
-4
/
+6
2013-09-27
libmount: update docs
Karel Zak
4
-7
/
+7
2013-09-27
libmount: small cleanup in umount code
Karel Zak
2
-3
/
+6
2013-09-26
libmount: compose mount.<type> helpers paths more carefully
Karel Zak
1
-0
/
+1
2013-09-26
build-sys: add pylibmount __init__.py EXTRA_DIST
Karel Zak
1
-0
/
+2
2013-09-26
build-sys: install to the correct python dirs
Karel Zak
1
-1
/
+3
2013-09-26
libmount: make mnt_fs_{ap,pre}pend_options() more robust
Karel Zak
1
-0
/
+6
2013-09-26
libmount: Remove stale comment on mnt_context_mount()
Namhyung Kim
1
-5
/
+0
2013-09-26
libmount: Set each optstr's to NULL if failed
Namhyung Kim
1
-3
/
+9
2013-09-26
libmount: Free splitted optstr's when error occurred
Namhyung Kim
1
-1
/
+5
2013-09-26
libmount: Get rid of an unnecessary check
Namhyung Kim
1
-1
/
+1
2013-09-20
pylibmount: rewrite to be py2/py3 universal
Ondrej Oprala
8
-116
/
+203
2013-09-20
build-sys: support --with-python[={2,3}]
Karel Zak
1
-2
/
+1
2013-09-20
libmount: free username after check
Dave Reisner
1
-0
/
+2
2013-09-20
libmount: use memmove when overlap possible
Dave Reisner
1
-1
/
+1
2013-09-10
lib: rename time-util.c to timeutils.c, fix headers
Karel Zak
1
-0
/
+1
2013-08-29
lib/strutils: move *swith() functions to private library
Sami Kerola
4
-36
/
+2
2013-08-27
build-sys: add CFLAGS and LDFLAGS for daemons and shared libs
Karel Zak
1
-0
/
+2
2013-08-22
pylibmount: improve helps strings formatting
Karel Zak
1
-218
/
+214
2013-08-22
pylibmount: add debug messages
Karel Zak
5
-6
/
+114
2013-08-22
libmount: cleanup libmnt_fs list after mnt_table_remove_fs()
Karel Zak
2
-1
/
+13
2013-08-22
pylibmount: use libmount reference counting
Karel Zak
5
-26
/
+33
2013-08-21
libmount: add reference counter to libmnt_table
Karel Zak
10
-50
/
+100
2013-08-21
libmount: add reference counting to libmnt_cache
Karel Zak
6
-30
/
+70
2013-08-21
libmount: add reference counting to libmount_fs
Karel Zak
10
-41
/
+115
2013-08-21
pylibmount: remove Context_get_table()
Karel Zak
1
-29
/
+0
2013-08-21
pylibmount: cleanup cxt usage
Karel Zak
2
-73
/
+15
[next]