summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/exitcodes: add FSCK_DESTRUCT aliasKarel Zak2012-03-201-0/+3
* fsck: cosmetic changes in coding styleKarel Zak2012-03-201-19/+18Star
* fdisk: don't print confusing warning on non-partitioned disksKarel Zak2012-03-201-4/+2Star
* misc: clenaup SIZE columns in lsblk and findmntKarel Zak2012-03-202-5/+5
* findmnt: improve --df outputKarel Zak2012-03-202-8/+32
* libmount: add configfs to pseudofs listKarel Zak2012-03-201-0/+1
* lib/tt: work more sensitive with large columnsKarel Zak2012-03-201-1/+7
* findmnt: use xasprintf()Karel Zak2012-03-201-5/+3Star
* include/ttyutils.h: add include guardsDave Reisner2012-03-201-0/+4
* findmnt: add -D, --df option to imitate df(1)Dave Reisner2012-03-202-2/+21
* tunelp: remove old, now unneeded headerDave Reisner2012-03-201-1/+0Star
* findmnt: add FS size, avail, used, and use% columnsDave Reisner2012-03-202-1/+57
* checkxalloc: nudge regex, fix newfound instancesDave Reisner2012-03-204-16/+6Star
* findmnt: add -P, --pairs to the man pageBill Pemberton2012-03-201-0/+2
* setsid: cleanup usage()Karel Zak2012-03-201-8/+11
* setsid: add option "-c" to set the controlling terminalHarald Hoyer2012-03-202-2/+20
* build-sys: make the crosscompile path for scanf_cv_alloc_modifier cleverSebastian Andrzej Siewior2012-03-201-1/+17
* mount: (new) add missing xalloc.hKarel Zak2012-03-201-0/+1
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-185-18/+29
* lslocks: use xasprintf for safe allocationSami Kerola2012-03-181-9/+9
* tools: add asprintf to checkxalloc scriptSami Kerola2012-03-181-1/+1
* build-sys: fix chkdupexe regressionSami Kerola2012-03-181-0/+3
* xalloc: use xasprintf in all filesSami Kerola2012-03-189-23/+25
* include: add asprintf wrapperSami Kerola2012-03-181-0/+11
* docs: TODO removal, ldattach usage is doneSami Kerola2012-03-181-5/+0Star
* pathnames: clean up various user database pathsSami Kerola2012-03-184-31/+5Star
* vipw: use xmkstemp() and lckpwdf()Sami Kerola2012-03-184-94/+49Star
* setpwnam: use xmkstemp() and lckpwdf()Sami Kerola2012-03-182-35/+20Star
* wall: use xmkstemp for temporary fileSami Kerola2012-03-182-15/+6Star
* lib: add fileutils function collectionSami Kerola2012-03-184-2/+66
* chsh: use pathnames.h for pathsSami Kerola2012-03-182-11/+12
* chfn: use pathnames.h for pathsSami Kerola2012-03-181-2/+2
* docs: TODO removal, rpmatch task is doneSami Kerola2012-03-181-5/+0Star
* vipw: use rpmatch to yes/no questionSami Kerola2012-03-181-2/+3
* mesg: use rpmatch to yes/no questionSami Kerola2012-03-181-5/+9
* sfdisk: use rpmatch to yes/no questionSami Kerola2012-03-181-10/+9Star
* docs: TODO removal, login-utils error printingSami Kerola2012-03-181-1/+0Star
* docs: add deprecation commentsSami Kerola2012-03-186-0/+54
* login: add USER to initial environmentDave Reisner2012-03-132-2/+4
* lsblk: RQ-SIZE is part of the --topology output (man page bugfix)Dave Reisner2012-03-131-1/+1
* losetup: Fix setting of sizelimit on new loop devicesDaniel Drake2012-03-131-1/+1
* build-sys: add --diable-sulogin (enabled by default)Karel Zak2012-03-122-11/+24
* build-sys: note sulogin in configure helpKarel Zak2012-03-121-1/+1
* sulogin: share vc initialization with agettyKarel Zak2012-03-122-0/+34
* agetty: move vc initialization to ttyutils.hKarel Zak2012-03-122-63/+80
* sulogin: add note about port to util-linux to the man pageKarel Zak2012-03-122-2/+9
* sulogin: fix selinux buildKarel Zak2012-03-122-1/+3
* sulogin: parse timeout more carefullyKarel Zak2012-03-122-2/+6
* sulogin: initialize nls stuffKarel Zak2012-03-121-1/+5
* sulogin: check chdir and getcwd return values [-Wunused-result]Karel Zak2012-03-121-5/+13