diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-18 09:11:01 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-18 09:11:01 +0200 |
commit | 08afda435b8ed287400f263e7be8af329fd276c9 (patch) | |
tree | 5aaf4a9e0451d669cbe49216485c7dfad8594471 | |
parent | e579e2aa506a773d553c5d20b4a7ffa28b0dd4b3 (diff) |
open_issues/systemd: List from debian-devel post.
-rw-r--r-- | open_issues/systemd.mdwn | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/open_issues/systemd.mdwn b/open_issues/systemd.mdwn index 12a2699f..1d774307 100644 --- a/open_issues/systemd.mdwn +++ b/open_issues/systemd.mdwn @@ -90,3 +90,61 @@ Likely there's also some other porting needed. <guillem> (anyway enough ranting I guess :) <tschwinge> Yeah, it's true, though. <pochu> agreed + + +# Requires Interfaces + +In the thread starting +[here](http://lists.debian.org/debian-devel/2011/07/threads.html#00269), a +[message](http://lists.debian.org/debian-devel/2011/07/msg00281.html) has been +posted that contains the following list (no claim for completeness) of +interfaces that are used in (two source code files of) systemd: + + * cgroups + * namespaces + * selinux + * autofs4 + * capabilities + * udev + * oom score adjust + * RLIMIT_RTTIME + * RLIMIT_RTPRIO + * ionice + * SCHED_RESET_ON_FORK + * /proc/$PID/stat + * fanotify + * inotify + * TIOCVHANGUP + * IP_TRANSPORT + * audit + * F_SETPIPE_SZ + * CLONE_xxx + * BTRFS_IOC_DEFRAG + * PR_SET_NAME + * PR_CAPBSET_DROP + * PR_SET_PDEATHSIG + * PR_GET_SECUREBITS + * /proc/$PID/comm + * /proc/$PID/cmdline + * /proc/cmdline + * numerous GNU APIs like asprintf + * SOCK_CLOEXEC, O_CLOEXEC + * /proc/$PID/fd + * /dev/tty0 + * TIOCLINUX + * VT_ACTIVATE + * TIOCNXCL + * KDSKBMODE + * /dev/random + * /dev/char/ + * openat() and friends + * /proc/$PID/root + * waitid() + * /dev/disk/by-label/ + * /dev/disk/by-uuid/ + * /sys/class/tty/console/active + * /sys/class/dmi/id + * /proc/$PID/cgroup + * \033[3J + * /dev/rtc + * settimeofday() and its semantics |