2014-02-07 |
Lennart Poettering | core: don't send duplicate SIGCONT when killing units |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Lennart Poettering | cgroup: make sure to properly send SIGCONT to all proce... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Lennart Poettering | logind: rework session shutdown logic |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Lennart Poettering | core: watch SIGCHLD more closely to track processes... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Thomas Hindoe... | core: fix warning |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Zbigniew Jędrzejewsk... | shell-completion: fix completion of localectl set-locale |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Tom Gundersen | nspawn: fix HAVE_SELINUX ifdef |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Zbigniew Jędrzejewsk... | transaction: print more information about conflicting... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Zbigniew Jędrzejewsk... | bash-completion: fix completion of complete verbs |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Lennart Poettering | core: only send SIGHUP when doing first kill, not when... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Jóhann B. Guðmundsson | udev: add zram to the list of devices inappropriate... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Zbigniew Jędrzejewsk... | Update some message formats |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | nspawn: add --quiet switch for turning off any output... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | nspawn: always use default bus |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | bus: properly unset default bus pointer when destroying... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | man: introduce new "Desktop" property for sessions |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | logind: make session type and class settable via the... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | logind: add new "wayland" session type |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | core: don't wait for non-control/non-main processes... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | kill: fix error return |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Lennart Poettering | core: allow User=, Group=, Nice=, Environment=, Type... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Susant Sahani | Added attribute support for sd-rtnl |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Lennart Poettering | nspawn: various fixes in selinux hookup |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Dan Walsh | Add SELinux support to systemd-nspawn |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Colin Guthrie | journal: Drop pkgconfig reference to libsystemd-id128. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Lennart Poettering | bus: when closing the bus don't end up in a recursive... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Lennart Poettering | conf-parser: warn when we open configuration files... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Tom Gundersen | build-sys: move -lresolv out of CFLAGS |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Kay Sievers | bus: update kdbus.h (ABI break) |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Tom Gundersen | networkd: remove unused variable |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Tom Gundersen | networkd: don't fail on DHCP errors |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Hendrik Brueckner | s390/getty-generator: initialize essential system termi... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Lennart Poettering | run: drop mistakenly committed test code |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Lennart Poettering | core: fix oom check |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Lennart Poettering | core: introduce new stop protocol for unit scopes |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Lennart Poettering | util: use alloca0() intead of alloca() + memzero() |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Tom Gundersen | networkd: dhcp - refactor handler |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Tom Gundersen | networkd: don't check for ifindex in answer to RTM_NEWLINK |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Patrik Flykt | libsystemd-dhcp: Update secs field only when sending... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Patrik Flykt | libsystemd-dhcp: Fix stopping of DHCP client |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Patrik Flykt | libsystemd-dhcp: Compute UDP checksum only if set |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Patrik Flykt | libsystemd-dhcp: Rename function to be clearer that... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Patrik Flykt | libsystemd-dhcp: DNS name option must be a multiple... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Greg KH | use memzero(foo, length); for all memset(foo, 0, length... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Thomas Hindoe... | analyze: fix plot issues when using gummiboot |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zbigniew Jędrzejewsk... | tmpfiles: fix memory leak of exclude_prefixes |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | shared: net - use u32ctz to compute prefixlen |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | TODO: update sd-rtnl section |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Lennart Poettering | util: add u32ctz() call for determining ctz of uint32_t |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | networkd: netdev - reduce chance of race when receiving... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | sd-rtnl: beef up rtnl-util a bit |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | sd-dhcp-client/net-util: make netmask_to_prefixlen... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | networkd: address - add support for broadcast |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | net-util: verify the address family |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Gundersen | networkd: dhcpv4 - add notion of 'CriticalConnection' |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Lennart Poettering | utmp: make sure we don't write the utmp reboot record... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Lennart Poettering | update-utmp: code modernizations |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | bus: when proxying messages from the bus driver patch... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | bus: the owner of the bus driver name as reported by... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | nspawn: fix reboot event fd reuse |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | core: in containers, don't wait for cgroup empty notifi... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | core: use a bit more PID_FMT |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | core: make sure to always go through both SIGTERM and... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Martin Pitt | keymap: Add Toshiba EQUIUM |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | service: allow KillMode=mixed in conjunction with PAMName= |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | core: introduce new KillMode=mixed which sends SIGTERM... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Lennart Poettering | bus: fake security labels again |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | man: remove erroneous history section |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | manager: remove "debugging" "feature" |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | manager: requeue the cylon eye for 5s later when a... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | manager: print ephemeral information about running... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | Base mkostemp_safe on mkostemp |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Zbigniew Jędrzejewsk... | Get rid of write_safe |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Martin Pitt | keymap: Add Sony Vaio VGN-FW250 |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Martin Pitt | keymap: Add release quirk for Acer AOA switchvideomode key |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Zbigniew Jędrzejewsk... | build-sys: disable lto also for libsystemd-id128 |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | always use the same code for creating temporary files |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: pick slightly safer open() flags when creating... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: define O_TMPFILE on x86/x86-64, where the generic... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: pass original flags value to mkostemp(), in open_... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: simplify mkostemp_safe() |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: introduce new dev_urandom() call that is like... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | util: modernize loop_read() and loop_write() a bit |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | bus: reorder a few things |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Kay Sievers | bus: update kdbus.h (ABI break) |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Kay Sievers | Revert "manager: print ephemeral information about... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Zbigniew Jędrzejewsk... | manager: also turn on output on unit failure |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Zbigniew Jędrzejewsk... | manager: add systemd.show_status=auto mode |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Zbigniew Jędrzejewsk... | journal: guarantee async-signal-safety in sd_journald_sendv |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Zbigniew Jędrzejewsk... | Replace mkostemp+unlink with open(O_TMPFILE) |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Lennart Poettering | bus: update bloom filter description a bit |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Lennart Poettering | bus: rework bloom filter logic to operate with variable... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Lennart Poettering | bus: add API calls for connecting to starter bus |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Lennart Poettering | resolve: update sd-resolve to match the other APIs... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Lennart Poettering | bus: when we cannot bus activate a service because... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Martin Pitt | keymap: Add HP Chromebook 14 (Falco) |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Zbigniew Jędrzejewsk... | core: require mounts for the root and working directories |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Zbigniew Jędrzejewsk... | core: simplify check for path absoluteness |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Zbigniew Jędrzejewsk... | manager: rearm jobs timer |
commit | commitdiff | tree | snapshot |
next |