summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: [c.h]: remove strings.h include dublicateSami Kerola2011-03-081-1/+0Star
* include: [c.h]: typeof to __typeof__ fixSami Kerola2011-03-081-6/+6
* strutils: new wrapper function strtoll_or_errSami Kerola2011-02-211-0/+1
* include: [xalloc.h]: mention strdup in the file descriptionPetr Uzel2011-02-211-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-142-1/+47
* include: [c.h]: add fallback for old libs without O_CLOEXECKarel Zak2011-02-111-0/+4
* include: [at.h]: include c.h for PATH_MAXKarel Zak2011-02-111-0/+1
* include: [c.h]: add unused attribute to ignore_result()Karel Zak2011-02-091-1/+3
* include: [c.h]: fix __alloc_size__ testKarel Zak2011-02-081-2/+2
* include: [xalloc.h] include string.hMarek Polacek2011-02-071-0/+1
* include: [c.h] add fallback for alloc_size attributesKarel Zak2011-02-072-3/+32
* include: [c.h] move ignore_result() to gcc-only blockKarel Zak2011-02-071-1/+3
* provide a workaround if program_invocation_short_name is missingFabian Groffen2011-01-311-0/+36
* include: [tt] enlarge output bufferKarel Zak2011-01-251-0/+1
* include: emulate dirfd when necessaryFabian Groffen2011-01-231-0/+9
* lib: [xalloc] don't use hardcoded return codeKarel Zak2011-01-231-4/+8
* build-sys: check for paths.hFabian Groffen2011-01-201-0/+2
* make _IO macros available on SolarisFabian Groffen2011-01-201-0/+3
* make major and minor available on SolarisKarel Zak2011-01-201-0/+4
* build-sys: check for loff_t, it may not existFabian Groffen2011-01-201-0/+4
* build-sys: add rpmatch.h to Makefile.amKarel Zak2011-01-191-0/+1
* build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen2011-01-171-8/+3Star
* include: fix list.h ifdefsKarel Zak2011-01-141-3/+3
* include: add fallback for rpmatch()Francesco Cosoleto2011-01-051-0/+9
* lib: [c] add ignore_result()Karel Zak2011-01-041-0/+2
* findmnt: add --submounts optionKarel Zak2011-01-041-0/+2
* lib: [env] consolidate safe_getenv() usageKarel Zak2011-01-031-0/+6
* libmount: cleanup mangle() usageKarel Zak2011-01-031-1/+1
* libmount: use better format for utab, improve bind mountsKarel Zak2011-01-031-1/+1
* libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak2011-01-031-0/+5
* libmount: add unmangle/mangle() functions to APIKarel Zak2011-01-031-2/+2
* libmount: add /etc/fstab.d supportKarel Zak2011-01-031-0/+2
* lib: add wrappers for "at" functionsKarel Zak2011-01-032-0/+24
* partx: complete rewriteDavidlohr Bueso2010-12-091-0/+1
* losetup: use /sys/dev/block/.../loop/backing_fileKarel Zak2010-12-011-0/+1
* build-sys: add missing headerKarel Zak2010-11-301-1/+2
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-0/+4
* lib: [xalloc] add xstrdup()Karel Zak2010-11-241-0/+9
* lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak2010-11-241-2/+6
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-234-19/+28
* lib: add fallback for nl_langinfo()Karel Zak2010-11-151-0/+73
* xalloc: general purpose memory allocation handling wrappersDavidlohr Bueso2010-10-211-0/+46
* libblkid: fix MBR detection on iPod and cleanup vfat codeKarel Zak2010-10-151-0/+6
* include: cleanup blkdev.hKarel Zak2010-08-241-37/+42
* blockdev: add BLKDISCARDZEROESKarel Zak2010-08-241-0/+6
* lscpu: fix CPU_EQUAL_S macroKarel Zak2010-06-161-1/+1
* lscpu: add CPU_EQUAL_S definition for old/obscure libcKarel Zak2010-06-141-0/+10
* build-sys: update include/Makefile.amKarel Zak2010-06-071-7/+8
* lib: tt.c - fix minimal width of columnKarel Zak2010-06-031-0/+1
* lib: add tt.c (Tree and Table output)Karel Zak2010-06-032-0/+71