summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2016-12-30udev-builtin-input_id.c: add missing kernel header defines.Gustavo Sverzut Barbieri
2016-08-06src/shared/missing.h: fix getrandom system call number on ARM64Thomas Petazzoni
2016-05-31udevd: remove unnecessary cgroups handlingMurray Calavera
2016-04-24shared: remove unused file `exit-status`Murray Calavera
2016-04-24shared: remove unused function `execute_command`Murray Calavera
2016-03-21src/shared/util.c: fix typoAnthony G. Basile
2016-03-21src/shared/util.c: add fallback for ppoll(), issue #129.Anthony G. Basile
2015-07-31build-sys: check for strndupaRomain Naour
2015-07-31build-sys: check for mallinfoRomain Naour
2015-06-18Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.Anthony G. Basile
2015-05-29random-util.c: remove <sys/auxv.h> missing in uClibcAnthony G. Basile
2015-05-29src/shared/missing.h: O_PATH and AT_EMPTY_PATH missing in uClibc's <fcntl.h>Anthony G. Basile
2015-05-27src/shared/util.h: update qsort_safe() for muslAnthony G. Basile
2015-05-27src/shared/path-util.c: import prefix_root() from upstreamAnthony G. Basile
2015-05-27nspawn: finish user namespace supportLennart Poettering
2015-05-27src/shared/util.h: import loop_write() from upstreamAnthony G. Basile
2015-05-26udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-26src/shared/util.[ch]: import functions from upstream for previous commitsAnthony G. Basile
2015-05-04core: rework cgroup path parse logicLennart Poettering
2015-05-04path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen
2015-05-04sysctl: minor simplificationsLennart Poettering
2015-05-04path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering
2015-05-04util: Fix assertion in split() on missing 'Martin Pitt
2015-05-03shared/hashmap: normalize whitespaceZbigniew Jędrzejewski-Szmek
2015-05-03src/shared/util.h: import xsprintf() from upstream.Anthony G. Basile
2015-04-15Ronny Chevalier <chevalier.ronny@gmail.com>shared: add terminal-util.[ch]Ronny Chevalier
2015-04-14shared: add random-util.[ch]Ronny Chevalier
2015-04-14shared: add process-util.[ch]Ronny Chevalier
2015-04-14util: when unescaping C escape sequences support C++11 \u andLennart Poettering
2015-04-12path-util: fix more path_is_mount e792e890f falloutLennart Poettering
2015-04-12path-util: don't eat up ENOENT in path_is_mount_point()Lennart Poettering
2015-04-12path-util: make sure fd_is_mount_point() returns true for root directoryLennart Poettering
2015-04-12src/shared/Makefile.am: fix make dist-checkAnthony G. Basile
2015-04-12path-util: if parent can do name_to_handle() but relevant dir not, it's a mou...Lennart Poettering
2015-04-12path-util.c: changes for rm-rf: never cross mount pointsLennart Poettering
2015-04-12hashmap: return NULL from destructorDavid Herrmann
2015-04-12shared: add formats-util.hRonny Chevalier
2015-04-12device-nodes: minor simplificationsLennart Poettering
2015-04-12util.c: follow upstream's comments.Anthony G. Basile
2015-04-12shared: set - make argument to set_remove() constTom Gundersen
2015-04-12shared/mkdir: do not set errno in addition to return valueZbigniew Jędrzejewski-Szmek
2015-04-12strv: return NULL from strv_free()David Herrmann
2015-04-12udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETERHans de Goede
2015-04-12udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICKAnthony G. Basile
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-19shared: add path_compare(), an ordering path comparisonMichal Schmidt
2015-03-19sysctl: move property handling to shared/Kay Sievers
2015-03-18selinux: fix SEGV during switch-root if SELinux policy loadedWill Woods
2015-03-18Check that EWOULDBLOCK is the same as EAGAINZbigniew Jędrzejewski-Szmek
2015-03-18Replace ENOTSUP with EOPNOTSUPPAnthony G. Basile