]> git.ipfire.org Git - thirdparty/util-linux.git/history - libmount/src/monitor.c
libmount: don't assume errno after failed asprintf()
[thirdparty/util-linux.git] / libmount / src / monitor.c
2024-01-08  Karel Zaklibmount: don't assume errno after failed asprintf()
2024-01-03  Karel Zaklibmount: introduce /run/mount/utab.event
2023-11-23  Karel ZakMerge branch 'PR/libsmartcols-filter' of github.com...
2023-11-23  Karel ZakMerge branch 'irqtop-fix-sort' of https://github.com...
2023-11-23  Karel ZakMerge branch 'unused' of https://github.com/t-8ch/util...
2023-11-20  Thomas Weißschuhtreewide: explicitly mark unused arguments
2023-06-05  Karel ZakMerge branch 'fix-jfs' of https://github.com/mbroz...
2023-03-02  Karel ZakMerge branch 'wdctl/sysfs-firmware_version' of https...
2023-01-25  Karel ZakMerge branch 'dmesg-subsecond' of https://github.com...
2023-01-24  Karel Zaklibmount: don't require return argument in get-like...
2020-05-25  Karel ZakMerge branch 'libeconf' of https://github.com/thkukuk...
2020-04-22  Karel ZakMerge branch 'clang' of https://github.com/neheb/util...
2020-04-20  Rosen Penev[clang-tidy] do not use else after return
2020-02-27  Karel ZakMerge branch 'libuuid-range' of https://github.com...
2020-01-23  Karel ZakMerge branch 'patch-2' of https://github.com/yurchor...
2020-01-23  Karel ZakMerge branch 'patch-1' of https://github.com/yurchor...
2020-01-23  Karel ZakMerge branch 'dmverity_sig' of https://github.com/bluca...
2020-01-15  Karel Zaklibmount: (monitor) remove dead code [coverity scan]
2019-05-20  Karel ZakMerge branch '2019wk19' of https://github.com/kerolasa...
2019-05-18  Sami Kerolalibmount: avoid possible null pointer dereference ...
2019-02-06  Karel ZakMerge branch 'hardlink' of https://github.com/rudimeier...
2018-08-16  Karel Zaklibmount: cleanup licenses sections in the files
2018-06-12  Ruediger MeierMerge branch 'hardlink-import' into hardlink
2018-05-03  Karel Zaklibmount: fix compiler warning [-Wunused-parameter]
2017-08-30  Sami Kerolarfkill: merge rfkill.8 project to util-linux
2016-03-29  Karel Zaklibmount: result of operation is garbage or undefined...
2016-03-21  Karel ZakMerge branch '2016-03-02/cgns' of https://github.com...
2016-03-14  Karel ZakMerge branch 'travis-osx' of https://github.com/rudimei...
2016-03-13  Ruediger Meiermisc: fix icc/clang compiler warnings
2016-02-24  Karel ZakMerge branch 'ldadd-cflags-warnings' of https://github...
2016-02-23  Ruediger Meiertests: fix compiler warnings [-Wmissing-prototypes]
2015-09-11  Karel Zaklibmount: (monitor) remove unnecessary epoll EPOLLPRI
2015-09-11  Karel Zaklibmount: (monitor) don't check for regular mtab
2015-09-04  Karel ZakMerge branch 'build-sys' of https://github.com/kolyshki...
2015-09-03  Kir Kolyshkinlibmount: typo fixes
2015-08-19  Karel Zaklibmount: (monitor) fix docs
2015-08-04  Karel Zaklibmount: cleanup assert() usage
2015-06-25  Karel ZakMerge branch 'script'
2015-06-19  Karel Zaklibmount: improve monitor to be usable for non-root...
2015-06-03  Ronny Chevalierlibmount: (docs) fix wording
2015-06-03  Ronny Chevalierlibmount: (docs) fix typo
2015-06-01  Karel Zaklibmount: fix mnt_monitor_event_cleanup()
2015-01-13  Karel Zaklibmount: (docs) add monitor example
2015-01-13  Karel Zaklibmount: cleanup gtk-docs warnings
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Karel Zaklibmount: (monitor) make mnt_monitor_next_changed(...
2015-01-06  Karel Zaklinmount: (monitor) refresh docs, headers and symbols...
2015-01-06  Karel Zaklibmount: (monitor) use inotify for utab lock file
2015-01-06  Karel Zaklibmount: (monitor) add kernel mountninfo monitoring
2015-01-06  Karel Zaklibmount: (monitor) cleanup wait/verify stuff
2015-01-06  Karel Zaklibmount: make public top-level monitor FD only
2015-01-06  Karel Zaklibmount: monitor unref function refactoring
2015-01-06  Karel Zaklibmount: cleanup monitor test
2015-01-06  Karel Zaklibmount: split monitor initialization
2014-12-05  Karel Zaklibmount: add new libmnt_monitor API