summaryrefslogtreecommitdiff
path: root/include/c.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak1-5/+12
2013-07-09include/xalloc: add warn_unused_result to allocation functionsKarel Zak1-2/+2
2013-04-03include/c: add macro UL_CLOEXECSTRKarel Zak1-0/+8
2013-03-26docs: arch is gone, use delpart as usage() function exampleSami Kerola1-1/+1
2012-12-18sulogin: make usleep() workaround workWerner Fink1-3/+7
2012-10-22include/c: move usleep() fallback to c.hKarel Zak1-0/+15
2012-10-19include/c: remove MAXHOSTNAMELEN macroKarel Zak1-11/+0
2012-10-19include/c: add get_hostname_max() inline functionSami Kerola1-0/+18
2012-07-24dmesg: add fileback for SEEK_DATAKarel Zak1-0/+11
2012-05-29include/c: move fallback for MAXHOSTNAMELEN to c.hKarel Zak1-0/+11
2012-05-23include: [c.h] protect container_ofmaximilian attems1-0/+2
2012-01-17losetup: make xgetpass more robustKarel Zak1-0/+1
2011-12-16lists: add list sorting routineDavidlohr Bueso1-0/+8
2011-10-10build-sys: check scanf %ms modifierKarel Zak1-0/+9
2011-10-10build-sys: rename BUILD_BUG_ON_ZERO definitionSami Kerola1-2/+2
2011-09-27misc: use %m in format string instead of %s and strerror(errno)Petr Uzel1-1/+1
2011-09-27Merge branch 'sys-utils' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak1-2/+2
2011-09-17build-sys: fixes to USAGE_* macrosSami Kerola1-2/+2
2011-09-12include,c.h: include fcntl.h before check for O_CLOEXEC [smatch scan]Karel Zak1-0/+1
2011-08-28arch: start using arch as a usage() exampleSami Kerola1-0/+13
2011-08-02include: [c.h] Include stdlib.h unconditionalymaximilian attems1-1/+1
2011-08-02include: [c.h] move up declaration of program_invocation_short_name before usagemaximilian attems1-35/+35
2011-03-29include: [c.h] add definition wrappers for old libc versionsDavidlohr Bueso1-1/+11
2011-03-08include: [c.h]: remove strings.h include dublicateSami Kerola1-1/+0
2011-03-08include: [c.h]: typeof to __typeof__ fixSami Kerola1-6/+6
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen1-0/+47
2011-02-11include: [c.h]: add fallback for old libs without O_CLOEXECKarel Zak1-0/+4
2011-02-09include: [c.h]: add unused attribute to ignore_result()Karel Zak1-1/+3
2011-02-08include: [c.h]: fix __alloc_size__ testKarel Zak1-2/+2
2011-02-07include: [c.h] add fallback for alloc_size attributesKarel Zak1-0/+27
2011-02-07include: [c.h] move ignore_result() to gcc-only blockKarel Zak1-1/+3
2011-01-31provide a workaround if program_invocation_short_name is missingFabian Groffen1-0/+36
2011-01-23include: emulate dirfd when necessaryFabian Groffen1-0/+9
2011-01-20build-sys: check for loff_t, it may not existFabian Groffen1-0/+4
2011-01-04lib: [c] add ignore_result()Karel Zak1-0/+2
2010-10-15libblkid: fix MBR detection on iPod and cleanup vfat codeKarel Zak1-0/+6
2010-03-16lib: add #ifndef around min() max() macrosKarel Zak1-3/+6
2010-02-12include: add min/max macrosKarel Zak1-0/+13
2009-10-16include: add c.h with fundamental C definitionsKarel Zak1-0/+49