summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib/xalloc: add xstrndup()Karel Zak2013-04-101-0/+15
* loopdev: sync capacity after setting itJeff Mahoney2013-04-091-0/+1
* include/fileutils: use O_CLOEXEC for mktemp stuffKarel Zak2013-04-031-1/+1
* include/c: add macro UL_CLOEXECSTRKarel Zak2013-04-031-0/+8
* lib/xalloc: fix mamory leak in xgethostname() [coverity scan]Karel Zak2013-03-271-2/+4
* include/pathnames: rename _PATH_ADJPATH to _PATH_ADJTIMEKarel Zak2013-03-261-1/+2
* docs: arch is gone, use delpart as usage() function exampleSami Kerola2013-03-261-1/+1
* remove duplicate includesKarel Zak2013-03-201-2/+4
* lib/mbsalign: correct license header from GPLv[23] to LGPLv2+Pádraig Brady2013-03-201-2/+2
* dmesg: more colors, more funKarel Zak2013-03-181-1/+1
* namespace.h: Fix typo: s/CLONE_NEWSNS/CLONE_NEWNS/Josh Triplett2013-03-131-1/+1
* include/timer: return setitimer return valueKarel Zak2013-03-131-2/+2
* include/optutils: make collisions detection between options more robustKarel Zak2013-03-131-4/+12
* include: add timer.hKarel Zak2013-03-132-0/+32
* lib/strutils: add strtotimeval_or_err()Karel Zak2013-03-131-0/+3
* lib/procutils: add simple API to scan /proc/PID/*Karel Zak2013-03-121-0/+18
* libblkid: rename in sun_disklabel for compatibility with fdiskKarel Zak2013-03-111-8/+10
* inlude/pt-sun: add flags and tagsKarel Zak2013-03-111-7/+23
* libblkid: move sun PT definition to include/Karel Zak2013-03-112-1/+74
* lib/strutils: simplify strtosize(), return info about suffixKarel Zak2013-03-111-0/+21
* fdisk: add callback for ask-numbers APIKarel Zak2013-03-111-0/+2
* build-sys: add exec_shell.h to distributionBernhard Voelker2013-03-041-0/+1
* Merge branch 'patch-1' of https://github.com/dtrebbien/util-linuxKarel Zak2013-02-201-0/+3
|\
| * Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien2013-01-311-0/+3
* | lib/tty: don't truncate output on non-terminalsKarel Zak2013-02-191-0/+1
* | unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek2013-02-141-0/+1
* | build-sys: add namespace.h to distributionSami Kerola2013-02-061-0/+1
* | setpriv: move paths to pathnames.hKarel Zak2013-02-051-0/+8
|/
* nsenter: fix indentationSami Kerola2013-01-251-28/+27Star
* include: add missing values to sysfs_cxt initializer definitionSami Kerola2013-01-241-1/+1
* unshare,nsenter: Move the old libc handling into a common header namespace.hEric W. Biederman2013-01-171-0/+43
* build-sys: add files to distributionSami Kerola2013-01-101-0/+1
* include/ttyutils: add default chardataWerner Fink2013-01-081-0/+24
* include: cleanup copyright headersKarel Zak2013-01-088-0/+50
* include/bitopts: Use the operating system byteswapping functionsKarel Zak2013-01-081-63/+97
* build-sys: remove consoles.hKarel Zak2012-12-271-1/+0Star
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-232-51/+9Star
* sulogin: make usleep() workaround workWerner Fink2012-12-181-3/+7
* sulogin: use the linked lists from list.h for consoles listWerner Fink2012-12-181-2/+4
* include/list: add list_last_entry()Karel Zak2012-12-181-2/+5
* include/list: fix undefined behavior in list_entry() macroSami Liedes2012-12-171-2/+3
* lib/canonicalize: add canonicalize_path_restricted() to canonicalize without ...Karel Zak2012-11-261-0/+1
* ipcs: determine ipc limits from /procSami Kerola2012-11-231-0/+1
* lib/path: add path_read_u64()Karel Zak2012-11-231-1/+5
* lib/path: rename functions to be more explicitKarel Zak2012-11-231-6/+6
* ipcs: add /proc and /sys path definitionsSami Kerola2012-11-231-0/+11
* lib/ttyutils: add get_terminal_name()Karel Zak2012-11-221-1/+1
* lib/ttyutils: create .c fileKarel Zak2012-11-221-32/+3Star
* lib/consoles: remove global variable consolesKarel Zak2012-11-091-2/+3
* lib/consoles: add code to detect all system consolesWerner Fink2012-11-082-0/+49