]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
job: start job timer when we begin running the job, not already when we add it to...
[thirdparty/systemd.git] / TODO
CommitLineData
b7ff1e47
LP
1F15:
2
3* dep cycle basic → udev-retry → auditd → iptables → basic
4
c32e0c40
LP
5* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
6
62170515
LP
7* increase password timeout
8 https://bugzilla.redhat.com/show_bug.cgi?id=677962
9
10* finish syslog socket stuff
11
62170515
LP
12* load EnvironmentFile= when starting services, not when reloading configuration
13 https://bugzilla.redhat.com/show_bug.cgi?id=661282
14
15* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
16 lots of wakeups due to /dev changing when we watch a subdir of /dev.
17
18* NFS, networkmanager ordering issue
19
c32e0c40
LP
20Features:
21
62170515
LP
22* invoke vhangup() before and after invoking getty
23
3642d1c9
LP
24* skip readahead on physically r/o media
25
b5c6cf87
LP
26* support "auto" and "comment=systemd.automount" at the same time for an fstab entry
27
2588ff0b
LP
28* Make use of UnknownInterface, UnknownObject
29
f212ac12
LP
30* look up crypto partition mount points via fstab to show to the user when prompting for a password
31
3185a36b
LP
32* Maybe store in unit files whether a service should be enabled by default on package installation
33
b8bb3e8f
LP
34* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
35
f959c5e6
LP
36* need a way to apply mount options of api vfs from systemd unit files
37 (or some other modern source?) instead of fstab
7f6d6135 38
c32e0c40
LP
39* maybe introduce ExecRestartPre=
40
47ae6e67
LP
41* figure out what happened to bluez patch
42
487a15bb
LP
43* Patch systemd-fsck to use -C and pass console fd to it
44
2c4b304e
LP
45* support remote/ssh systemctl/systemadm, and local privileged access
46
35f10fcc
LP
47* configurable jitter for timer events
48
bf5bb531 49* Support ProcessNeededForShutdown=true to allow stuff like mdmon
f959c5e6 50 to be killed very late after the rootfs is read only (?)
bf5bb531
KS
51
52* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
53 needed action
54
59fee421
LP
55* dot output for --test showing the 'initial transaction'
56
8c6db833 57* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
58 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
59
60* systemd --user
61 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
62
63* add VT tracking:
64 - provide CK functionality
dd04863e
KS
65 - start getty only when actual vt switch happens (same model as
66 socket on-demand activation). allocate the next free tty and
67 start a getty there. this way, pressing alt-f[1-12] will switch
68 through running X and getty sessions, and any unallocated
69 activated tty will start a new getty. the hardcoding of
70 getty[1-6] will entirely go away.
fc84026d 71 - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
75787bb7 72
129126f3 73* implicitly import "defaults" settings file into all types
75787bb7 74
129126f3 75* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 76 - uuidd DONE
9726b29e 77 - dbus DONE
88ce42f6 78 - rsyslog DONE
c0120d99
LP
79 - rpcbind (/var/run/rpcbind.sock!) DONE
80 - cups DONE
81 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 82 - ssh CLASSIC
a625ac1a 83 - postfix, saslauthd
a625ac1a
LP
84 - apache/samba
85 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
86 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
87 - distccd
88
064f51fa 89* fingerprint.target, wireless.target, gps.target
0ff3dea7 90
647703fe 91* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 92
50f2a90d 93* io priority during initialization
8fe914ec 94
74ac3cbd 95* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 96
647703fe 97* systemctl list-jobs - show dependencies
63090775 98
313ed05b 99* accountsservice is borked
63090775 100
20604ebc
LP
101* auditd service files
102
20604ebc
LP
103* add systemctl switch to dump transaction without executing it
104
3b63d2d3 105* suspend, resume
da726a4d 106
1a34d367
LP
107* readahead: btrfs/LVM SSD detection
108
98e1f931
LP
109* add seperate man page for [Install] settings
110
510051fc 111* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 112
9fe117ea
LP
113* systemctl condrestart should return 0 if service isn't running
114
42e8a0a8
LP
115* allow runtime changing of log level and target
116
2f8cd170 117External:
74fe1fe3 118
f959c5e6
LP
119* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
120
121* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
122
f959c5e6
LP
123* gnome-shell python script/glxinfo/is-accelerated wech
124
74fe1fe3
LP
125* make cryptsetup lower --iter-time
126
06ae4bfe
LP
127* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
128
6f3f9deb 129* patch kernel for cpu feature modalias for autoloading aes/kvm/...
fc84026d 130 http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
6f3f9deb 131
26192dfc
LP
132* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
133
50f2a90d
LP
134https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
135https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
136https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
137https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
138https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
139https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
140https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
141http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 142http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
143https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
144https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
145https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
146https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
147https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
148https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
149https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
150https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 151https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 152
129126f3 153Regularly:
874aa2cc 154
129126f3 155* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 156
129126f3 157* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
158
159* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
160
161* %m in printf() instead of strerror();
444a79d3
LP
162
163* pahole
164
165* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"