SHA256
1
0
forked from pool/systemd
Kay Sievers 2011-03-16 19:06:49 +00:00 committed by Git OBS Bridge
parent 9c9f09f931
commit 9fd094df54
2 changed files with 39 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07ff71ae0991ba76c57cf87fc7b9095e708389c4a7d04ff30ce5ccf0d0dcb835
size 761659
oid sha256:7d743c42b307d26ce9c7e8848a1c692e572cc43dc308884ef7a71215b57650ae
size 781932

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Mar 16 18:38:04 CET 2011 - kay.sievers@novell.com
- new snapshot
- man: fix systemctl try-restart description
- Add Frugalware display-manager service
- main: revert recognition of "b" argument
- main: interpret all argv[] arguments unconditionally when
run in a container
- loopback: downgrade an error to warning
- nspawn: bind mount /etc/localtime
- nspawn: make tty code more robust against closed/reopened
/dev/console
- util: make touched files non-writable by default
- nspawn: allocate a new pty instead of passing ours through
to avoid terminal settings chaos
- main: parse the whole arv[] as kernel command line
- main: check if we have a valid PID before getting the name
- ask-password: reset signal mask after we are done
- cgroup: don't recheck all the time whether the systemd
hierarchy is mounted, to make strace outputs nicer and save
a few stat()s
- man: document systemd-nspawn
- cgls: don't strip user processes and kernel threads from
default output
- umount: don't try to remount bind mounts ro during shutdown
- getty: move automatic serial getty logic into generator
- container: skip a few things when we are run in a container
such as accessing /proc/cmdline
- cgls: by default start with group of PID 1
- pam: determine user cgroup tree from cgroup of PID 1
- nspawn: move container into its own name=systemd cgroup
- manager: don't show kernel boot-up time for containers
- manager: show who killed us
- units: add console-shell.service which can be used insted of
the gettys to get a shell on /dev/console
-------------------------------------------------------------------
Mon Mar 14 18:29:23 CET 2011 - kay.sievers@novell.com