| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | eject: fix const qualifier warning in read_speedHEADmaster | Karel Zak | 1 | -1/+1 |
| 2025-10-15 | treewide: use is_dotdir_dirent() helper | Karel Zak | 1 | -1/+2 |
| 2025-05-13 | treewide: add ul_ to parse_switch() function name | Karel Zak | 1 | -2/+2 |
| 2025-05-05 | strutils: move an error message to where it is used, and improve it | Benno Schulenberg | 1 | -4/+2 |
| 2024-11-20 | Drop pointless bitfields | Zbigniew Jędrzejewski-Szmek | 1 | -21/+21 |
| 2024-08-27 | fix it's vs. its, and some adjacent errors | mr-bronson | 1 | -1/+1 |
| 2023-10-25 | Make the ways of using output stream consistent in usage() | Masatake YAMATO | 1 | -2/+2 |
| 2023-01-24 | eject: also use sysfs_blkdev_is_removable | Thomas Weißschuh | 1 | -4/+4 |
| 2022-04-25 | eject: update file provenance of DRIVER_SENSE in the comments | Enze Li | 1 | -1/+1 |
| 2021-06-24 | misc: improve string to number conversions | Karel Zak | 1 | -3/+3 |
| 2021-06-22 | eject: do not use atoi() | Karel Zak | 1 | -9/+9 |
| 2021-06-21 | include/c: add drop_permissions(), consolidate UID/GID reset | Karel Zak | 1 | -6/+2 |
| 2021-06-18 | eject: add __format__ attribute | Karel Zak | 1 | -2/+4 |
| 2021-02-01 | eject: cleanup before successful exit | Karel Zak | 1 | -9/+12 |
| 2020-10-29 | cast NULL to char * when using execl | Egor Chelak | 1 | -2/+2 |
| 2020-05-18 | docs: Fix dead references to kernel documentation | Yannick Le Pennec | 1 | -1/+1 |
| 2020-04-22 | eject: fix compiler warning [-Wformat-overflow] | Karel Zak | 1 | -1/+1 |
| 2020-04-20 | [clang-tidy] do not use else after return | Rosen Penev | 1 | -6/+5 |
| 2019-08-22 | eject: use O_EXCL on default | Karel Zak | 1 | -3/+17 |
| 2019-04-16 | misc: consolidate version printing and close_stdout() | Karel Zak | 1 | -7/+5 |
| 2019-02-18 | docs: fix typos [codespell] | Sami Kerola | 1 | -1/+1 |
| 2018-11-05 | eject: use err() rather than abort() | Karel Zak | 1 | -1/+1 |
| 2018-06-21 | fstrim: use new ul_path_* API | Karel Zak | 1 | -12/+15 |
| 2018-02-01 | sys-utils: use errexec() | Karel Zak | 1 | -1/+1 |
| 2017-11-28 | eject: remove list_speeds() #ifdef CDROM_SELECT_SPEED protection | Sami Kerola | 1 | -4/+0 |
| 2017-06-29 | misc: consolidate macro style USAGE_HELP_OPTIONS | Ruediger Meier | 1 | -2/+2 |
| 2017-06-27 | misc: introduce print_usage_help_options() | Ruediger Meier | 1 | -2/+1 |
| 2017-06-26 | misc: cosmetics, remove argument from usage(FILE*) | Ruediger Meier | 1 | -3/+4 |
| 2017-02-20 | misc: do not use plain 0 as NULL [smatch scan] | Sami Kerola | 1 | -2/+2 |
| 2016-12-19 | Use --help suggestion on invalid option | Karel Zak | 1 | -2/+1 |
| 2015-02-24 | eject: use parse_switch() | Sami Kerola | 1 | -12/+4 |
| 2015-01-07 | eject: add verbosity to cdrom door lock error | Sami Kerola | 1 | -8/+11 |
| 2015-01-06 | textual: add a docstring to most of the utilities | Benno Schulenberg | 1 | -1/+3 |
| 2014-12-02 | eject: use sysfs API to detect hotplug | Karel Zak | 1 | -105/+1 |
| 2014-11-19 | build-sys: move all around clock_gettime() to monotonic.c | Karel Zak | 1 | -1/+1 |
| 2014-11-18 | misc: use monotonic time rater than gettimeofday | Karel Zak | 1 | -2/+3 |
| 2014-10-20 | eject: move unreachable code to preprocessor #else block [smatch scan] | Sami Kerola | 1 | -4/+4 |
| 2014-09-19 | eject: make open_device() and select_speed() to use struct eject_control | Sami Kerola | 1 | -29/+25 |
| 2014-09-19 | eject: add struct eject_control to remove global variables | Sami Kerola | 1 | -196/+198 |
| 2013-08-21 | misc: use libmnt_table reference counter | Karel Zak | 1 | -5/+5 |
| 2013-08-21 | misc: use libmnt_cache reference counting | Karel Zak | 1 | -2/+3 |
| 2013-07-09 | eject: assigned value is never read [clang-analyzer] | Sami Kerola | 1 | -1/+1 |
| 2013-06-18 | eject: Check host_status and driver_status when using SG_IO. | Karel Zak | 1 | -3/+21 |
| 2013-06-13 | eject: unlock door before issuing CDROMEJECT command | Aaron Lu | 1 | -0/+3 |
| 2013-02-06 | eject: remove a duplicate command name from error message | Sami Kerola | 1 | -1/+1 |
| 2012-10-23 | misc: make readlink() usage more robust | Karel Zak | 1 | -1/+1 |
| 2012-10-22 | libmount, eject: replace index() and rindex() with strrch() or strrchr() | Sami Kerola | 1 | -1/+1 |
| 2012-09-07 | eject: robust strings usage [coverity scan] | Karel Zak | 1 | -2/+2 |
| 2012-08-13 | eject: return proper 0/1 from eject_cdrom() | Dave Reisner | 1 | -5/+5 |
| 2012-07-26 | eject: fix shadow declaration | Sami Kerola | 1 | -1/+0 |
| 2012-07-16 | eject: fix compiler warning [-Wmissing-prototypes] | Karel Zak | 1 | -1/+1 |
| 2012-07-16 | translation: unify file open error messages | Sami Kerola | 1 | -2/+2 |
| 2012-06-15 | Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 1 | -0/+8 |
| 2012-06-13 | eject: cleanup umount code | Karel Zak | 1 | -19/+19 |
| 2012-06-13 | eject: don't try to use non-device path | Karel Zak | 1 | -1/+8 |
| 2012-06-13 | eject: add --no-partitions-unmount | Karel Zak | 1 | -23/+41 |
| 2012-06-11 | eject: inform if CD-ROM drive is not ready | Sami Kerola | 1 | -0/+8 |
| 2012-05-18 | eject: allow to address device by LABEL/UUID | Karel Zak | 1 | -2/+5 |
| 2012-04-23 | eject: verify writing to streams was successful | Sami Kerola | 1 | -0/+2 |
| 2012-04-10 | eject: close open file [cppcheck] | Sami Kerola | 1 | -0/+1 |
| 2012-04-10 | eject: inform why open failed | Sami Kerola | 1 | -1/+1 |
| 2012-04-10 | eject: use CDROM_DRIVE_STATUS if available for tray toggling | Mike Frysinger | 1 | -20/+32 |
| 2012-04-10 | eject: constify array | Mike Frysinger | 1 | -1/+1 |
| 2012-04-05 | eject: use BUILD_EJECT, move to sys-utils | Karel Zak | 1 | -0/+1082 |