summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering9-89/+64
2014-03-17build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering2-0/+53
2014-03-17activate: export make_socket_fdZbigniew Jędrzejewski-Szmek2-0/+31
2014-03-17shared: export is_dirZbigniew Jędrzejewski-Szmek2-1/+2
2014-03-16Use strlen even for constant stringsJosh Triplett3-3/+3
2014-03-14timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek1-0/+6
2014-03-14utmp-wtmp: allow overriding username on wallSebastian Thorarensen2-5/+9
2014-03-14util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2-0/+45
2014-03-14gpt: introduce root partition type GUIDs for ARM 32bit + ARM 64bitLennart Poettering1-3/+12
2014-03-14shared: add root argument to search_and_fopenMichael Marineau2-8/+8
2014-03-14logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2-0/+386
2014-03-13systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering2-2/+21
2014-03-13gpt-auto-generator: honour read-only and no-auto flag from GPT dataLennart Poettering1-0/+7
2014-03-12macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering1-4/+5
2014-03-12util: Make in_charset a static inline in util.hJosh Triplett2-7/+5
2014-03-12util: Rewrite in_charset to use strspnJosh Triplett1-8/+1
2014-03-11systemctl: for switch-root check, if we switch to a systemd initHarald Hoyer1-0/+13
2014-03-11util: add files_same() helper functionHarald Hoyer2-8/+18
2014-03-11nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/gete...Lennart Poettering1-1/+3
2014-03-10nspawn: add --image= switch to boot GPT disk images that follow the Discovera...Lennart Poettering2-0/+34
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack1-1/+1
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering1-5/+6
2014-03-07udev-builtin-blkid: when we find a GPT partition marked as root disk on the s...Lennart Poettering1-5/+17
2014-03-07fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering3-10/+28
2014-03-06strv: set _printf_ on strv_extendfThomas Hindoe Paaboel Andersen1-1/+1
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering2-16/+39
2014-03-06unit-name: modernizationsLennart Poettering1-18/+7
2014-03-06util: add timeout to generator executionLennart Poettering2-76/+88
2014-03-06generators: rework mount generatorsLennart Poettering3-0/+138
2014-03-05systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2-0/+16
2014-03-05strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st...Lennart Poettering1-0/+2
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2-1/+5
2014-03-04architecture: Add crisUmut Tezduyar Lindskog2-0/+6
2014-03-04logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering3-1/+23
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek3-7/+15
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek5-14/+17
2014-03-03conf-parser: minor optimization in config_parse_string()Lennart Poettering1-36/+34
2014-03-03conf-parser: drop special casing in config_parse_path()Lennart Poettering1-10/+4
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2-59/+0
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering2-86/+0
2014-03-03core: move ShowStatus type into the coreLennart Poettering4-59/+2
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2-22/+24
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering3-2/+6
2014-03-02Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek1-14/+16
2014-03-02Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek1-2/+22
2014-02-28architecture: Add tilegxHenrik Grindal Bakken2-0/+6
2014-02-27logs-show: fix corrupt output with empty messagesUoti Urpala1-0/+5
2014-02-25Use /var/run/dbus/system_bus_socket for the D-Bus socketZbigniew Jędrzejewski-Szmek1-1/+1
2014-02-26core: add new RestrictAddressFamilies= switchLennart Poettering5-1/+94
2014-02-25login: fix pos-array allocationDavid Herrmann1-0/+9