summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* losetup: missing EBUSY error hint messageKarel Zak2008-09-301-5/+16
* login: fix compiler warning (int32 time() arg)Karel Zak2008-09-291-1/+7
* fsck.cramfs: fix compiler warningKarel Zak2008-09-291-1/+1
* umount: no checking mount point removalSigned-off-by: Guan Xin2008-09-291-25/+4Star
* mount: fix typoGuan Xin2008-09-291-1/+1
* umount: check for overlaid mountsGuan Xin2008-09-291-1/+20
* mount: add info about /proc/mounts to mount.1Karel Zak2008-09-291-1/+7
* mount: fix typoKarel Zak2008-09-251-1/+1
* chrt: add NLS support, clean error messages and return codesKarel Zak2008-09-231-105/+69Star
* chrt: support CFS SCHED_IDLE priority and document itMartin Steigerwald2008-09-232-3/+33
* build-sys: add -luuid to BLKID_LIBSKarel Zak2008-09-171-1/+1
* partx: don't redeclare daddr_tmaximilian attems2008-09-161-2/+1Star
* ipcmk: add NLS supportKarel Zak2008-09-102-10/+17
* ipcmk: fix error codes and error messagesKarel Zak2008-09-101-14/+32
* ipcmk: new commandHayden James2008-09-106-3/+185
* ionice: add strtol() checks, cleanup usage text and man pageKarel Zak2008-09-062-21/+45
* ionice: let -p handle multiple PIDsStephan Maka2008-09-052-30/+57
* login: fix warning "dereferencing type-punned pointer will break strict-alias...Karel Zak2008-09-011-4/+17
* losetup: remove dependence on minor numbersKarel Zak2008-08-211-0/+4
* fdisk: round reported sizes rather than truncateKarel Zak2008-08-201-4/+8
* ipcs: adjust some field positions and widths for correct alignmentBenno Schulenberg2008-08-201-5/+5
* ipcs: ungettextize the spacing of the table headersBenno Schulenberg2008-08-201-15/+15
* fdisk: don't check for GPT when asked for disk size onlyKarel Zak2008-08-191-1/+0Star
* fdisk: warn users about 2.2TB dos partition limitKarel Zak2008-08-191-0/+12
* swapon: -a has to complain, fix leaksKarel Zak2008-08-191-15/+23
* hwclock: don't open /dev/rtc repeatedlyKarel Zak2008-08-181-22/+30
* fdisk: remove obsolete information from man pageKarel Zak2008-08-181-20/+10Star
* lscpu: regression testsCai Qian2008-08-141217-0/+2805
* tests: detect libvolume_id when mount(8) is compiledKarel Zak2008-08-141-3/+5
* lscpu: --sysroot option and stable cache outputCai Qian2008-08-141-34/+60
* docs: TODO updateKarel Zak2008-08-141-0/+2
* ionice: cleanup error messages, add NLS supportKarel Zak2008-08-141-25/+29
* ionice: cleanup man pageKarel Zak2008-08-141-24/+17Star
* scriptreplay: new implementation is out-of-syncKarel Zak2008-08-131-1/+4
* hwclock: read_hardware_clock_rtc() need to return error codesKarel Zak2008-08-131-3/+3
* hwclock: delay loop in set_hardware_clock_exactKalev Soikonen2008-08-131-8/+12
* hwclock: use time limit for synchronization busy waitKarel Zak2008-08-133-12/+14
* hwclock: use carefully synchronize_to_clock_tick() return codesKarel Zak2008-08-131-3/+8
* mount: add docs about utf8=0 for vfatKarel Zak2008-08-121-3/+4
* hwclock: remove x86_64-specific bogonDavid Brownell2008-08-121-1/+1
* build-sys: tgets is not in ncurses but in tinfoArkadiusz Miskiewicz2008-08-081-2/+2
* sfdisk: print version should end with a newlineDenis ChengRq2008-08-081-1/+1
* hwclock: cleanup help output and man pageKarel Zak2008-08-062-65/+42Star
* hwclock: unshadow a diagnostic printfKalev Soikonen2008-08-061-5/+3Star
* rtcwake: cleanup return codesKarel Zak2008-08-061-14/+14
* rtcwake: prefer RTC_WKALM_SET over RTC_ALM_SETGabriel Burt2008-08-061-18/+17Star
* script: don't flush input when starting scriptAndrew McGill2008-08-051-3/+3
* Fix dmesg.1 installationAlexey Gladkov2008-08-051-1/+1
* losetup: looplist_* refactoring, remove scandir()Karel Zak2008-08-042-149/+154
* use getpagesize()maximilian attems2008-07-305-9/+5Star