]> git.ipfire.org Git - thirdparty/systemd.git/history - src/nspawn
resolved: when there's already somebody listening on the LLMNR ports, simple disable...
[thirdparty/systemd.git] / src / nspawn /
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...
2014-02-11  Lennart Poetteringnspawn: add --register=yes|no switch to optionally...
2014-02-10  Lennart Poetteringnspawn: add new --share-system switch to run a containe...
2014-02-10  Lennart Poetteringnspawn,man: use a common vocabulary when referring...
2014-02-10  Vincent Battsnspawn: require /etc/os-release only for init
2014-02-07  Lennart Poetteringnspawn: rename --file-label to --apifs-label since...
2014-02-06  Tom Gundersennspawn: fix HAVE_SELINUX ifdef
2014-02-05  Lennart Poetteringnspawn: add --quiet switch for turning off any output...
2014-02-05  Lennart Poetteringnspawn: always use default bus
2014-02-04  Lennart Poetteringnspawn: various fixes in selinux hookup
2014-02-04  Dan WalshAdd SELinux support to systemd-nspawn
2014-02-01  Kay Sieversbus: update kdbus.h (ABI break)
2014-01-29  Lennart Poetteringnspawn: fix reboot event fd reuse
2014-01-20  Lennart Poetteringexec: introduce PrivateDevices= switch to provide servi...
2014-01-09  Lennart Poetteringnspawn: do not invoke RegisterMachine on machined from...
2013-12-21  Shawn LanddenDEFAULT_PATH_SPLIT_USR macro
2013-12-13  Lennart Poetteringnspawn: add new --setenv= switch to set an environment...
2013-12-12  Zbigniew Jędrzejew... nspawn: complain and continue if machine has same id
2013-12-11  Lennart Poetteringbus: connect directly via kdbus in sd_bus_open_system_c...
2013-12-07  Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-12-06  Shawn Landdennspawn: fix buggy mount_binds, now works for bind-mount...
2013-11-30  Lennart Poetteringnspawn: set up a kdbus namespace when starting a container
2013-11-26  Lennart Poetteringnspawn: improve error message when we cannot resolve...
next