]> git.ipfire.org Git - thirdparty/systemd.git/history - src/nspawn/nspawn.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / nspawn / nspawn.c
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-23  Richard Schütznspawn: ignore EEXIST when mounting tmpfs
2014-11-21  Martin Pittnspawn: Add try-{host,guest} journal link modes
2014-11-13  Daniel Macksd-bus: sync with kdbus upstream (ABI break)
2014-11-04  David Herrmannbarrier: explicitly ignore return values of barrier_place()
2014-10-31  Lennart Poetteringptyforward: rework PTY forwarder logic used by nspawn...
2014-10-31  Lennart Poetteringunits: don't order journal flushing afte remote-fs...
2014-10-31  Lennart Poetteringnspawn: don't make up -1 as error code
2014-10-29  Dave Reisnernspawn: ignore EEXIST when creating mount point
2014-10-27  Michal Sekletarutil: introduce sethostname_idempotent
2014-10-17  Daniel Macknspawn: fix DeviceAllow list
2014-10-10  Lennart Poetteringnspawn: actually allow access to /dev/net/tun in the...
2014-10-08  Tom Gundersennspawn: copy /dev/net/tun from host
2014-09-29  Tom Gundersennspawn: log when tearing down of loop device fails
2014-09-25  Tom Gundersennspawn: check some more return values
2014-09-19  Tom Gundersennspawn: don't try to create veth link with too long...
2014-08-28  Tom Gundersennspawn: fix --network-interface
2014-08-26  Lennart Poetteringutil: make use of newly added reset_signal_mask() call...
2014-08-21  Lennart Poetteringnotify: send STOPPING=1 from our daemons
2014-08-04  Lennart Poetteringnspawn: make sure that when --network-veth is used...
2014-08-04  Lennart Poetteringbus: always explicitly close bus from main programs
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-08-03  Zbigniew Jędrzejew... nspawn: fix truncation of machine names in interface...
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-19  Zbigniew Jędrzejew... barrier: initalize file descriptors with -1
2014-07-17  David Herrmannnspawn: fix barrier-destroy call
2014-07-17  David Herrmannnspawn: use Barrier API instead of eventfd-util
2014-07-10  Lennart Poetteringnspawn: register external network interface with machined
2014-07-04  Lennart Poetteringnspawn: add new --volatile switch for booting container...
2014-07-03  Lennart Poetteringnspawn: when running in a service unit, use systemd...
2014-06-30  Lennart Poetteringnspawn: block open_by_handle_at() and others via seccomp
2014-06-30  Lennart Poetteringnspawn: let's avoid using goto to wildly for non-cleanu...
2014-06-30  Lennart Poetteringnspawn: simplify exit condition check
2014-06-30  Luke Shumakernspawn: log a warning on failure from wait_for_terminate()
2014-06-30  Luke Shumakernspawn: Fix regression with exit status
2014-06-24  Kay Sieversswitch-root: create essential base directories at syste...
2014-06-24  Kay Sieversnspawn: create essential base directories at system...
2014-06-21  Thomas Hindoe Paab... consistently order cleanup attribute before type
2014-06-13  Lennart Poetteringos-release: define /usr/lib/os-release as fallback...
2014-06-10  Lennart Poetteringnspawn: add new --tmpfs= option to mount a tmpfs on...
2014-06-10  Lennart Poetteringtmpfiles: add new "C" line for copying files or directories
2014-06-07  Zbigniew Jędrzejew... nspawn: split long message into two lines
2014-06-06  Lennart Poetteringnamespace: beef up read-only bind mount logic
2014-05-25  Djalal Harouninspawn: make nspawn robust to container failure
2014-05-25  Djalal Harouninspawn: move container wait logic into wait_for_container()
2014-05-25  Cristian RodríguezUse %m instead of strerror(errno) where appropiate
2014-05-22  Lennart Poetteringnspawn: restore journal directory is empty check
2014-05-22  Djalal Harouninspawn: allow to bind mount journal on top of a non...
2014-05-18  Nis Martensenfix spelling of privilege
2014-05-16  Lennart Poetteringnspawn: properly format container_uuid in UUID format
2014-04-10  Philip Lorenznspawn: Fix erroneous OOM when building group list
2014-03-28  Tom Gundersensd-rtnl: rework rtnl type system
2014-03-24  Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-16  Tom Gundersennspawn: UP the host side of the veth pair after adding...
2014-03-14  Dave Reisnernspawn: remove unused variable
2014-03-14  Brandon Philipsnspawn: allow -EEXIST on mkdir_safe /home/${uid}
2014-03-13  Tom Gundersennspawn: make host0's MAC address persistent
2014-03-13  Lennart Poetteringnspawn: honour GPT partition flags when mounting file...
2014-03-11  Mantas Mikulėnasnspawn: fix argv[0] for getent
2014-03-11  Lennart Poetteringnspawn: allow using kdbus from nspawn containers
2014-03-11  Lennart Poetteringnspawn: fix getent fallback
2014-03-11  Lennart Poetteringnspawn: when resoliving UIDs/GIDs for "-u", do so in...
2014-03-11  Lennart Poetteringnspawn: make sure we don't try to mount the container...
2014-03-10  Lennart Poetteringnspawn: don't try mknod() of /dev/console with the...
2014-03-10  Lennart Poetteringnspawn: add --image= switch to boot GPT disk images...
2014-02-28  Tero Roponennspawn: fix detection of missing /proc/self/loginuid
2014-02-26  Lennart Poetteringnspawn: no need for duplicate checks against EEXIST
2014-02-25  Lennart Poetteringnspawn: add new switch --network-macvlan= to add a...
2014-02-24  Lennart Poetteringnspawn: make use of the devices cgroup controller by...
2014-02-21  Lennart Poetteringnspawn: when adding a veth interface to a bridge, use...
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19  Lennart Poetteringmake gcc shut up
2014-02-19  Lennart Poetteringcore: add Personality= option for units to set the...
2014-02-18  Lennart Poetteringnspawn: add new --personality= switch to make it easier...
2014-02-18  Lennart Poetteringnspawn: x86 is special with its socketcall() semantics...
2014-02-18  Lennart Poetteringseccomp: add helper call to add all secondary archs...
2014-02-18  Dave Reisnernspawn: allow 32-bit chroots from 64-bit hosts
2014-02-18  Tom Gundersensd-rtnl-message: store reference to the bus in the...
2014-02-17  Lennart Poetteringnspawn: netns_fd can be removed now
2014-02-16  Thomas Hindoe Paab... nspawn: typo fix in help
2014-02-16  Tom Gundersennspawn: add new --network-bridge= switch
2014-02-15  Tom Gundersensd-rtnl: always include linux/rtnetlink.h
2014-02-15  Tom Gundersensd-rtnl: message_open_container - don't take a 'size...
2014-02-14  Lennart Poetteringnspawn: if we don't find bash, try sh
2014-02-14  Lennart Poetteringnspawn: don't accept just any tree to execute
2014-02-13  Lennart Poetteringnspawn: make socket(AF_NETLINK, *, NETLINK_AUDIT) fail...
2014-02-13  Lennart Poetteringnspawn: add new --network-veth switch to add a virtual...
2014-02-13  Lennart Poetteringnspawn: check with udev before we take possession of...
2014-02-13  Lennart Poetteringnspawn: no need to subscribe to netlink messages if...
2014-02-13  Lennart Poetteringnspawn: --private-network should imply CAP_NET_ADMIN
2014-02-13  Lennart Poetteringrtnl: rename constructors from the form sd_rtnl_xxx_yyy...
2014-02-13  Lennart Poetteringrtnl: drop "sd_" prefix from cleanup macros
2014-02-13  Lennart Poetteringnspawn: add new --network-interface= switch to move...
2014-02-13  Lennart Poetteringnspawn: introduce --capability=all for retaining all...
2014-02-12  Lennart Poetteringnspawn: newer kernels (>= 3.14) allow resetting the...
2014-02-11  Lennart Poetteringmachined: optionally, allow registration of pre-existin...
next