summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unit: set default working directory to the user's home directory when running...Lennart Poettering2012-07-166-0/+31
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-168-12/+49
* unit: printf specifiers %u and %h: $USER and $HOME.Auke Kok2012-07-161-0/+46
* util: add getusername_malloc(), get_shell(), get_home_dir()Lennart Poettering2012-07-162-11/+128
* Spelling fixes.Ville Skyttä2012-07-166-8/+8
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-157-47/+83
* unit: avoid re-definition of enum for older gcc versionsKay Sievers2012-07-151-1/+0
* aquire_terminal(): fix uninitialized variableKay Sievers2012-07-151-1/+1
* journal: align byte-buffer that gets cased to an objectKay Sievers2012-07-152-1/+2
* journal: avoid re-definition of enums for older gcc versionsKay Sievers2012-07-151-3/+0
* udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=nKay Sievers2012-07-144-20/+29
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-139-28/+31
* shutdown: add missing includeLennart Poettering2012-07-131-0/+1
* man: document sd_journal_get_cutoff_realtime_usec()Lennart Poettering2012-07-131-1/+1
* man: document sd_journal_get_data() and friendsLennart Poettering2012-07-131-0/+1
* log: correct usage of logging API at a few placesLennart Poettering2012-07-134-3/+4
* main: only reopen /dev/console if we switch-root to a custom initHarald Hoyer2012-07-131-3/+3
* container: when shutting down in a container don't detach loop devicesLennart Poettering2012-07-131-0/+1
* core: go on a killing spree when transitioning from initrd to main systemLennart Poettering2012-07-134-187/+216
* util: temporarily ignore SIGHUP while we are issuing TIOCSTTYLennart Poettering2012-07-131-4/+14
* test: hook up more tests with make checkLennart Poettering2012-07-131-1/+5
* util: rename join() to strjoin()Lennart Poettering2012-07-1323-58/+58
* man: document sd_journal_stream_fd()Lennart Poettering2012-07-131-2/+2
* man: move header file man pages from section 7 to 3Lennart Poettering2012-07-135-2/+8
* journal: properly export sd_journal_add_disjunction()Lennart Poettering2012-07-131-0/+1
* journalctl: show any printable Unicode characterZbigniew Jędrzejewski-Szmek2012-07-133-16/+79
* journal: beef up journal matches considerablyLennart Poettering2012-07-139-321/+895
* journal: check fields we search for more carefullyLennart Poettering2012-07-131-1/+29
* journal: fix seeking by realtime/seqnumLennart Poettering2012-07-131-2/+6
* journal: fix bad memory accessLennart Poettering2012-07-131-1/+1
* journal: fix bisection logic for first entryLennart Poettering2012-07-131-3/+6
* journal: fix interleaving of files with different time sourcesLennart Poettering2012-07-131-2/+2
* journal: replace implicit flushing of journal by explicit oneLennart Poettering2012-07-111-18/+5
* journalctl: add a marker to log output for rebootsLennart Poettering2012-07-112-3/+17
* journal: rework directory enumeration/watch logicLennart Poettering2012-07-115-286/+450
* journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering2012-07-105-25/+25
* journald: use "persistent", not "permanent" as storage optionLennart Poettering2012-07-102-6/+6
* selinux: turn of libselinux' internal loggingLennart Poettering2012-07-101-0/+9
* switch-root: reopen /dev/console before we switch rootLennart Poettering2012-07-104-22/+36
* util: rm_rf() refuse cleaning non-memory file systems, as extra paranoiaLennart Poettering2012-07-103-8/+71
* util: add extra safety check to in_initrd()Lennart Poettering2012-07-101-2/+19
* mount: fix for complex automountsMalte Starostik2012-07-101-2/+4
* systemctl: filter shown units by their load stateZbigniew Jędrzejewski-Szmek2012-07-101-7/+14
* unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-104-24/+24
* unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering2012-07-1011-12/+0
* unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering2012-07-106-38/+30
* systemctl: check the argument to -t for invalid valuesZbigniew Jędrzejewski-Szmek2012-07-101-0/+4
* unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-103-15/+36
* cryptsetup: add keyfile-offset= supportTom Gundersen2012-07-091-1/+10
* udev: never touch device nodes with symlink requestsKay Sievers2012-07-091-15/+2