]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2014-09-22  Karel ZakMerge branch 'renice' of git://github.com/kerolasa...
2014-09-22  Karel Zaklib/swapprober: add missing header file
2014-09-22  Karel Zakswapon: split swapon-common.c
2014-09-22  Andreas Henrikssonlogger: gettimeofday needs <sys/time.h>
2014-09-22  Andreas Henrikssonbuild-sys: build libmount everywhere
2014-09-22  Andreas Henrikssonlibmount: only include context on linux
2014-09-22  Andreas Henrikssonlibmount: only invoke loopcxt on linux
2014-09-22  Robert Schieleumount: read mountinfo if --detach-loop given
2014-09-21  Eugene Yunakcal: `color` option documentation should match actual...
2014-09-19  Sami Kerolarenice: reorder usage() option descriptions
2014-09-19  Sami Kerolarename: add getpriority() message lookup table
2014-09-19  Sami Kerolarenice: fix numeric uid argument parsing
2014-09-19  Sami Kerolarenice: avoid having same lines of code twice
2014-09-19  Sami Kerolarenice: disallow --priority <arg> without pid argument
2014-09-19  Sami Kerolarename: use usage and version print out macros
2014-09-19  Sami Kerolarenice: reorder functions to avoid need of function...
2014-09-17  Karel ZakMerge branch 'master' of https://github.com/stevenhoney...
2014-09-17  Karel Zakbuild-sys: use -lutil for BSD only
2014-09-17  Andreas Henrikssonipcrm: add hacks to avoid FTBFS
2014-09-17  Christoph Eggeragetty: fixing FTBFS on !linux (Debian util-linux 2...
2014-09-17  Aurelien Jarnoipcs: remaining kFreeBSD hackery for building.
2014-09-17  Robert Millanlib/blkdev: report correct disk size on GNU/kFreeBSD...
2014-09-16  Karel Zaklibmount: hide details about failed search in fstab...
2014-09-16  Boris Egorovlscpu: fix cppcheck warnings
2014-09-16  Jaromir Capikfdformat: fixing copy'n'paste issue in the manual
2014-09-15  Steven Honeymanzramctl: fixed two -Wformat-security warnings
2014-09-09  Karel Zaktravis: whitelist branches
2014-09-05  Karel Zaklsblk: add notes about udev to the man page
2014-09-03  Michael Marineaubuild-sys: create parent directory for $(PATHFILES)
2014-09-02  Karel Zaklibfdisk: add support for sfdisk-like script format
2014-09-01  Karel Zaklibfdisk: (gpt) follow label-id from script
2014-09-01  Karel Zaklibfdisk: add functions to apply partitiong scripts
2014-09-01  Karel Zaklibfdisk: (gpt) don't align last possible LBA
2014-09-01  Karel Zaklibfdisk: rename fdisk_dump_ to fdisk_script_
2014-09-01  Karel Zaklibfdisk: fix fdisk_delete_all_partitions()
2014-08-29  Karel Zaklibfdisk: add fdisk_apply_table() and fdisk_delete_all_...
2014-08-29  Karel Zaklibfdisk: improve debug messages
2014-08-29  Karel Zaklibfdisk: accept dump with quotes
2014-08-29  Karel Zaklibfdisk: (dos) follow bootable setting when add partition
2014-08-28  Karel Zaklibfdisk: (gpt) allow to specify uuid and name when...
2014-08-28  Karel Zaklibfdisk: (gpt) set_{name,uuid} functions refactoring
2014-08-28  Karel Zaklibfdisk: add reference to context to dump
2014-08-28  Karel Zaklibfdisk: use reference counting for context
2014-08-28  Karel Zaklibfdisk: extend dump parsing function
2014-08-28  Karel Zaklibfdisk: (dos) fix typo
2014-08-28  Karel Zakinclude/optutils: fix typo
2014-08-26  Karel Zakcfdisk: fix typo in the previous commit
2014-08-26  Karel Zakcfdisk: wrong interpretation of yes in non-english...
2014-08-26  Karel Zaklibfdisk: (dos) fix logical partitions add/delete code
2014-08-25  Karel Zaklibfdisk: vary basic dump parsing functions
2014-08-25  Karel Zaklibblkid: move string trim function to strutils.h
2014-08-22  Karel Zaklibfdisk: basic fdisk_dump_* functions
2014-08-22  Karel Zaklibfdisk: remove debug dump function, cleanup API
2014-08-22  Dave Reisnermountpoint: clarify that it works on files
2014-08-21  Dave Reisnermountpoint: drop S_ISDIR check
2014-08-21  Karel Zaklibmount: use -t for type.subtype in helpers API
2014-08-21  Sami Kerolatests: apply travis clang PATH workaround
2014-08-20  Karel Zaklogger: use generic --id=<id>
2014-08-20  Karel ZakMerge remote-tracking branch 'sami/logger'
2014-08-20  Karel Zaklibfdisk: fix fdisk_get_optimal_iosize() and update...
2014-08-20  Aurelien Jarnotests: fix fdisk/bsd for the two possible sectors/offsets
2014-08-20  Benno Schulenbergdocs: bring the chrt and taskset man pages closer to...
2014-08-20  Benno Schulenbergtextual: make the license of chrt and taskset slightly...
2014-08-20  Benno Schulenbergdocs: make the man-page licenses of chrt and taskset...
2014-08-20  Benno Schulenbergdocs: improve the description of --size in the man...
2014-08-15  Sami Keroladocs: mentintion default udp and tcp ports logger is...
2014-08-15  Sami Kerolalogger: set function arguments read-only when possible
2014-08-15  Sami Kerolalogger: optimize string initializations
2014-08-15  Sami Kerolalogger: remove openlog(3) options
2014-08-15  Sami Kerolalogger: allow use of --id=ppid when logging locally
2014-08-15  Karel Zakfdisk: add independent debug stuff
2014-08-15  Karel Zaklibfdisk: move fdisk_ask_partnum() to API
2014-08-15  Karel Zakfdisk: use libfdisk public API only
2014-08-15  Karel Zaklibfdisk: add geometry to API, cleanup
2014-08-15  Karel Zakcfdisk: use only public libfdisk API
2014-08-15  Karel Zaklibfdisk: fdisk_label_is_labeltype()
2014-08-14  Karel Zaklibfdisk: more docs
2014-08-14  Karel Zaklibfdisk: final parttype API cleanup
2014-08-14  Karel Zaklibfdisk: move get_parttypes to label API
2014-08-14  Karel Zaklibfdisk: (gpt) allow to specify attr bit by API
2014-08-13  Karel Zaklibfdisk: make it possible to get fields for all labes
2014-08-13  Karel Zaklibfdisk: cleanup label geometry API
2014-08-13  Karel Zaklibfdisk: cleanup fdisk_is_label stuff
2014-08-13  Karel Zaklibfdisk: clean up API (alignment.c)
2014-08-13  Karel Zaklibfdisk: clean up API (context.c)
2014-08-13  Karel Zakcfdisk: add libfdisk independent debug stuff
2014-08-13  Ondrej Opralatests: add debug tests
2014-08-13  Karel Zakinclude/debug: allow to speficy empty masknames
2014-08-13  Karel Zakinclude/debug: cleanup masks
2014-08-13  Karel Zakinclude/debug: make masknames optional
2014-08-13  Ondrej Opralalibs/debug: accept human readable names for _DEBUG=
2014-08-13  Karel Zaklibfdisk: rename fdisk_column to fdisk_field
2014-08-13  Karel Zaklibfdisk: remove dependence on libsmartcols
2014-08-13  Karel Zaklib/colors: add function to return color from scheme
2014-08-11  Karel Zaklibblkid: (gpt) fix PT offset
2014-08-11  Stanislav BrabecFix bash-completion Makemodule options
2014-08-11  Sami Kerolatests: make ipcs limit calculations work when numbers...
2014-08-11  Sami Kerolaswapon: remove invalid error string print outs
2014-08-11  Benno Schulenbergtextual: remove some inconsistent periods from error...
2014-08-11  Mike Frysingerlscpu: clean up vmware inline asm
next