chiark / gitweb /
nspawn: always use default bus
[elogind.git] / src /
2014-02-05 Lennart Poetteringnspawn: always use default bus
2014-02-05 Lennart Poetteringbus: properly unset default bus pointer when destroying...
2014-02-05 Lennart Poetteringman: introduce new "Desktop" property for sessions
2014-02-05 Lennart Poetteringlogind: make session type and class settable via the...
2014-02-05 Lennart Poetteringlogind: add new "wayland" session type
2014-02-05 Lennart Poetteringcore: don't wait for non-control/non-main processes...
2014-02-05 Lennart Poetteringkill: fix error return
2014-02-05 Lennart Poetteringcore: allow User=, Group=, Nice=, Environment=, Type...
2014-02-04 Susant SahaniAdded attribute support for sd-rtnl
2014-02-04 Lennart Poetteringnspawn: various fixes in selinux hookup
2014-02-04 Dan WalshAdd SELinux support to systemd-nspawn
2014-02-04 Colin Guthriejournal: Drop pkgconfig reference to libsystemd-id128.
2014-02-03 Lennart Poetteringbus: when closing the bus don't end up in a recursive...
2014-02-03 Lennart Poetteringconf-parser: warn when we open configuration files...
2014-02-01 Kay Sieversbus: update kdbus.h (ABI break)
2014-02-01 Tom Gundersennetworkd: remove unused variable
2014-02-01 Tom Gundersennetworkd: don't fail on DHCP errors
2014-01-31 Hendrik Brueckners390/getty-generator: initialize essential system termi...
2014-01-31 Lennart Poetteringrun: drop mistakenly committed test code
2014-01-31 Lennart Poetteringcore: fix oom check
2014-01-31 Lennart Poetteringcore: introduce new stop protocol for unit scopes
2014-01-31 Lennart Poetteringutil: use alloca0() intead of alloca() + memzero()
2014-01-31 Tom Gundersennetworkd: dhcp - refactor handler
2014-01-31 Tom Gundersennetworkd: don't check for ifindex in answer to RTM_NEWLINK
2014-01-31 Patrik Flyktlibsystemd-dhcp: Update secs field only when sending...
2014-01-31 Patrik Flyktlibsystemd-dhcp: Fix stopping of DHCP client
2014-01-31 Patrik Flyktlibsystemd-dhcp: Compute UDP checksum only if set
2014-01-31 Patrik Flyktlibsystemd-dhcp: Rename function to be clearer that...
2014-01-31 Patrik Flyktlibsystemd-dhcp: DNS name option must be a multiple...
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-31 Thomas Hindoe Paab... analyze: fix plot issues when using gummiboot
2014-01-31 Zbigniew Jędrzejew... tmpfiles: fix memory leak of exclude_prefixes
2014-01-30 Tom Gundersenshared: net - use u32ctz to compute prefixlen
2014-01-30 Lennart Poetteringutil: add u32ctz() call for determining ctz of uint32_t
2014-01-30 Tom Gundersennetworkd: netdev - reduce chance of race when receiving...
2014-01-30 Tom Gundersensd-rtnl: beef up rtnl-util a bit
2014-01-30 Tom Gundersensd-dhcp-client/net-util: make netmask_to_prefixlen...
2014-01-30 Tom Gundersennetworkd: address - add support for broadcast
2014-01-30 Tom Gundersennet-util: verify the address family
2014-01-30 Tom Gundersennetworkd: dhcpv4 - add notion of 'CriticalConnection'
2014-01-30 Lennart Poetteringutmp: make sure we don't write the utmp reboot record...
2014-01-30 Lennart Poetteringupdate-utmp: code modernizations
2014-01-29 Lennart Poetteringbus: when proxying messages from the bus driver patch...
2014-01-29 Lennart Poetteringbus: the owner of the bus driver name as reported by...
2014-01-29 Lennart Poetteringnspawn: fix reboot event fd reuse
2014-01-29 Lennart Poetteringcore: in containers, don't wait for cgroup empty notifi...
2014-01-29 Lennart Poetteringcore: use a bit more PID_FMT
2014-01-29 Lennart Poetteringcore: make sure to always go through both SIGTERM and...
2014-01-29 Lennart Poetteringservice: allow KillMode=mixed in conjunction with PAMName=
2014-01-29 Lennart Poetteringcore: introduce new KillMode=mixed which sends SIGTERM...
2014-01-29 Lennart Poetteringbus: fake security labels again
2014-01-29 Zbigniew Jędrzejew... manager: remove "debugging" "feature"
2014-01-29 Zbigniew Jędrzejew... manager: requeue the cylon eye for 5s later when a...
2014-01-29 Zbigniew Jędrzejew... manager: print ephemeral information about running...
2014-01-29 Zbigniew Jędrzejew... Base mkostemp_safe on mkostemp
2014-01-29 Zbigniew Jędrzejew... Get rid of write_safe
2014-01-28 Lennart Poetteringalways use the same code for creating temporary files
2014-01-28 Lennart Poetteringutil: pick slightly safer open() flags when creating...
2014-01-28 Lennart Poetteringutil: define O_TMPFILE on x86/x86-64, where the generic...
2014-01-28 Lennart Poetteringutil: pass original flags value to mkostemp(), in open_...
2014-01-28 Lennart Poetteringutil: simplify mkostemp_safe()
2014-01-28 Lennart Poetteringutil: introduce new dev_urandom() call that is like...
2014-01-28 Lennart Poetteringutil: modernize loop_read() and loop_write() a bit
2014-01-28 Lennart Poetteringbus: reorder a few things
2014-01-28 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-28 Kay SieversRevert "manager: print ephemeral information about...
2014-01-28 Zbigniew Jędrzejew... manager: also turn on output on unit failure
2014-01-28 Zbigniew Jędrzejew... manager: add systemd.show_status=auto mode
2014-01-28 Zbigniew Jędrzejew... journal: guarantee async-signal-safety in sd_journald_sendv
2014-01-28 Zbigniew Jędrzejew... Replace mkostemp+unlink with open(O_TMPFILE)
2014-01-28 Lennart Poetteringbus: update bloom filter description a bit
2014-01-27 Lennart Poetteringbus: rework bloom filter logic to operate with variable...
2014-01-27 Lennart Poetteringbus: add API calls for connecting to starter bus
2014-01-27 Lennart Poetteringresolve: update sd-resolve to match the other APIs...
2014-01-27 Lennart Poetteringbus: when we cannot bus activate a service because...
2014-01-27 Zbigniew Jędrzejew... core: require mounts for the root and working directories
2014-01-27 Zbigniew Jędrzejew... core: simplify check for path absoluteness
2014-01-27 Zbigniew Jędrzejew... manager: rearm jobs timer
2014-01-27 Zbigniew Jędrzejew... manager: print ephemeral information about running...
2014-01-27 Zbigniew Jędrzejew... core: add function to tell when job will time out
2014-01-26 Matthew Monacopam_systemd: Ignore vtnr when seat != seat0
2014-01-26 Kay Sieversdbus1-generator: use XDG_RUNTIME_DIR instead of /run...
2014-01-26 Christian Seilercryptsetup: Support key-slot option
2014-01-25 Zbigniew Jędrzejew... build-sys: update .pc.in files
2014-01-25 Zbigniew Jędrzejew... build-sys: merge libsystemd-id128 into libsystemd
2014-01-25 Zbigniew Jędrzejew... build-sys: create "compatibility libraries" section
2014-01-25 Zbigniew Jędrzejew... build-sys: merge libsystemd-login into libsystemd
2014-01-25 Kay Sieversdbus1-generator: add missing "path=" and "unix:*" to...
2014-01-25 Tom Gundersennetworkd: improve logging a bit
2014-01-25 Tom Gundersennetworkd: add basic VLAN support
2014-01-25 Tom Gundersensd-rtnl: extend tests a bit
2014-01-24 Tom Gundersensd-rtnl: add support for reading containers
2014-01-24 Kay Sieversbus: bump memfd vs. copy limit to 512k to reflect recen...
2014-01-24 Tom Gundersensd-rtnl: add support for nested containers
2014-01-24 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-24 Kay Sieversbus: update kdbus.h (ABI break)
2014-01-22 Lennart Poetteringbus: change API to expose "inverted" no_reply and no_au...
2014-01-22 Lennart Poetteringbus: add sd_bus_process_priority() to support prioq...
2014-01-22 Lennart Poetteringbus: expose priority field of messages, in preparation...
2014-01-22 Lennart Poetteringbus: temporarily disable faking of seclabels, as this...
next