| Commit message (Expand) | Author | Age | Files | Lines |
* | units: don't enforce a holdoff time for journald, logind, udevd | Lennart Poettering | 2012-07-18 | 3 | -0/+3 |
* | service: make start jobs wait, not fail, when an automatic restart is queued | Lennart Poettering | 2012-07-18 | 2 | -12/+10 |
* | unit: don't serialize job state, only unit state across switch-root | Lennart Poettering | 2012-07-18 | 6 | -21/+31 |
* | NEWS: correct NTP implementation data | Lennart Poettering | 2012-07-18 | 1 | -1/+1 |
* | build-sys: put all BUILT_SOURCES in CLEANFILES | Zbigniew Jędrzejewski-Szmek | 2012-07-18 | 1 | -8/+2 |
* | build-sys: use .DELETE_ON_ERROR | Zbigniew Jędrzejewski-Szmek | 2012-07-18 | 1 | -15/+19 |
* | man: html - cross-ref man page references and add Index link | Kay Sievers | 2012-07-17 | 2 | -1/+22 |
* | Makefile.am: fixed dependencies for man/index.html | Harald Hoyer | 2012-07-17 | 1 | -2/+4 |
* | switch-root: don't wait for processes | Lennart Poettering | 2012-07-17 | 5 | -10/+11 |
* | journalctl: do not ellipsize when using pager | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 3 | -4/+9 |
* | logs: Adapt interface in log-show.c (show_journal_by_unit) | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 3 | -10/+13 |
* | logs: Adapt interface in log-show.c (output_journal) | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 3 | -23/+44 |
* | Makefile.am: MKDIR_P man for man/index.html | Harald Hoyer | 2012-07-17 | 1 | -0/+1 |
* | Revert "keymap: add --version option" | Kay Sievers | 2012-07-17 | 1 | -9/+0 |
* | keymap: add --version option | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 1 | -0/+9 |
* | systemd: add --version option | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 2 | -0/+24 |
* | update TODO | Lennart Poettering | 2012-07-17 | 1 | -2/+4 |
* | build-sys: distcheck - add seccomp*.h to SOURCES | Kay Sievers | 2012-07-17 | 1 | -0/+3 |
* | build-sys: use C preprocessor for key list, too | Lennart Poettering | 2012-07-17 | 1 | -10/+10 |
* | execute: free syscall filter array after use | Lennart Poettering | 2012-07-17 | 1 | -0/+3 |
* | gitignore: tags files | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 1 | -0/+2 |
* | build-sys: automake needs to know about generated files | Zbigniew Jędrzejewski-Szmek | 2012-07-17 | 1 | -0/+4 |
* | execute: support syscall filtering using seccomp filters | Lennart Poettering | 2012-07-17 | 19 | -14/+517 |
* | journal: actually set archived files to archived state | Lennart Poettering | 2012-07-17 | 1 | -1/+2 |
* | journalctl: decode more header files in --header | Lennart Poettering | 2012-07-17 | 1 | -0/+10 |
* | journal: size journal data hash table based on maximum file size metrics | Lennart Poettering | 2012-07-17 | 6 | -26/+49 |
* | journal: immediately rotate when the journal was previously not closed properly | Lennart Poettering | 2012-07-17 | 2 | -7/+13 |
* | journal: automatically rotate journal files if the data hash table is full > 75% | Lennart Poettering | 2012-07-17 | 8 | -60/+201 |
* | make-man-index.py: pretty-print HTML | Kay Sievers | 2012-07-16 | 1 | -1/+17 |
* | journal: use tail/head timestamps from header for cutoff logic | Lennart Poettering | 2012-07-16 | 1 | -11/+6 |
* | journald: don't enforce monotonicity of realtime clocks when copying entries | Lennart Poettering | 2012-07-16 | 1 | -3/+0 |
* | man: actually generate h2 headers for letters in index as we meant to | Lennart Poettering | 2012-07-16 | 2 | -3/+1 |
* | core: fix name of dbus call parameter | Lennart Poettering | 2012-07-16 | 1 | -1/+1 |
* | man: include number of man pages in index page | Lennart Poettering | 2012-07-16 | 1 | -0/+5 |
* | build-sys: make building of index.html fail sensibly | Lennart Poettering | 2012-07-16 | 1 | -2/+2 |
* | man: set description in italics in the index | Lennart Poettering | 2012-07-16 | 1 | -3/+6 |
* | man: reword man page titles | Lennart Poettering | 2012-07-16 | 42 | -44/+43 |
* | man: show man page summary in index, too | Lennart Poettering | 2012-07-16 | 1 | -12/+9 |
* | min: generate an index page for all man pages | Lennart Poettering | 2012-07-16 | 3 | -2/+75 |
* | unit: set default working directory to the user's home directory when running... | Lennart Poettering | 2012-07-16 | 7 | -2/+37 |
* | unit: introduce %s specifier for the user shell | Lennart Poettering | 2012-07-16 | 9 | -12/+54 |
* | unit: printf specifiers %u and %h: $USER and $HOME. | Auke Kok | 2012-07-16 | 2 | -0/+56 |
* | util: add getusername_malloc(), get_shell(), get_home_dir() | Lennart Poettering | 2012-07-16 | 2 | -11/+128 |
* | Spelling fixes. | Ville Skyttä | 2012-07-16 | 23 | -39/+39 |
* | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | 2012-07-15 | 10 | -64/+86 |
* | intltool: skip the intermediate file in case it remains, not the source file | Kay Sievers | 2012-07-15 | 1 | -1/+1 |
* | update TODO | Kay Sievers | 2012-07-15 | 1 | -1/+2 |
* | unit: avoid re-definition of enum for older gcc versions | Kay Sievers | 2012-07-15 | 1 | -1/+0 |
* | build-sys: fix "make distcheck" | Kay Sievers | 2012-07-15 | 2 | -2/+2 |
* | aquire_terminal(): fix uninitialized variable | Kay Sievers | 2012-07-15 | 1 | -1/+1 |