summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* hashmap: remove empty linesKay Sievers2013-08-151-4/+0
* missing: use btrfs.h instead of defining our own btrfs structuresLennart Poettering2013-08-131-17/+0
* logs-show: limit to 3 lines and use dots if not showing full messageZbigniew Jędrzejewski-Szmek2013-08-112-22/+57
* logs-show: fix indentation for 2nd and later lines, show lines in fullZbigniew Jędrzejewski-Szmek2013-08-111-3/+7
* systemctl: show hint about --full when lines don't fitZbigniew Jędrzejewski-Szmek2013-08-112-15/+28
* systemd-delta: Only print colors when on a ttyDaniel Schaal2013-08-041-0/+16
* rework systemd's own process environment handling/passingKay Sievers2013-07-262-0/+16
* journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek2013-07-262-0/+31
* shared: split mkdir_*() and mkdir_*_label() from each otherKay Sievers2013-07-266-42/+80
* core: synchronously block when loggingLennart Poettering2013-07-241-4/+8
* shared: fix build on !x86Shawn Landden2013-07-201-2/+2
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-193-1/+16
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-182-0/+33
* journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz2013-07-182-2/+10
* journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek2013-07-161-1/+6
* util: make gcc shut up by passing a 0 mode param to open()Lennart Poettering2013-07-171-2/+6
* util: make some gcc versions shut up regarding unintialized variable accessLennart Poettering2013-07-171-2/+2
* util.c:is_locale_utf8(): check, if "C" was set on purposeHarald Hoyer2013-07-161-6/+10
* test-tables: allow sparse tables and check mapping for -1Zbigniew Jędrzejewski-Szmek2013-07-161-4/+7
* detect-virt: detect User-Mode LinuxRamkumar Ramachandra2013-07-161-0/+11
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-162-0/+35
* util: recognize 'ncp' as an alias to 'ncpfs'Frederic Crozat2013-07-161-0/+1
* systemd: fix NULL dereference when disabling a nonexistent instanceZbigniew Jędrzejewski-Szmek2013-07-141-12/+26
* test: add trivial test for syscall table and extend table tests to error pathsZbigniew Jędrzejewski-Szmek2013-07-131-3/+5
* install: make "reenable" work with templated unitsRoss Lagerwall2013-07-131-33/+5
* shared/install: fix trivial memleakZbigniew Jędrzejewski-Szmek2013-07-121-3/+4
* cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering2013-07-111-21/+3
* basic SO_REUSEPORT supportShawn Landden2013-07-111-0/+4
* cgroup: when uninstalling agent, actually turn it off firstLennart Poettering2013-07-101-1/+12
* systemctl: suppress error message when doing "systemctl daemon-reexec"Lennart Poettering2013-07-101-0/+2
* core: serialize/deserialize bus subscribersLennart Poettering2013-07-101-1/+4
* tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek2013-07-051-0/+46
* disable the cgroups release agent when shutting downKay Sievers2013-07-042-0/+16
* replace tabs with spaces in various filesJason St. John2013-07-021-1/+1
* journald: drop (deleted) from _EXE= fieldsZbigniew Jędrzejewski-Szmek2013-07-021-1/+11
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-021-1/+1
* libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering2013-07-021-60/+42
* logind: port over to use scopes+slices for all cgroup stuffLennart Poettering2013-07-022-0/+29
* core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering2013-07-022-0/+17
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-014-1/+21
* core: add transient unitsLennart Poettering2013-06-282-1/+2
* test: Add list testcaseJan Janssen2013-06-271-1/+1
* core: general cgroup reworkLennart Poettering2013-06-277-144/+244
* journalctl: highlight MESSAGE= in verbose outputZbigniew Jędrzejewski-Szmek2013-06-261-4/+15
* journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNITZbigniew Jędrzejewski-Szmek2013-06-201-14/+27
* Make sure we only show authentic coredump messagesZbigniew Jędrzejewski-Szmek2013-06-201-3/+4
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-202-1/+3
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-212-2/+51
* journalctl: show lines in full with --allZbigniew Jędrzejewski-Szmek2013-06-201-2/+2
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-203-131/+99