summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix use of preprocessor identifierSami Kerola2017-03-131-1/+1
* misc: stop mixing declarations and codeSami Kerola2017-03-134-8/+9
* lib/colors: assert rathen than overflow [-Wnull-dereference]Karel Zak2017-03-131-1/+4
* last: use domain string more carefullyKarel Zak2017-03-131-4/+6
* login: prevent OOB read on illegal /etc/hushloginsTobias Stoeckmann2017-03-131-1/+2
* libblkid: Fix blkid.conf parsingTobias Stoeckmann2017-03-131-1/+1
* libsmartcols: allow to add column to already used tableKarel Zak2017-03-031-7/+18
* libsmartcols: support columns separators greater than one output cellKarel Zak2017-03-022-4/+6
* sfdisk: note about small partition in man pageKarel Zak2017-03-021-2/+3
* sfdisk: add note about alignment to man pageKarel Zak2017-03-021-3/+14
* column: make more obvious what is default behaviorKarel Zak2017-03-012-9/+9
* libmount: cosmetic change to mnt_table_find_srcpath()Karel Zak2017-02-281-6/+5Star
* libmount: return tab entry for default nodePetr Vorel2017-02-281-1/+28
* setterm: fix bitfield warning [smatch]Sami Kerola2017-02-281-1/+1
* libfdisk: (dos) add ID related debug messagesKarel Zak2017-02-271-2/+7
* libfdisk: add version to debug outputKarel Zak2017-02-271-0/+4
* agetty: fix a memory leak when parsing \S in issue filesMatthias Gerstner2017-02-271-0/+3
* unshare: add note about sysfs and procfsKarel Zak2017-02-271-0/+5
* docs: add note about branches to READMEKarel Zak2017-02-241-1/+9
* blkzone: add count option to bash-completionKarel Zak2017-02-242-2/+6
* blkzone: use optutils.h to check mutually exclusive optionsKarel Zak2017-02-241-6/+13
* blkzone: Add --count optionDamien Le Moal2017-02-242-39/+76
* blkzone: Improve zone information printDamien Le Moal2017-02-242-32/+29Star
* blkzone: Report all zones if length is not specifiedDamien Le Moal2017-02-241-54/+72
* blkzone: Reset all zones when length is not specifiedDamien Le Moal2017-02-241-3/+5
* blkreport, blkreset: remove in favour of blkzoneKarel Zak2017-02-238-627/+0Star
* blkzone: add bash-completionKarel Zak2017-02-232-0/+51
* blkzone: add new command (merge blkreport and blkreset)Karel Zak2017-02-235-0/+466
* build-sys: simplify UL_ENABLE_ALIAS() semanticKarel Zak2017-02-212-4/+3Star
* build-sys: fix --disable-all-programs --enable-schedutilsKarel Zak2017-02-203-6/+26
* tests: another improvement to the sfdisk wipe testKarel Zak2017-02-202-13/+7Star
* libblkid: remove unnecessary 'static' keywordKarel Zak2017-02-201-2/+2
* findmnt: fix couple memory leaks [cppcheck]Sami Kerola2017-02-201-5/+5
* libblkid: declare across file variables in blkidP.h [smatch scan]Sami Kerola2017-02-202-5/+5
* lib/idcache: add void to function declaration [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-2038-200/+199Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-2073-655/+655
* cfdisk: avoid use of VLA in combination with sizeof() [smatch scan]Sami Kerola2017-02-201-2/+5
* tests: make sfdisk wipe partition optionalKarel Zak2017-02-171-4/+13
* libfdisk: add sample-fdisk-mkpart binaryKarel Zak2017-02-173-0/+184
* libfdisk: (dos) make it possible to create primary/logical by templateKarel Zak2017-02-171-3/+21
* libfdisk: (gpt) make sure it's GPT in public APIKarel Zak2017-02-171-3/+9
* libfdisk: verify partno from templateKarel Zak2017-02-172-2/+3
* tests: (sfdisk) tell kernel about new partitionKarel Zak2017-02-172-1/+3
* tests: add udevadm settle to sfdisk wipeKarel Zak2017-02-161-0/+1
* build-sys: add missing fileKarel Zak2017-02-161-0/+1
* tests: add --show-diffKarel Zak2017-02-163-2/+12
* build-sys: add non-widechar.confKarel Zak2017-02-161-0/+3
* cfdisk: use buffer editor for ui_get_string()Karel Zak2017-02-161-53/+46Star
* lib/mbsedit: add simple buffer editorKarel Zak2017-02-163-0/+255