summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11hwdb: add more mouse DPI entriesPeter Hutterer
2014-12-04smack-util: remove warning when building without SMACK supportLennart Poettering
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar
2014-12-04util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-04udevd: SAS: use SAS addr + PHY id in by-path whenever possible.Maurizio Lombardi
2014-12-04libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering
2014-12-04hwdb: Update database of Bluetooth company identifiersMarcel Holtmann
2014-12-01udev: strings in C are NUL-terminated anyway, no need to add a second NUL...Lennart Poettering
2014-12-01udev: rules - ignore the lack of trailing newlineTom Gundersen
2014-12-01udev: rules - print the first invalid characterTom Gundersen
2014-12-01udev: rules - modernise add_rule a bitTom Gundersen
2014-12-01udevadm hwdb: discard extra leading whitespaces in hwdbPeter Hutterer
2014-12-01cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall
2014-12-01treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-30treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-28util: add function getting proc environJakub Filak
2014-11-28util: skip incomplete ucred information in getpeersec()Lennart Poettering
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: rearrange log function namingLennart Poettering
2014-11-28log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-28udevadm trigger: allow matching by device nameZbigniew Jędrzejewski-Szmek
2014-11-28udevadm: split out find_device helperZbigniew Jędrzejewski-Szmek
2014-11-28hwdb: add a new db for the DPI/frequency settings of micePeter Hutterer
2014-11-27hwdb: fix a typoPeter Hutterer
2014-11-27smack: introduce new SmackProcessLabel optionWaLyong Cho
2014-11-27man: add emacs header to get correct indention in nxml-mode for the manpage X...Lennart Poettering
2014-11-20set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering
2014-11-17log: unchecked return value from librarySusant Sahani
2014-11-17udev: silence TOCTOU warning when creating a directoryRonny Chevalier
2014-11-16configure.ac: don't die on missing linux/btrfs.h, fixes issue #100Anthony G. Basile
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: move global property handling from libudev to udevdKay Sievers
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-14udev: use properly the systemd logging functionsRonny Chevalier
2014-11-14src/shared/util.{c,h}: import needed functions from upstreamAnthony G. Basile
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-11-14utf8: when looking at the next unichar, honour the size parameter, in utf8_is...Lennart Poettering
2014-11-14util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-14shared: create files even if the SELinux policy has no context for themMichal Schmidt
2014-11-14condition: unify condition logic in one fileLennart Poettering
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07src/libudev/libudev-hwdb.c: update error messageAnthony G. Basile
2014-11-07man/udev.conf.xml: fix s/commandline/command line/g and rebuild man pagesAnthony G. Basile
2014-11-07s/commandline/command line/gHarald Hoyer
2014-11-07udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-07udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones