summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Working on legacy removal.enabled-optimizationDavid Strauss2014-05-212-221/+25
* Cache unit file states to avoid walking filesytem repeatedlySkyler Leigh Amador2014-04-282-7/+269
* conf-parser: Fix typo in commentJonathan Boulle2014-04-281-1/+1
* Add more password agent informationDavid Härdeman2014-04-242-4/+11
* util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering2014-04-241-13/+12
* delta: draw arrows with draw_special_char()Lennart Poettering2014-04-233-12/+20
* install: simplificationLennart Poettering2014-04-231-2/+2
* label: there is no label_retest_selinux() callLennart Poettering2014-04-231-2/+0
* systemctl: delete REBOOT_PARAM_FILE if no parameter is specifiedMichael Olbrich2014-04-212-2/+20
* implement a union to pad out file_handleDave Reisner2014-04-211-0/+6
* condense assignment and path_kill_slashes callsDave Reisner2014-04-212-9/+4
* Remove duplicate includesBas van den Berg2014-04-201-1/+0
* install: create_symlink() check unlink() return valueDjalal Harouni2014-04-161-1/+3
* util: ignore kernel errors reported via close(), unless it is EBADFLennart Poettering2014-04-131-13/+19
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-131-2/+0
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-121-4/+5
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-123-22/+31
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-123-32/+25
* build-sys: add newly used if_link.h defines to missing.hZbigniew Jędrzejewski-Szmek2014-04-051-0/+33
* journal: fix export of messages containing newlinesZbigniew Jędrzejewski-Szmek2014-04-053-6/+11
* time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering2014-03-252-4/+6
* util: consider both fuse.glusterfs and glusterfs network file systemsLennart Poettering2014-03-251-1/+8
* ask-password: modernizationsLennart Poettering2014-03-251-50/+37
* ask-password: when the user types a overly long password, beep and refuseLennart Poettering2014-03-251-0/+5
* core: remove tcpwrap supportLennart Poettering2014-03-242-4/+1
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-244-20/+16
* libsystemd-network: move network-utils from src/sharedTom Gundersen2014-03-212-394/+0
* sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog2014-03-212-0/+41
* missing: add more compat for old kernels and loop devicesLennart Poettering2014-03-211-0/+9
* core: Beef up PrivateDevices=Lennart Poettering2014-03-191-1/+1
* missing: define LO_FLAGS_PARTSCAN if it is missingLennart Poettering2014-03-191-0/+4
* util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering2014-03-191-0/+12
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-189-89/+64
* build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering2014-03-172-0/+53
* activate: export make_socket_fdZbigniew Jędrzejewski-Szmek2014-03-172-0/+31
* shared: export is_dirZbigniew Jędrzejewski-Szmek2014-03-172-1/+2
* Use strlen even for constant stringsJosh Triplett2014-03-163-3/+3
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-141-0/+6
* utmp-wtmp: allow overriding username on wallSebastian Thorarensen2014-03-142-5/+9
* util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2014-03-142-0/+45
* gpt: introduce root partition type GUIDs for ARM 32bit + ARM 64bitLennart Poettering2014-03-141-3/+12
* shared: add root argument to search_and_fopenMichael Marineau2014-03-142-8/+8
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-142-0/+386
* systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering2014-03-132-2/+21
* gpt-auto-generator: honour read-only and no-auto flag from GPT dataLennart Poettering2014-03-131-0/+7
* macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering2014-03-121-4/+5
* util: Make in_charset a static inline in util.hJosh Triplett2014-03-122-7/+5
* util: Rewrite in_charset to use strspnJosh Triplett2014-03-121-8/+1
* systemctl: for switch-root check, if we switch to a systemd initHarald Hoyer2014-03-111-0/+13
* util: add files_same() helper functionHarald Hoyer2014-03-112-8/+18