summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: [nls.h] define a macro for handling plurals with ngettext()Benno Schulenberg2011-08-021-0/+2
* include: [c.h] Include stdlib.h unconditionalymaximilian attems2011-08-021-1/+1
* include: [c.h] move up declaration of program_invocation_short_name before usagemaximilian attems2011-08-021-35/+35
* include: [writeall] add fwrite_all()Karel Zak2011-08-021-1/+21
* include: [bitops.h] make return values consistentKarel Zak2011-08-021-12/+12
* lib: [tt.c] clean up used typesKarel Zak2011-08-011-7/+7
* misc: use unsigned int for bit-filedsKarel Zak2011-07-291-4/+4
* build-sys: fix 'make checkincludes' warningsKarel Zak2011-07-281-2/+0Star
* include: [strutils.c] add list parsersKarel Zak2011-07-271-0/+5
* include; [tt.c] check for array size in columns parserKarel Zak2011-07-271-1/+1
* Merge branch 'hwclock' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-07-271-0/+9
|\
| * hwclock: move path definitions to pathnames.hSami Kerola2011-07-261-0/+9
* | Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-07-263-1/+22
|\ \ | |/ |/|
| * include: move fsck return values to exitcodes.hSami Kerola2011-07-221-0/+9
| * include: move disk-utils/mkfs.h -> include/exitcodes.hSami Kerola2011-07-222-0/+10
| * md5: use symbolical digest lengthSami Kerola2011-07-211-1/+3
* | minix: add MINIX_ prefix to some global macrosKarel Zak2011-07-211-6/+7
* | minix: cleanup global variables and macrosKarel Zak2011-07-211-16/+0Star
* | libblkid: move MINIX_MAXPARTITIONS to minix.hSami Kerola2011-07-201-0/+5
* | minix: move globals and inline functions to minix_programs.hSami Kerola2011-07-201-99/+0Star
* | libblkid: use MINIX_BLOCK_SIZE from minix.hSami Kerola2011-07-201-6/+6
* | include: move minix.h to include directorySami Kerola2011-07-202-0/+192
|/
* lib: [blkdev.c] add blkdev_get_physector_size()Davidlohr Bueso2011-06-271-0/+3
* lib: [loopdev.c] cleanup flags usageKarel Zak2011-06-101-1/+7
* lib: add strtoul_or_err() functionSami Kerola2011-06-011-0/+1
* lib: [loopdev.c] add module for work loop devicesKarel Zak2011-05-303-0/+158
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-261-1/+10
* build-sys: add required files to distSami Kerola2011-05-261-0/+2
* lib: [sysfs.c] add sysfs_readlink and name/path functionsKarel Zak2011-05-181-2/+8
* lib: [at.c] add readlink_at(), fix semantic for absolute pathsKarel Zak2011-05-181-0/+4
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-181-3/+5
* agetty: cleanup argv parsing, utmp update, use writeall(), etc.Werner Fink2011-05-171-0/+2
* libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-161-0/+1
* lib: add generic sysfs utilsKarel Zak2011-05-162-0/+61
* lib: [tt.c] support key="value" output formatKarel Zak2011-05-101-7/+15
* procutils: include missing headerDavidlohr Bueso2011-05-051-0/+2
* lib: [procutils.c]: add missing files. Sorry.Karel Zak2011-05-041-0/+12
* agetty.c: move issue path to pathnames.hSami Kerola2011-04-271-0/+3
* lib: [tt.c] support fixed width and multiple tt_print_table() callsKarel Zak2011-04-271-0/+3
* blkdev: add blkdev_is_misaligned()Davidlohr Bueso2011-04-121-0/+3
* include: [c.h] add definition wrappers for old libc versionsDavidlohr Bueso2011-03-291-1/+11
* 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