| Commit message (Expand) | Author | Age | Files | Lines |
* | mount: (new) share exit codes by include/exitcodes.h | Karel Zak | 2012-01-23 | 1 | -0/+10 |
* | losetup: make xgetpass more robust | Karel Zak | 2012-01-17 | 1 | -0/+1 |
* | losetup: move xgetpass() to lib/xgetpass.c | Karel Zak | 2012-01-11 | 2 | -0/+7 |
* | losetup: add --partscan option | Karel Zak | 2012-01-09 | 1 | -1/+2 |
* | loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2) | Karel Zak | 2012-01-09 | 1 | -0/+3 |
* | blkdev: add is_blkdev function | Davidlohr Bueso | 2012-01-05 | 1 | -0/+3 |
* | fdisk: use CDROM_GET_CAPABILITY ioctl | Davidlohr Bueso | 2012-01-02 | 1 | -0/+9 |
* | losetup: rewrite loop setup | Karel Zak | 2011-12-22 | 1 | -0/+2 |
* | lib,loopdev: add missing functions | Karel Zak | 2011-12-22 | 1 | -0/+12 |
* | lists: add list sorting routine | Davidlohr Bueso | 2011-12-16 | 2 | -0/+140 |
* | build-sys: check HAVE_ definitions with #ifdef [smatch scan] | Sami Kerola | 2011-12-02 | 2 | -2/+2 |
* | build-sys: add missing headers to dist | Sami Kerola | 2011-12-02 | 1 | -0/+2 |
* | Merge branch 'login-utils' of https://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 2011-11-29 | 2 | -0/+17 |
|\ |
|
| * | chfn, chsh: new file pamfail.h for error printing | Sami Kerola | 2011-11-29 | 2 | -0/+17 |
* | | include,optutils: add option_to_longopt() | Karel Zak | 2011-11-29 | 1 | -0/+15 |
|/ |
|
* | lib,match: split match_fstype() from libmount | Karel Zak | 2011-11-15 | 1 | -0/+12 |
* | lib,tt: add TT_FL_NOEXTREMES | Karel Zak | 2011-11-10 | 1 | -5/+9 |
* | libmount: ignore tailing slash in netfs source paths | Petr Uzel | 2011-11-08 | 1 | -0/+2 |
* | lib,loopdev: add LOOP_CTL_GET_FREE support | Karel Zak | 2011-11-07 | 2 | -1/+11 |
* | login: add login.defs code and tests | Karel Zak | 2011-10-26 | 1 | -0/+2 |
* | login: improve hushed mode (merge suse changes) | Karel Zak | 2011-10-26 | 1 | -0/+1 |
* | lib: cleanup setproctitle.c | Karel Zak | 2011-10-26 | 1 | -5/+5 |
* | login: move _PATH_BTMP to pathnames.h | Karel Zak | 2011-10-26 | 1 | -0/+4 |
* | lib,strutils: add default value to parse_range() | Davidlohr Bueso | 2011-10-17 | 1 | -1/+1 |
* | lib,strutils: share parse_range() | Davidlohr Bueso | 2011-10-12 | 1 | -0/+2 |
* | include/loopdev.h: add missing function prototype | Dave Reisner | 2011-10-12 | 1 | -0/+1 |
* | build-sys: check scanf %ms modifier | Karel Zak | 2011-10-10 | 1 | -0/+9 |
* | build-sys: rename BUILD_BUG_ON_ZERO definition | Sami Kerola | 2011-10-10 | 1 | -2/+2 |
* | Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 2011-10-03 | 1 | -0/+1 |
|\ |
|
| * | lib: [strutils] add strtod_or_err() function | Sami Kerola | 2011-09-29 | 1 | -0/+1 |
* | | umount: use new lib/loopdev.c code | Karel Zak | 2011-09-30 | 1 | -0/+1 |
* | | include,xalloc: fix whitespace to be consistent | Dave Reisner | 2011-09-30 | 1 | -7/+7 |
* | | include,xalloc: check for NULL before calling strdup | Dave Reisner | 2011-09-30 | 1 | -2/+7 |
* | | lib,loopdev: add debugu messages | Karel Zak | 2011-09-29 | 1 | -0/+2 |
|/ |
|
* | misc: use %m in format string instead of %s and strerror(errno) | Petr Uzel | 2011-09-27 | 1 | -1/+1 |
* | build-sys: add path.h to Makefile.am | Karel Zak | 2011-09-27 | 1 | -0/+1 |
* | chcpu: convert to use lib/path.c | Heiko Carstens | 2011-09-27 | 1 | -0/+2 |
* | lib,path: move path access functions from lscpu into lib/path.c | Heiko Carstens | 2011-09-27 | 1 | -0/+15 |
* | Merge branch 'sys-utils' of https://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 2011-09-27 | 1 | -2/+2 |
|\ |
|
| * | build-sys: fixes to USAGE_* macros | Sami Kerola | 2011-09-17 | 1 | -2/+2 |
* | | include,c.h: include fcntl.h before check for O_CLOEXEC [smatch scan] | Karel Zak | 2011-09-12 | 1 | -0/+1 |
|/ |
|
* | lscpu: use function to search in cpu masks arrays | Karel Zak | 2011-09-09 | 1 | -0/+20 |
* | Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/u... | Karel Zak | 2011-08-31 | 1 | -1/+1 |
|\ |
|
| * | cpuset: add option to allow cpulist_parse() to fail | Heiko Carstens | 2011-08-15 | 1 | -1/+1 |
* | | arch: start using arch as a usage() example | Sami Kerola | 2011-08-28 | 1 | -0/+13 |
|/ |
|
* | include: [nls.h] define a macro for handling plurals with ngettext() | Benno Schulenberg | 2011-08-02 | 1 | -0/+2 |
* | include: [c.h] Include stdlib.h unconditionaly | maximilian attems | 2011-08-02 | 1 | -1/+1 |
* | include: [c.h] move up declaration of program_invocation_short_name before usage | maximilian attems | 2011-08-02 | 1 | -35/+35 |
* | include: [writeall] add fwrite_all() | Karel Zak | 2011-08-02 | 1 | -1/+21 |
* | include: [bitops.h] make return values consistent | Karel Zak | 2011-08-02 | 1 | -12/+12 |