summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-03-13include/timer: return setitimer return valueKarel Zak1-2/+2
2013-03-13include/optutils: make collisions detection between options more robustKarel Zak1-4/+12
2013-03-13include: add timer.hKarel Zak2-0/+32
2013-03-13lib/strutils: add strtotimeval_or_err()Karel Zak1-0/+3
2013-03-12lib/procutils: add simple API to scan /proc/PID/*Karel Zak1-0/+18
2013-03-11libblkid: rename in sun_disklabel for compatibility with fdiskKarel Zak1-8/+10
2013-03-11inlude/pt-sun: add flags and tagsKarel Zak1-7/+23
2013-03-11libblkid: move sun PT definition to include/Karel Zak2-1/+74
2013-03-11lib/strutils: simplify strtosize(), return info about suffixKarel Zak1-0/+21
2013-03-11fdisk: add callback for ask-numbers APIKarel Zak1-0/+2
2013-03-04build-sys: add exec_shell.h to distributionBernhard Voelker1-0/+1
2013-02-20Merge branch 'patch-1' of https://github.com/dtrebbien/util-linuxKarel Zak1-0/+3
2013-02-19lib/tty: don't truncate output on non-terminalsKarel Zak1-0/+1
2013-02-14unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek1-0/+1
2013-02-06build-sys: add namespace.h to distributionSami Kerola1-0/+1
2013-02-05setpriv: move paths to pathnames.hKarel Zak1-0/+8
2013-01-30Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien1-0/+3
2013-01-25nsenter: fix indentationSami Kerola1-28/+27
2013-01-24include: add missing values to sysfs_cxt initializer definitionSami Kerola1-1/+1
2013-01-17unshare,nsenter: Move the old libc handling into a common header namespace.hEric W. Biederman1-0/+43
2013-01-10build-sys: add files to distributionSami Kerola1-0/+1
2013-01-08include/ttyutils: add default chardataWerner Fink1-0/+24
2013-01-08include: cleanup copyright headersKarel Zak8-0/+50
2013-01-08include/bitopts: Use the operating system byteswapping functionsKarel Zak1-63/+97
2012-12-27build-sys: remove consoles.hKarel Zak1-1/+0
2012-12-23sulogin: remove consoles.c from libcommonKarel Zak2-51/+9
2012-12-18sulogin: make usleep() workaround workWerner Fink1-3/+7
2012-12-18sulogin: use the linked lists from list.h for consoles listWerner Fink1-2/+4
2012-12-18include/list: add list_last_entry()Karel Zak1-2/+5
2012-12-17include/list: fix undefined behavior in list_entry() macroSami Liedes1-2/+3
2012-11-26lib/canonicalize: add canonicalize_path_restricted() to canonicalize without ...Karel Zak1-0/+1
2012-11-23ipcs: determine ipc limits from /procSami Kerola1-0/+1
2012-11-23lib/path: add path_read_u64()Karel Zak1-1/+5
2012-11-23lib/path: rename functions to be more explicitKarel Zak1-6/+6
2012-11-23ipcs: add /proc and /sys path definitionsSami Kerola1-0/+11
2012-11-22lib/ttyutils: add get_terminal_name()Karel Zak1-1/+1
2012-11-22lib/ttyutils: create .c fileKarel Zak1-32/+3
2012-11-09lib/consoles: remove global variable consolesKarel Zak1-2/+3
2012-11-08lib/consoles: add code to detect all system consolesWerner Fink2-0/+49
2012-11-08libmount: add private mnt_get_kernel_cmdline_option()Karel Zak1-0/+3
2012-11-02build-sys: cleanup cpu_set_t usageKarel Zak1-0/+10
2012-10-23lib/sysfs: add SCSI link functionsKarel Zak2-0/+4
2012-10-23lib/sysfs: add functions for SCSI host attributesKarel Zak1-0/+3
2012-10-23include/sysfs: add SCSI host:channel:target:lun supportKarel Zak1-0/+11
2012-10-22include/c: move usleep() fallback to c.hKarel Zak4-19/+17
2012-10-19include/c: remove MAXHOSTNAMELEN macroKarel Zak1-11/+0
2012-10-19include/xalloc: add xgethostname()Karel Zak1-0/+15
2012-10-19include/env: unify indentationSami Kerola1-5/+4
2012-10-19include/c: add get_hostname_max() inline functionSami Kerola1-0/+18
2012-10-16lib/color: add module for work with terminal colorsOndrej Oprala1-0/+50