summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* raw: use pathnames.h for file locationsSami Kerola2012-03-301-0/+7
* lib/strutils: add strtosize_or_err, clean upKarel Zak2012-03-301-0/+7
* build-sys: move obsolete lib/fsprobe to mount/Karel Zak2012-03-272-28/+0Star
* include/exitcodes: clean up names, add _EX_ suffixKarel Zak2012-03-201-14/+18
* include/exitcodes: add FSCK_DESTRUCT aliasKarel Zak2012-03-201-0/+3
* include/ttyutils.h: add include guardsDave Reisner2012-03-201-0/+4
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-181-1/+15
* include: add asprintf wrapperSami Kerola2012-03-181-0/+11
* pathnames: clean up various user database pathsSami Kerola2012-03-181-13/+4Star
* lib: add fileutils function collectionSami Kerola2012-03-182-2/+9
* chsh: use pathnames.h for pathsSami Kerola2012-03-181-0/+1
* agetty: move vc initialization to ttyutils.hKarel Zak2012-03-121-0/+73
* libmount: fix "already mounted" detection on systems with mtabKarel Zak2012-03-091-0/+4
* libblkid: fix sysfs context usageKarel Zak2012-03-061-0/+1
* include: add /proc/locks path to pathnamesDavidlohr Bueso2012-02-291-0/+1
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-2/+2
* lib/fsprobe: mar this internal API as deprecatedKarel Zak2012-02-131-0/+2
* mount: (new) share exit codes by include/exitcodes.hKarel Zak2012-01-231-0/+10
* losetup: make xgetpass more robustKarel Zak2012-01-171-0/+1
* losetup: move xgetpass() to lib/xgetpass.cKarel Zak2012-01-112-0/+7
* losetup: add --partscan optionKarel Zak2012-01-091-1/+2
* loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2)Karel Zak2012-01-091-0/+3
* blkdev: add is_blkdev functionDavidlohr Bueso2012-01-051-0/+3
* fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso2012-01-021-0/+9
* losetup: rewrite loop setupKarel Zak2011-12-221-0/+2
* lib,loopdev: add missing functionsKarel Zak2011-12-221-0/+12
* lists: add list sorting routineDavidlohr Bueso2011-12-162-0/+140
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-022-2/+2
* build-sys: add missing headers to distSami Kerola2011-12-021-0/+2
* Merge branch 'login-utils' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-11-292-0/+17
|\
| * chfn, chsh: new file pamfail.h for error printingSami Kerola2011-11-292-0/+17
* | include,optutils: add option_to_longopt()Karel Zak2011-11-291-0/+15
|/
* lib,match: split match_fstype() from libmountKarel Zak2011-11-151-0/+12
* lib,tt: add TT_FL_NOEXTREMESKarel Zak2011-11-101-5/+9
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-0/+2
* lib,loopdev: add LOOP_CTL_GET_FREE supportKarel Zak2011-11-072-1/+11
* login: add login.defs code and testsKarel Zak2011-10-261-0/+2
* login: improve hushed mode (merge suse changes)Karel Zak2011-10-261-0/+1
* lib: cleanup setproctitle.cKarel Zak2011-10-261-5/+5
* login: move _PATH_BTMP to pathnames.hKarel Zak2011-10-261-0/+4
* lib,strutils: add default value to parse_range()Davidlohr Bueso2011-10-171-1/+1
* lib,strutils: share parse_range()Davidlohr Bueso2011-10-121-0/+2
* include/loopdev.h: add missing function prototypeDave Reisner2011-10-121-0/+1
* build-sys: check scanf %ms modifierKarel Zak2011-10-101-0/+9
* build-sys: rename BUILD_BUG_ON_ZERO definitionSami Kerola2011-10-101-2/+2
* Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-10-031-0/+1
|\
| * lib: [strutils] add strtod_or_err() functionSami Kerola2011-09-291-0/+1
* | umount: use new lib/loopdev.c codeKarel Zak2011-09-301-0/+1
* | include,xalloc: fix whitespace to be consistentDave Reisner2011-09-301-7/+7
* | include,xalloc: check for NULL before calling strdupDave Reisner2011-09-301-2/+7