summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* units: don't enforce a holdoff time for journald, logind, udevdLennart Poettering2012-07-183-0/+3
* service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering2012-07-182-12/+10
* unit: don't serialize job state, only unit state across switch-rootLennart Poettering2012-07-186-21/+31
* NEWS: correct NTP implementation dataLennart Poettering2012-07-181-1/+1
* build-sys: put all BUILT_SOURCES in CLEANFILESZbigniew Jędrzejewski-Szmek2012-07-181-8/+2
* build-sys: use .DELETE_ON_ERRORZbigniew Jędrzejewski-Szmek2012-07-181-15/+19
* man: html - cross-ref man page references and add Index linkKay Sievers2012-07-172-1/+22
* Makefile.am: fixed dependencies for man/index.htmlHarald Hoyer2012-07-171-2/+4
* switch-root: don't wait for processesLennart Poettering2012-07-175-10/+11
* journalctl: do not ellipsize when using pagerZbigniew Jędrzejewski-Szmek2012-07-173-4/+9
* logs: Adapt interface in log-show.c (show_journal_by_unit)Zbigniew Jędrzejewski-Szmek2012-07-173-10/+13
* logs: Adapt interface in log-show.c (output_journal)Zbigniew Jędrzejewski-Szmek2012-07-173-23/+44
* Makefile.am: MKDIR_P man for man/index.htmlHarald Hoyer2012-07-171-0/+1
* Revert "keymap: add --version option"Kay Sievers2012-07-171-9/+0
* keymap: add --version optionZbigniew Jędrzejewski-Szmek2012-07-171-0/+9
* systemd: add --version optionZbigniew Jędrzejewski-Szmek2012-07-172-0/+24
* update TODOLennart Poettering2012-07-171-2/+4
* build-sys: distcheck - add seccomp*.h to SOURCESKay Sievers2012-07-171-0/+3
* build-sys: use C preprocessor for key list, tooLennart Poettering2012-07-171-10/+10
* execute: free syscall filter array after useLennart Poettering2012-07-171-0/+3
* gitignore: tags filesZbigniew Jędrzejewski-Szmek2012-07-171-0/+2
* build-sys: automake needs to know about generated filesZbigniew Jędrzejewski-Szmek2012-07-171-0/+4
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-1719-14/+517
* journal: actually set archived files to archived stateLennart Poettering2012-07-171-1/+2
* journalctl: decode more header files in --headerLennart Poettering2012-07-171-0/+10
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-176-26/+49
* journal: immediately rotate when the journal was previously not closed properlyLennart Poettering2012-07-172-7/+13
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-178-60/+201
* make-man-index.py: pretty-print HTMLKay Sievers2012-07-161-1/+17
* journal: use tail/head timestamps from header for cutoff logicLennart Poettering2012-07-161-11/+6
* journald: don't enforce monotonicity of realtime clocks when copying entriesLennart Poettering2012-07-161-3/+0
* man: actually generate h2 headers for letters in index as we meant toLennart Poettering2012-07-162-3/+1
* core: fix name of dbus call parameterLennart Poettering2012-07-161-1/+1
* man: include number of man pages in index pageLennart Poettering2012-07-161-0/+5
* build-sys: make building of index.html fail sensiblyLennart Poettering2012-07-161-2/+2
* man: set description in italics in the indexLennart Poettering2012-07-161-3/+6
* man: reword man page titlesLennart Poettering2012-07-1642-44/+43
* man: show man page summary in index, tooLennart Poettering2012-07-161-12/+9
* min: generate an index page for all man pagesLennart Poettering2012-07-163-2/+75
* unit: set default working directory to the user's home directory when running...Lennart Poettering2012-07-167-2/+37
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-169-12/+54
* unit: printf specifiers %u and %h: $USER and $HOME.Auke Kok2012-07-162-0/+56
* util: add getusername_malloc(), get_shell(), get_home_dir()Lennart Poettering2012-07-162-11/+128
* Spelling fixes.Ville Skyttä2012-07-1623-39/+39
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-1510-64/+86
* intltool: skip the intermediate file in case it remains, not the source fileKay Sievers2012-07-151-1/+1
* update TODOKay Sievers2012-07-151-1/+2
* unit: avoid re-definition of enum for older gcc versionsKay Sievers2012-07-151-1/+0
* build-sys: fix "make distcheck"Kay Sievers2012-07-152-2/+2
* aquire_terminal(): fix uninitialized variableKay Sievers2012-07-151-1/+1