]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2013-08-23  Karel Zakswapon: cleanup man page
2013-08-23  Rafael Aquiniswapon: allow a more flexible swap discard policy
2013-08-23  Karel Zaklast: mention optional arguments in usage
2013-08-23  Sami Kerolalast: add --present option
2013-08-23  Sami Kerolalast: allow --file to be defined multiple times
2013-08-23  Sami Kerolalast: global variables are initialize automatically...
2013-08-23  Sami Kerolalast: use as narrow variable scoping as possible
2013-08-23  Sami Kerolalast: remove broken code
2013-08-23  Sami Kerolalast: prefer enum rather than #definition list
2013-08-23  Sami Kerolalast: make switch cases complete, and inform if impossi...
2013-08-23  Sami Kerolalast: check expected numeric user input is number
2013-08-23  Sami Kerolalast: use carefulput() for printable character output
2013-08-23  Sami Kerolainclude: carefulput: print determined char when unprint...
2013-08-23  Sami Keroladocs: add long options to last.1 manual page
2013-08-23  Sami Keroladocs: be clear which last(1) is deprecated
2013-08-23  Sami Kerolabuild-sys: complete elvtune removal
2013-08-23  Sami Keroladocs: update TODO
2013-08-23  Sami Kerolabuild-sys: remove unnecessary environment variable
2013-08-22  Karel Zakpylibmount: improve helps strings formatting
2013-08-22  Karel Zakpylibmount: add debug messages
2013-08-22  Karel Zaklibmount: cleanup libmnt_fs list after mnt_table_remove...
2013-08-22  Karel Zakpylibmount: use libmount reference counting
2013-08-21  Karel Zakmisc: use libmnt_table reference counter
2013-08-21  Karel Zaklibmount: add reference counter to libmnt_table
2013-08-21  Karel Zakmisc: use libmnt_cache reference counting
2013-08-21  Karel Zaklibmount: add reference counting to libmnt_cache
2013-08-21  Karel Zakfsck: use libmount fs reference counter
2013-08-21  Karel Zaklibmount: add reference counting to libmount_fs
2013-08-21  Karel Zakpylibmount: remove Context_get_table()
2013-08-21  Karel Zakpylibmount: cleanup cxt usage
2013-08-21  Karel Zaklibmount: add function for context userdata
2013-08-20  Karel Zakpylibmount: remove unnecessary code
2013-08-20  Karel Zaklibmount: add mnt_table_is_empty(), improve table list...
2013-08-20  Karel Zakpylibmount: coding style changes, don't touch Context...
2013-08-20  Karel Zakpylibmount: use only public libmount API in tab.c
2013-08-20  Karel Zaklibmount: add mnt_table_{first,last}_fs()
2013-08-20  Karel Zaklibmount: add new function to docs
2013-08-20  Karel Zaklibmount: add mnt_table_{set,get}_userdata()
2013-08-20  Karel Zaklibmount: add mnt_table_with_comments()
2013-08-20  Karel Zakpylibmount: cleanup *_HELP strings formatting
2013-08-20  Karel Zakpylibmount: use mnt_fs_set_userdata() rather than ...
2013-08-20  Karel Zakpylibmount: fs.c - cleanup, remove libmount private...
2013-08-20  Karel Zakpylibmount: remove bindsrc from fs API
2013-08-19  Karel Zakpylibmount: cleanup object names
2013-08-19  Karel Zakpylibmount: coding style changes in tab.c
2013-08-19  Karel Zakpylibmount: coding style changes in fs.c
2013-08-19  Karel Zakpylibmount: coding style changes in context.c
2013-08-19  Karel Zaktests: consolidate Py tests initialization
2013-08-19  Karel Zakbuild-sys: install pylibmount into
2013-08-19  Ondrej Opralapylibmount: add regression tests
2013-08-19  Ondrej Opralapylibmount: add __init__.py
2013-08-19  Ondrej Opralapylibmount: basic code
2013-08-19  Karel Zakbuild-sys: add pylibmount
2013-08-13  Karel Zakbuild-sys: remove deprecated elvtune command
2013-08-13  Karel Zakbuild-sys: enable mesg(1) by default
2013-08-13  Karel Zakwall: make banner sysvinit compatible
2013-08-13  Karel Zakwall: allow to specify <message> on command line
2013-08-13  Karel Zaklast: add link to util-linux to last.1
2013-08-13  Karel Zaklast: coding style clean up
2013-08-12  Karel Zaklast: use xalloc.h, err.h, nls.h and EXIT_ macros
2013-08-12  Karel Zaklast: consolidate btmp/wtmp file paths
2013-08-12  Karel Zaklast: add long options, improve usage()
2013-08-12  Karel Zakbuild-sys: fix last stuff
2013-08-12  Karel Zakbuild-sys: improbe UL_CONFLICT_BUILD macro
2013-08-12  Karel Zaklast: clean up the begin of the file
2013-08-12  Ondrej Opralalast: merge sysvinit last/lastb
2013-08-06  Karel Zakagetty: -L accepts optional argument
2013-08-06  Karel Zaklosetup: use loop-control to explicitly ask for device
2013-08-06  Karel Zakblkdiscard: use fstat() rather than stat() [coverity...
2013-08-05  Karel Zaklosetup: fix loop device name usage
2013-08-05  Karel Zaklibmount: be robust when work with loopdev backing...
2013-08-05  Karel Zaklosetup: make -j <path> more robust
2013-08-05  Karel Zaklibmount: canonicalize for conversion from loopdev...
2013-08-05  Sami Kerolacal: set statically defined data read-only
2013-08-05  Sami Kerolamore: make output redirection more efficient
2013-08-05  Sami Kerolacolumn: use variable lenght printf field width to wprin...
2013-08-05  Ondrej Opralalibmount: fix typos
2013-08-01  Karel Zakmore: guarantee space for multibyte
2013-08-01  Karel Zakmore: check for buffer size when write multibyte char
2013-08-01  Karel Zakmkswap: add note about swap header limit to the man...
2013-08-01  Sami Kerolarev: use string printing rather than character output
2013-08-01  Sami Kerolabuild-sys: use backticks rather than $() for commands...
2013-08-01  Sami Kerolabuild-sys: prefer AS_IF rather than shell 'if'
2013-08-01  Sami Kerolabuild-sys: prefer AS_CASE rather than shell 'case'
2013-08-01  Sami Kerolabuild-sys: use m4 quoting consistently
2013-08-01  Sami Kerolasetarch: prefer preprocessor rather than autotools...
2013-08-01  Sami Kerolalscpu: fix shadow declaration [smatch scan]
2013-08-01  Karel Zakmore: fix buffer overflow
2013-08-01  Daniel Kahn... setsid: add an option to wait child return value
2013-08-01  Ondrej Opralalibmount: add missing declarations to libmount.h.in...
2013-08-01  Ondrej Opralalibmount: change tailing to trailing in *_tailing_comme...
2013-07-29  Karel Zakdmesg: don't use pager for --follow
2013-07-19  Karel Zaklosetup: set errno for misaligned offsets
2013-07-16  Karel Zakmount: update xfs docs
2013-07-15  Karel Zakhwclock: remove references to adjtimex from man page
2013-07-15  Karel Zaksfdisk: don't use word 'disk'.
2013-07-09  Karel Zakuuidd: add missing initializer [clang-analyzer]
2013-07-09  Karel Zaklibmount: fix memory leak [clang-analyzer]
2013-07-09  Karel Zaksulogin: fix compiler warning
2013-07-09  Sami Kerolamore: use variable lenght printf field width to print...
next