summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libudev: enumerate: fix NULL-deref for subsystem-matchesDavid Herrmann2013-09-041-0/+2
* cgtop: fixup the online helpBrandon Philips2013-09-041-2/+2
* libudev: fix memleak when enumerating childsDavid Herrmann2013-09-041-5/+9
* main: drop capabilities of userhelpers before oursHarald Hoyer2013-08-301-4/+4
* Do not realloc strings, which are already in the hashmap as keysHarald Hoyer2013-08-282-5/+15
* Revert "cgroup.c: check return value of unit_realize_cgroup_now()"Harald Hoyer2013-08-281-7/+2
* cgroup: only check once when mode is UNIT_CHECKGao feng2013-08-281-1/+1
* device cgroup: don't create a new CGroupDeviceAllow when it already in the listGao feng2013-08-281-9/+23
* blcokio bandwidth: add missing set of CGroupBlockIODeviceBandwidth's readGao feng2013-08-281-0/+1
* logind-session.c: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-08-281-13/+4
* logind: be more verbose on errorsZbigniew Jędrzejewski-Szmek2013-08-282-7/+25
* Disallow invalid UTF-8 configurationZbigniew Jędrzejewski-Szmek2013-08-281-31/+57
* log to kmsg when "debug" is used on the kernel command lineKay Sievers2013-08-271-2/+7
* "-" prefix for InaccessibleDirectories and ReadOnlyDirectoriesMaciej Wereski2013-08-232-3/+19
* udev: fix printf(3) type specifierShawn Landden2013-08-231-1/+1
* blkio: fix incorrect setting of cpu_sharesGao feng2013-08-231-1/+1
* nspawn: trivial simplificationZbigniew Jędrzejewski-Szmek2013-08-231-1/+1
* cgroup.c: check return value of unit_realize_cgroup_now()Harald Hoyer2013-08-231-2/+7
* Revert "udevd: simplify sigterm check"Colin Walters2013-08-221-3/+5
* Optimize startswith() to macroKay Sievers2013-08-222-36/+12
* remove hasprefix(), use startswith()Shawn Landden2013-08-225-23/+21
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-2211-13/+87
* logs-show: fix condition for ellipsizing multi-line messagesZbigniew Jędrzejewski-Szmek2013-08-211-2/+2
* logs-show: show source timestamp in verbose modeZbigniew Jędrzejewski-Szmek2013-08-201-3/+27
* logs-show: add short-precise mode with us timestampsZbigniew Jędrzejewski-Szmek2013-08-205-9/+47
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-205-10/+10
* udev: when complaining about invalid characters, print them outZbigniew Jędrzejewski-Szmek2013-08-201-3/+11
* gpt-auto-generator: do not show error for non-GPT disksZbigniew Jędrzejewski-Szmek2013-08-201-1/+2
* gpt-auto-generator: use _cleanup_ for blkid_free_probeZbigniew Jędrzejewski-Szmek2013-08-201-43/+25
* gpt-auto-generator: include device name in error reportsZbigniew Jędrzejewski-Szmek2013-08-201-5/+11
* journal: fix parsing of facility in syslog messagesZbigniew Jędrzejewski-Szmek2013-08-193-6/+10
* libudev-enumerate.c:udev_enumerate_get_list_entry() fixed possible stale pointerHarald Hoyer2013-08-191-8/+11
* build-sys: Add configure check for linux/btrfs.hMichael Marineau2013-08-163-2/+65
* typo fixes in man and commentsThomas Hindoe Paaboel Andersen2013-08-151-1/+1
* tests: fix indentationThomas Hindoe Paaboel Andersen2013-08-151-20/+19
* libudev: fix hwdb validation to look for the *new* fileKay Sievers2013-08-151-1/+1
* udevd: simplify sigterm checkKay Sievers2013-08-151-5/+3
* systemd-python: check for oom, give nicer error messagesZbigniew Jędrzejewski-Szmek2013-08-152-3/+7
* systemd-python: fix initialization of _Reader objectsSteven Hiscocks2013-08-151-0/+9
* sysctl: allow overwriting of values specified in "later" filesKay Sievers2013-08-151-8/+8
* hashmap: remove empty linesKay Sievers2013-08-151-4/+0
* systemd-cryptsetup: makes “discard” a synonym for “allow-discards”Ondrej Balaz2013-08-141-1/+1
* fstab-generator: log_oom() if automount_name is nullWANG Chao2013-08-141-1/+1
* bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek2013-08-141-0/+0
* hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek2013-08-142-26/+82
* selinux-access: move GPL to LGPL licenceKay Sievers2013-08-142-8/+8
* random-seed: a few modernizationsLennart Poettering2013-08-131-35/+52
* backlight: instead of syspath use sysname for identifying backlight devicesLennart Poettering2013-08-141-2/+8
* backlight: add minimal tool to save/restore screen brightness across rebootsLennart Poettering2013-08-142-0/+127
* logind: restore logic to kill user processes when session endsLennart Poettering2013-08-138-57/+129