summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include: fix void pointer arithmetics warningsSami Kerola2012-06-111-2/+2
* sysfs: fix printf format warningsSami Kerola2012-06-111-1/+1
* build: fix unused parameter warningsSami Kerola2012-06-113-3/+8
* build: fix redundant redeclaration warningsSami Kerola2012-06-1110-10/+16
* include: fix spurious list.h warningsSami Kerola2012-06-111-2/+2
* uuidd: use output redirection which works [checkbashisms]Sami Kerola2012-06-111-1/+1
* blkid: fix realloc memory leak [cppcheck]Sami Kerola2012-06-111-1/+3
* setarch: do not use -1 as array index [cppcheck]Sami Kerola2012-06-091-3/+3
* build-sys: add compiler warningsKarel Zak2012-06-064-1/+55
* fdisk: fix io_size usage in new APIKarel Zak2012-06-062-7/+10
* fdisk: fix compiler warning [-Wunused-variable]Karel Zak2012-06-061-2/+3
* fdisk: fix compiler warning [-Wpointer-sign]Karel Zak2012-06-061-3/+5
* fdisk: fix compiler warnings [-Wsign-compare]Karel Zak2012-06-061-2/+2
* fdisk: remove user specified sector size global variableDavidlohr Bueso2012-06-061-4/+2Star
* fdisk: add fdisk_dev_sectsz_is_default helperDavidlohr Bueso2012-06-063-3/+16
* fdisk: use EXIT_SUCCESS for -l optionDavidlohr Bueso2012-06-061-1/+1
* fdisk: add total sectorsDavidlohr Bueso2012-06-064-16/+26
* fdisk: add device topology to the APIDavidlohr Bueso2012-06-0610-306/+329
* fdisk: sun: use sector_tDavidlohr Bueso2012-06-061-1/+1
* fdisk: sgi: use sector_tDavidlohr Bueso2012-06-061-2/+2
* fdisk: dos: use sector_tDavidlohr Bueso2012-06-062-19/+15Star
* fdisk: introduce sector_t typeDavidlohr Bueso2012-06-062-31/+31
* fdisk: remove useless commentsDavidlohr Bueso2012-06-061-2/+2
* fdisk: use context as a parameterDavidlohr Bueso2012-06-0610-142/+144
* fdisk: stop buffering welcome messageDavidlohr Bueso2012-06-061-3/+10
* build-sys: suid su in make installKarel Zak2012-06-051-2/+11
* login: fix compiler warning [-Wsign-compare]Karel Zak2012-06-051-4/+4
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-0523-535/+704
|\
| * docs: clean up getopt.1 manualSami Kerola2012-06-021-244/+228Star
| * docs: clean up dmesg.1 manualSami Kerola2012-06-021-68/+86
| * docs: clean up chcpu.8 manualSami Kerola2012-06-021-42/+53
| * fileutils: xmkstemp() interface changeDave Reisner2012-06-025-9/+17
| * docs: fix all man page groff warningsSami Kerola2012-06-027-17/+17
| * tools: add checkmans.shSami Kerola2012-06-022-0/+78
| * docs: clean up wdctl.8 manualSami Kerola2012-06-021-30/+37
| * docs: clean up login.1 manualSami Kerola2012-06-021-106/+170
| * login: allow TTYGROUP name begin by numberSami Kerola2012-06-021-8/+5Star
| * build-sys: add su executable to .gitignoreSami Kerola2012-06-021-0/+1
| * logindefs: change getlogindefs_num() to return unsigned longSami Kerola2012-06-024-13/+14
* | su: preserve errno in cleanup_pam()Ludwig Nussel2012-06-051-0/+4
* | inclide/env: innclude c.h, remove _() macro from xsetenv()Karel Zak2012-06-051-1/+3
* | libmount: trim leading commas from each options stringDave Reisner2012-06-051-0/+5
* | build-sys: include correct source file for chshDave Reisner2012-06-051-1/+1
* | su: use BSD err function instead of gnu's error()Ludwig Nussel2012-06-051-19/+19
* | su: remove unused codeLudwig Nussel2012-06-051-4/+1Star
* | su: replace PAM_BAIL_P macro with better solutionLudwig Nussel2012-06-051-28/+28
* | su: introduce xsetenv globallyLudwig Nussel2012-06-052-25/+18Star
* | su: use ENV_PATH resp ENV_SUPATH to be consistent with loginLudwig Nussel2012-06-051-8/+16
* | su: use EXIT_FAILURE consistentlyLudwig Nussel2012-06-051-9/+6Star
* | su: don't use custom MAX macroLudwig Nussel2012-06-051-5/+1Star