]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2012-03-30  Sami Kerolaraw: use libc error printing facilities
2012-03-30  Sami Kerolaraw: use symbolic exit numbers
2012-03-30  Sami Kerolaraw: add long options and version printing
2012-03-30  Sami Kerolaraw: align with howto-usage-function.txt
2012-03-30  Sami Keroladelpart: align with util-linux coding standards
2012-03-30  Sami Kerolaaddpart: align with util-linux coding standards
2012-03-30  Sami Kerolapartx: add --version option
2012-03-30  Sami Kerolasetterm: correct manual page reference
2012-03-30  Sami Kerolafindfs: add --version & align with howto-usage-function.txt
2012-03-30  Sami Kerolafindmnt: add --version & align with howto-usage-functio...
2012-03-30  Sami Kerolamountpoint: add --version & align with howto-usage...
2012-03-30  Karel Zakhexdump: use strtosize_or_err()
2012-03-30  Karel Zaklosetup: use strtosize_or_err()
2012-03-30  Karel Zakfstrim: use strtosize_or_err()
2012-03-30  Karel Zakwipefs: use strtosize_or_err()
2012-03-30  Karel Zakblkid: use strtosize_or_err()
2012-03-30  Karel Zaklib/strutils: add strtosize_or_err, clean up
2012-03-30  Bernhard Voelkerdocs: clarify KiB vs. KB in man pages
2012-03-30  Karel Zaktools: improve ko-release-* scripts
2012-03-29  Karel Zakblkid: add note about variable tags and devices order.
2012-03-29  Karel Zakeject: remove obsolete code, use EXIT_* macros
2012-03-29  Karel Zaktests: add umount-by-eject tests
2012-03-29  Karel Zakeject: improve work with partitioned devices
2012-03-29  Karel Zaklib/sysfs: improve sysfs_is_partition_dirent()
2012-03-28  Karel Zakeject: call umount <mountpoint> rather than <device>
2012-03-28  Karel Zakeject: use libmount to detect if cdrom is mounted
2012-03-27  Karel Zakeject: make the code robust
2012-03-27  Karel Zakeject: use SG_IO ioctl for scsi
2012-03-27  Karel Zakeject: support CDIOCEJECT ioctl
2012-03-27  Karel Zakeject: new close_tray code from Fedora
2012-03-27  Karel Zakeject: new auto_eject code from Fedora
2012-03-27  Karel Zakeject: add -X from Fedora
2012-03-27  Karel Zakeject: add --manualeject from fedora
2012-03-27  Karel Zakeject: clean up devname usage
2012-03-27  Karel Zakeject: clean up verbose messages
2012-03-27  Karel Zakeject: remove unnecessary variable
2012-03-27  Karel Zakeject: use xstrdup()
2012-03-27  Karel Zakeject: rename handle_x_option to set_device_speed
2012-03-27  Karel Zakeject: clean unmount_devices()
2012-03-27  Karel Zakeject: clean up umount stuff
2012-03-27  Karel Zakeject: clean up eject_* functions
2012-03-27  Karel Zakeject: remove unnecessary function
2012-03-27  Karel Zakeject: remove unnecessary checks
2012-03-27  Karel Zakeject: clean up argv parsing code
2012-03-27  Karel Zakeject: cleanup usage()
2012-03-27  Karel Zaklslocks: minor fix in usage()
2012-03-27  Karel Zakeject: coding style fixes
2012-03-27  Michal Lusconsysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_...
2012-03-27  Karel Zakeject: fix compiler warnings [-Wformat]
2012-03-27  Karel Zakbuild-sys: add eject to .gitignore
2012-03-27  Michal Lusconeject: unification of coding style
2012-03-27  Michal Lusconeject: simplify find_device
2012-03-27  Michal Lusconeject: remove MountableDevice function
2012-03-27  Michal Lusconeject: use canonicalize_path to treat symbolic links
2012-03-27  Michal Lusconeject: replace fprintf with err and warn
2012-03-27  Michal Lusconeject: briefer usage
2012-03-27  Michal Lusconeject: modification of parse_arg function
2012-03-27  Michal Lusconeject: use program_invocation_short_name instead of...
2012-03-27  Michal Lusconeject: replace CLOSE and FCLOSE macros by e_close and...
2012-03-27  Michal Lusconeject: clean up includes
2012-03-27  Michal Lusconeject: initial merge eject and util-linux
2012-03-27  Karel Zakbuild-sys: move obsolete lib/fsprobe to mount/
2012-03-27  Karel Zakswapon: use directly blkid rather than fsprobe wrapper
2012-03-27  Karel Zaktests: add swapon tests for --fixpgsz and fix signature
2012-03-26  Karel Zakdocs: mark udev and list blkid(8) output formats deprecated
2012-03-26  Karel Zaktests: update
2012-03-26  Karel ZakRevert "lib/canonicalize: always remove tailing slash"
2012-03-23  Karel Zakhexdump: update man page for -n and -s
2012-03-21  Karel Zaktests: update iso tests
2012-03-21  Karel Zakhexdump: use strtosize() for -n and -s
2012-03-21  Andreas Vogellibblkid: generate pseudo-UUID for ISO9660 image file
2012-03-21  Dong Haomount: fix recursively propagation mounting
2012-03-20  Karel Zakfsck: tiny coding style fix
2012-03-20  Karel Zakfsck: use gettimeofday() for real elapsed time statistic
2012-03-20  Frank Mayharfsck: Add a -r option to report memory and runtime...
2012-03-20  Karel Zakfsck: move to disk-utils directory
2012-03-20  Karel Zakfsck: coding stype fixes (calloc, err, ...)
2012-03-20  Karel Zakfsck: don't try to call fsck for undefined fs type
2012-03-20  Karel Zakfsck: fix coding style
2012-03-20  Karel Zakfsck: remove unnecessary fsck.h
2012-03-20  Karel Zakfsck: use libmount to check for mounted filesystems
2012-03-20  Karel Zaklibmount: improve mnt_tables_is_mounted
2012-03-20  Karel Zakfsck: remove string_copy()
2012-03-20  Karel Zakfsck: replace fsprobe with libmount utils
2012-03-20  Karel Zakfsck: use libmount for filesystem list
2012-03-20  Karel Zakfsck: don't duplicate exit code macros
2012-03-20  Karel Zakinclude/exitcodes: clean up names, add _EX_ suffix
2012-03-20  Karel Zakinclude/exitcodes: add FSCK_DESTRUCT alias
2012-03-20  Karel Zakfsck: cosmetic changes in coding style
2012-03-20  Karel Zakfdisk: don't print confusing warning on non-partitioned...
2012-03-20  Karel Zakmisc: clenaup SIZE columns in lsblk and findmnt
2012-03-20  Karel Zakfindmnt: improve --df output
2012-03-20  Karel Zaklibmount: add configfs to pseudofs list
2012-03-20  Karel Zaklib/tt: work more sensitive with large columns
2012-03-20  Karel Zakfindmnt: use xasprintf()
2012-03-20  Dave Reisnerinclude/ttyutils.h: add include guards
2012-03-20  Dave Reisnerfindmnt: add -D, --df option to imitate df(1)
2012-03-20  Dave Reisnertunelp: remove old, now unneeded header
2012-03-20  Dave Reisnerfindmnt: add FS size, avail, used, and use% columns
2012-03-20  Dave Reisnercheckxalloc: nudge regex, fix newfound instances
next