Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: tweaks to python commands | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -4/+5 |
* | machinectl: make sure we are not reading an unitialized variable | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -0/+2 |
* | man,journal: add note about sd_journal_get_cutoff_monotonic_usec return value | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 2 | -21/+31 |
* | compress: fix return value | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -2/+2 |
* | resolved: do not use unitialized variable | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -5/+2 |
* | barrier: initalize file descriptors with -1 | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 5 | -79/+50 |
* | resolved: various bad memory access fixes to the cache | Lennart Poettering | 2014-07-18 | 1 | -4/+15 |
* | resolved: fix bus signatures to follow family as int change | Lennart Poettering | 2014-07-18 | 2 | -4/+4 |
* | terminal: suppress warning in subterm | David Herrmann | 2014-07-18 | 1 | -1/+1 |
* | terminal: add unifont font-handling | David Herrmann | 2014-07-18 | 9 | -2/+64159 |
* | terminal: only build if --enable-terminal was specified | David Herrmann | 2014-07-18 | 1 | -7/+9 |
* | in-addr-util: remove family_to_string() API | Lennart Poettering | 2014-07-18 | 3 | -17/+3 |
* | change type for address family to "int" | Lennart Poettering | 2014-07-18 | 27 | -112/+108 |
* | systemd-detect-virt: detect s390 virtualization | Thomas Blume | 2014-07-18 | 2 | -0/+18 |
* | update TODO | Lennart Poettering | 2014-07-18 | 1 | -0/+7 |
* | resolved: add more const | Lennart Poettering | 2014-07-18 | 2 | -6/+7 |
* | terminal: add format attributes | Thomas Hindoe Paaboel Andersen | 2014-07-18 | 1 | -0/+5 |
* | terminal: silence warning | Thomas Hindoe Paaboel Andersen | 2014-07-18 | 1 | -1/+2 |
* | networkd-wait-online: fix comilation warning | Tom Gundersen | 2014-07-18 | 2 | -12/+2 |
* | autogen: add "t" switch with --enable-terminal | David Herrmann | 2014-07-18 | 1 | -0/+3 |
* | journal: reduce test-journal-send timeout from 10s to 1s | David Herrmann | 2014-07-18 | 1 | -1/+1 |
* | terminal: add systemd-subterm example | David Herrmann | 2014-07-18 | 3 | -0/+1003 |
* | terminal: add screen-handling | David Herrmann | 2014-07-18 | 3 | -131/+4110 |
* | terminal: add parser state-machine | David Herrmann | 2014-07-18 | 6 | -1/+2622 |
* | terminal: add page handling for terminals | David Herrmann | 2014-07-18 | 2 | -0/+1036 |
* | terminal: extend RGB attributes | David Herrmann | 2014-07-18 | 1 | -5/+7 |
* | resolved: add LLMNR support for looking up names | Lennart Poettering | 2014-07-18 | 11 | -201/+638 |
* | shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE() | Lennart Poettering | 2014-07-18 | 5 | -12/+12 |
* | sd-rtnl: make string returned by sd_rtnl_message_read_string() const | Lennart Poettering | 2014-07-18 | 6 | -15/+16 |
* | test-tables: fix build-scan | Thomas Hindoe Paaboel Andersen | 2014-07-17 | 1 | -2/+5 |
* | sd-network: fixup api | Tom Gundersen | 2014-07-17 | 3 | -96/+46 |
* | networkd-wait-online: track links | Tom Gundersen | 2014-07-17 | 6 | -177/+541 |
* | sd-network: expose 'unmanaged' as a regular state | Tom Gundersen | 2014-07-17 | 2 | -5/+2 |
* | resolved: silence warnings | Thomas Hindoe Paaboel Andersen | 2014-07-17 | 1 | -6/+2 |
* | test-pty: silence a warning | Thomas Hindoe Paaboel Andersen | 2014-07-17 | 1 | -2/+2 |
* | resolved: remove unused variable | Thomas Hindoe Paaboel Andersen | 2014-07-17 | 1 | -1/+0 |
* | update TODO | Lennart Poettering | 2014-07-17 | 1 | -2/+4 |
* | resolved: add DNS cache | Lennart Poettering | 2014-07-17 | 13 | -132/+857 |
* | resolved: don't trip up when an rtlink message does not include the MTU | Lennart Poettering | 2014-07-17 | 1 | -4/+1 |
* | nss-util: be a tiny bit more compatible with glibc's lookup behaviour regardi... | Lennart Poettering | 2014-07-17 | 1 | -2/+16 |
* | detect-virt: Fix Xen domU discovery | Thomas Blume | 2014-07-17 | 1 | -1/+1 |
* | networkd: fix colud typo | Zbigniew Jędrzejewski-Szmek | 2014-07-17 | 7 | -11/+11 |
* | units: fix typo | Zbigniew Jędrzejewski-Szmek | 2014-07-17 | 1 | -1/+0 |
* | ui/term: add line/cell/char handling for terminal pages | David Herrmann | 2014-07-17 | 7 | -0/+2210 |
* | nspawn: fix barrier-destroy call | David Herrmann | 2014-07-17 | 1 | -1/+1 |
* | shared: add PTY helper | David Herrmann | 2014-07-17 | 5 | -0/+870 |
* | nspawn: use Barrier API instead of eventfd-util | David Herrmann | 2014-07-17 | 4 | -290/+60 |
* | shared: add generic IPC barrier | David Herrmann | 2014-07-17 | 5 | -0/+1002 |
* | core: nicer message when inotify watches are exhausted | Zbigniew Jędrzejewski-Szmek | 2014-07-16 | 1 | -1/+2 |
* | man: document yearly and annually in systemd.time(7) | Zbigniew Jędrzejewski-Szmek | 2014-07-16 | 1 | -6/+12 |