summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak2013-08-276-7/+27
* tests: minor changes to make tests more portableKarel Zak2013-08-264-2/+5
* swapon: cleanup man pageKarel Zak2013-08-231-33/+5Star
* swapon: allow a more flexible swap discard policyRafael Aquini2013-08-232-28/+89
* last: mention optional arguments in usageKarel Zak2013-08-232-3/+3
* last: add --present optionSami Kerola2013-08-231-11/+24
* last: allow --file to be defined multiple timesSami Kerola2013-08-232-91/+115
* last: global variables are initialize automatically to zeroSami Kerola2013-08-231-6/+6
* last: use as narrow variable scoping as possibleSami Kerola2013-08-231-1/+2
* last: remove broken codeSami Kerola2013-08-231-36/+0Star
* last: prefer enum rather than #definition listSami Kerola2013-08-231-7/+9
* last: make switch cases complete, and inform if impossible occursSami Kerola2013-08-231-0/+11
* last: check expected numeric user input is numberSami Kerola2013-08-232-4/+5
* last: use carefulput() for printable character outputSami Kerola2013-08-231-6/+3Star
* include: carefulput: print determined char when unprintable char is foundSami Kerola2013-08-233-4/+4
* docs: add long options to last.1 manual pageSami Kerola2013-08-231-78/+102
* docs: be clear which last(1) is deprecatedSami Kerola2013-08-231-1/+1
* build-sys: complete elvtune removalSami Kerola2013-08-232-6/+0Star
* docs: update TODOSami Kerola2013-08-231-5/+0Star
* build-sys: remove unnecessary environment variableSami Kerola2013-08-231-1/+0Star
* pylibmount: improve helps strings formattingKarel Zak2013-08-221-218/+214Star
* pylibmount: add debug messagesKarel Zak2013-08-225-6/+114
* libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2013-08-222-1/+13
* pylibmount: use libmount reference countingKarel Zak2013-08-225-26/+33
* misc: use libmnt_table reference counterKarel Zak2013-08-219-20/+23
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-2110-50/+100
* misc: use libmnt_cache reference countingKarel Zak2013-08-218-11/+11
* libmount: add reference counting to libmnt_cacheKarel Zak2013-08-216-30/+70
* fsck: use libmount fs reference counterKarel Zak2013-08-211-4/+8
* libmount: add reference counting to libmount_fsKarel Zak2013-08-2110-41/+115
* pylibmount: remove Context_get_table()Karel Zak2013-08-211-29/+0Star
* pylibmount: cleanup cxt usageKarel Zak2013-08-212-73/+15Star
* libmount: add function for context userdataKarel Zak2013-08-214-0/+46
* pylibmount: remove unnecessary codeKarel Zak2013-08-201-1/+0Star
* libmount: add mnt_table_is_empty(), improve table list usageKarel Zak2013-08-206-11/+35
* pylibmount: coding style changes, don't touch Context() statusKarel Zak2013-08-202-54/+50Star
* pylibmount: use only public libmount API in tab.cKarel Zak2013-08-201-34/+42
* libmount: add mnt_table_{first,last}_fs()Karel Zak2013-08-204-0/+46
* libmount: add new function to docsKarel Zak2013-08-201-0/+3
* libmount: add mnt_table_{set,get}_userdata()Karel Zak2013-08-203-0/+36
* libmount: add mnt_table_with_comments()Karel Zak2013-08-203-0/+14
* pylibmount: cleanup *_HELP strings formattingKarel Zak2013-08-201-136/+144
* pylibmount: use mnt_fs_set_userdata() rather than ->userdataKarel Zak2013-08-201-12/+16
* pylibmount: fs.c - cleanup, remove libmount private stuffKarel Zak2013-08-201-81/+97
* pylibmount: remove bindsrc from fs APIKarel Zak2013-08-201-41/+13Star
* pylibmount: cleanup object namesKarel Zak2013-08-196-313/+315
* pylibmount: coding style changes in tab.cKarel Zak2013-08-191-22/+53
* pylibmount: coding style changes in fs.cKarel Zak2013-08-191-57/+72
* pylibmount: coding style changes in context.cKarel Zak2013-08-191-120/+201
* tests: consolidate Py tests initializationKarel Zak2013-08-195-14/+13Star