2011-07-29 05:01:47 +02:00
Bugfixes:
2011-02-21 23:55:17 +01:00
2011-02-25 01:47:31 +01:00
* swap units that are activated by one name but shown in the kernel under another are semi-broken
2011-04-06 15:57:37 +02:00
* NM should pull in network.target (PENDING)
https://bugzilla.redhat.com/show_bug.cgi?id=692008
2011-04-20 00:51:23 +02:00
* make anaconda write timeout=0 for encrypted devices
2011-04-19 06:06:41 +02:00
2011-05-25 00:38:36 +02:00
* fix broken Sockets=syslog-ng.socket packaging
2011-07-29 05:01:47 +02:00
* logind: ensure ACLs are updated on login and logout
2011-06-29 19:41:07 +02:00
2011-07-29 05:01:47 +02:00
* fix CUPS .path unit for globbing
2011-07-27 20:50:30 +02:00
2011-07-29 05:01:47 +02:00
* service: pid file reading after reload doesn't work, since we don't reset the pid variable
2011-07-27 20:50:30 +02:00
2011-07-29 05:01:47 +02:00
* make sure timeouts are applied to Type=oneshot services.
2011-07-23 00:47:17 +02:00
2011-07-29 05:01:47 +02:00
Features:
2011-08-24 21:14:28 +02:00
2011-08-24 21:22:26 +02:00
* something like ConditionExec= or ExecStartPre= without failure state
2011-08-24 21:14:28 +02:00
* service restart retry configuration
* tmpfiles: apply "x" on "D" too (see patch from William Douglas
* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
* Introduce ControlGroupPersistant=yes to set +t on the tasks file when creating the cgroup
2011-08-21 19:07:31 +02:00
* don't set $HOME in services unless requested
2011-08-03 15:12:34 +02:00
* remove hacks in vala code and require libnotify 0.7
2011-07-22 21:01:15 +02:00
2011-08-02 05:24:58 +02:00
* hide PAM/TCPWrap options in fragment parser when compile time disabled
2011-08-02 01:41:36 +02:00
* when we automatically restart a service, ensure we retsart its rdeps, too.
2011-08-01 22:42:07 +02:00
* allow Type=simple with PIDFile=
https://bugzilla.redhat.com/show_bug.cgi?id=723942
2011-07-29 05:01:47 +02:00
* file bugs against sysklogd, syslog-ng because of StandardOuput=null
* turn default stdout/stderr to syslog (after rsyslog got updated)
2011-07-13 22:50:59 +02:00
2011-07-29 05:01:47 +02:00
* move PAM code into its own binary
* warn if the user stops a service but not its associated socket
2011-07-14 18:05:33 +02:00
2011-07-12 03:42:44 +02:00
* logind: spawn user@..service on login
2011-07-13 22:05:35 +02:00
* logind: non-local X11 server handling
2011-07-23 04:15:38 +02:00
* logind: use sysfs path in device hash table instead of sysname, as soon as fb driver is fixed
2011-07-13 22:05:35 +02:00
2011-07-11 21:10:48 +02:00
* implement Register= switch in .socket units to enable registration
in Avahi, RPC and other socket registration services.
2011-07-08 21:39:10 +02:00
* make sure people don't leave processes around after ExecStartPre=
* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
2011-06-15 15:39:10 +02:00
* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
2011-07-29 05:01:47 +02:00
* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
2011-07-23 04:15:38 +02:00
2011-07-29 05:01:47 +02:00
* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
2011-06-15 15:31:54 +02:00
2011-05-20 01:57:20 +02:00
* verify that the AF_UNIX sockets of a service in the fs still exist
when we start a service in order to avoid confusion when a user
assumes starting a service is enough to make it accessible
2011-05-12 16:14:44 +02:00
* Make it possible to set the keymap independently from the font on
the kernel cmdline. Right now setting one resets also the other.
2011-05-17 19:37:03 +02:00
* move nss-myhostname into systemd
2011-07-29 05:01:47 +02:00
* and a dbus call to generate target from current state
2011-05-17 19:37:03 +02:00
2011-06-27 19:40:51 +02:00
* detect LXC with $container=lxc
2011-04-28 22:07:01 +02:00
* drop /.readahead on bigger upgrades with yum
2011-07-29 05:01:47 +02:00
* add inode nr check to readahead to suppress preloading changed files
2011-04-30 23:08:15 +02:00
2011-07-02 01:44:49 +02:00
* add support for /bin/mount -s
2011-04-20 03:34:58 +02:00
* GC unreferenced jobs (such as .device jobs)
2011-04-19 06:06:41 +02:00
* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
2011-06-24 20:40:00 +02:00
* cgroup_notify_empty(): recursively check groups up the tree, too
2011-04-19 06:06:41 +02:00
2011-06-15 22:49:54 +02:00
* when failing to start a service due to ratelimiting, try again later, if restart=always is set
2011-04-05 00:24:00 +02:00
* write blog stories about:
- enabling dbus services
- status update
2011-07-12 03:36:17 +02:00
- how to make changes to sysctl and sysfs attributes
2011-07-23 04:15:38 +02:00
- remote access
2011-07-27 20:47:50 +02:00
- cgroup best pratices to avoid stepping on each others toes
- how to pass throw-away units to systemd, or dynamically change properties of existing units
- how to integrate cgconfig and suchlike with systemd
2011-08-23 00:37:35 +02:00
- security properties
2011-04-19 06:06:41 +02:00
2011-04-28 23:51:24 +02:00
* allow port=0 in .socket units
2011-04-04 18:15:13 +02:00
2011-04-10 01:42:48 +02:00
* move readahead files into /var, look for them with .path units
2011-03-31 04:40:02 +02:00
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
2011-07-29 05:01:47 +02:00
* figure out what happened to bluez patch
2011-03-31 04:26:40 +02:00
2011-07-29 05:01:47 +02:00
* support systemd.mask= on the kernel command line.
2011-03-31 02:36:32 +02:00
2011-03-28 21:36:13 +02:00
* when key file cannot be found, read it from kbd in cryptsetup
2011-03-18 03:13:15 +01:00
* reuse mkdtemp namespace dirs in /tmp?
* recreate systemd's D-Bus private socket file on SIGUSR2
2011-03-17 04:36:19 +01:00
2011-03-12 01:03:13 +01:00
* Support --test based on current system state
2011-07-02 01:44:49 +02:00
* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
2011-01-18 23:51:06 +01:00
* maybe introduce ExecRestartPre=
2011-01-07 01:12:27 +01:00
* Patch systemd-fsck to use -C and pass console fd to it
2011-01-06 18:54:10 +01:00
* configurable jitter for timer events
2011-08-01 23:16:20 +02:00
* timer events with system resume
* timer events on calendar time
2011-07-29 05:01:47 +02:00
2011-04-16 03:29:54 +02:00
* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
be killed very late after the rootfs is read only? If implement pass
this to shutdown binary via command line argument.
2010-12-28 18:53:09 +01:00
2010-09-28 21:49:26 +02:00
* dot output for --test showing the 'initial transaction'
2010-06-21 23:27:18 +02:00
* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2011-05-24 01:30:51 +02:00
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
2010-11-25 16:01:22 +01:00
2010-05-16 01:49:45 +02:00
* implicitly import "defaults" settings file into all types
2011-07-29 05:01:47 +02:00
* exec settings override
* writable cgroups dbus properties for live changes
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* port over to LISTEN_FDS/LISTEN_PID:
2011-03-17 14:03:17 +01:00
- rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
- cups HAVEPATCH
2010-02-05 01:11:01 +01:00
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- distccd
2011-07-29 05:01:47 +02:00
* auditd service files
2010-07-16 21:31:34 +02:00
2011-07-29 05:01:47 +02:00
* fingerprint.target, wireless.target, gps.target, netdevice.target
2010-07-18 01:33:05 +02:00
2010-07-21 20:26:44 +02:00
* io priority during initialization
2010-07-20 20:33:19 +02:00
2010-08-31 00:17:56 +02:00
* if a service fails too often, make the service enter failed mode, and the socket, too.
2010-07-23 05:24:05 +02:00
2011-07-29 05:01:47 +02:00
* new deps "Triggers" and "TriggeredBy"
2010-08-21 01:51:16 +02:00
2011-07-29 05:01:47 +02:00
* systemctl list-jobs - show dependencies
2010-08-25 03:10:13 +02:00
* add systemctl switch to dump transaction without executing it
2011-03-17 14:03:17 +01:00
* suspend, resume support?
2010-08-30 23:31:27 +02:00
2011-04-20 03:34:58 +02:00
* drop cap bounding set in readahead and other services
2010-11-18 02:16:36 +01:00
External:
2010-11-17 20:22:07 +01:00
2011-08-01 23:16:20 +02:00
* dbus:
2011-08-29 13:44:12 +02:00
- get process transport into dbus for systemctl -P/-H (PENDING)
2011-08-01 23:16:20 +02:00
- dbus --user
2011-08-29 13:44:12 +02:00
- natively watch for dbus-*.service symlinks (PENDING)
2011-08-01 23:16:20 +02:00
- allow specification of socket mode/umask when allocating DBusServer
- allow disabling of fd passing when connecting a AF_UNIX connection
2011-08-29 13:44:12 +02:00
- allow disabling of UID passing for AUTH EXTERNAL
2011-08-01 23:16:20 +02:00
2011-07-29 05:01:47 +02:00
* systemd --user
PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
* fix alsa mixer restore to not print error when no config is stored
2011-02-15 13:09:00 +01:00
* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
2011-03-17 14:03:17 +01:00
* gnome-shell python script/glxinfo/is-accelerated must die
2011-02-15 13:09:00 +01:00
2010-11-17 20:22:07 +01:00
* make cryptsetup lower --iter-time
2011-04-28 23:51:24 +02:00
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
2010-10-12 04:04:22 +02:00
2010-10-14 18:17:42 +02:00
* patch kernel for cpu feature modalias for autoloading aes/kvm/...
2010-12-28 19:18:26 +01:00
http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
2011-03-17 14:03:17 +01:00
(Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
2010-10-14 18:17:42 +02:00
2011-07-29 05:01:47 +02:00
* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
* kernel: add device_type = "fb", "fbcon" to class "graphics"
2010-07-14 15:13:34 +02:00
2010-05-16 01:49:45 +02:00
Regularly:
2010-02-14 22:45:08 +01:00
2010-05-16 01:49:45 +02:00
* look for close() vs. close_nointr() vs. close_nointr_nofail()
2010-02-14 22:47:08 +01:00
2010-05-16 01:49:45 +02:00
* check for strerror(r) instead of strerror(-r)
2010-06-16 21:54:17 +02:00
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
2010-06-21 23:27:18 +02:00
* %m in printf() instead of strerror();
2010-08-11 23:19:28 +02:00
* pahole
2011-07-29 05:01:47 +02:00
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!