Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-23 | build-sys: allow cross-compilation | Thierry Reding | |
When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files. | |||
2010-11-23 | logger: fix error handling | Lennart Poettering | |
2010-11-22 | swap: order file-based swap devices after remount-rootfs | Lennart Poettering | |
2010-11-22 | mount_cgroup_controllers: expect 2 items from fscanf() | Kay Sievers | |
2010-11-21 | systemctl: don't return LSB status error codes for systemctl show | Lennart Poettering | |
Use them only for systemctl status. https://bugzilla.redhat.com/show_bug.cgi?id=637183 | |||
2010-11-21 | mount: do not try to mount disable cgroup controllers | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=655222 | |||
2010-11-21 | systemctl: redirect enable/disable to chkconfig if applicable | Lennart Poettering | |
2010-11-19 | Revert "Revert "fsck: add new -l switch to fsck mount options"" | Lennart Poettering | |
This reverts commit c8bc83f5eac49f083ae53d965577118c1b5c1116. As Karel pointed out the -l switch doesn't actualy conflict with per-filesystem options, since those can be seperated by -- in the command line. Since -l is here to stay we hence enable it again for now. | |||
2010-11-18 | cryptsetup: actually show disk name | Lennart Poettering | |
2010-11-18 | cryptsetup: show udev device name when asking for password | Lennart Poettering | |
2010-11-18 | sysctl: don't consider missing kernel options fatal | Lennart Poettering | |
2010-11-18 | sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d | Lennart Poettering | |
2010-11-18 | mount: trivial optimization | Lennart Poettering | |
2010-11-18 | util: introduce /etc/os-release so that distros don't need to patch systemd ↵ | Lennart Poettering | |
to get a welcome message | |||
2010-11-18 | job: make sure we don't fail umount.target if a mount unit failed to stop | Lennart Poettering | |
2010-11-18 | cgroup: after killing cgroup processes, ensure the group is really dead ↵ | Lennart Poettering | |
gone. wait for 3s at max | |||
2010-11-18 | cgroup: if we couldn't remove a cgroup after killing evertyhing in it then ↵ | Lennart Poettering | |
it's fine | |||
2010-11-18 | cryptsetup: automatically order crypt partitions before cryptsetup.target | Lennart Poettering | |
2010-11-18 | manager: make list of default controllers configurable | Lennart Poettering | |
2010-11-18 | build: expose libcryptsetup dependency in build string | Lennart Poettering | |
2010-11-17 | cgroup: by default, duplicate service cgroup in the cpu hierarchy | Lennart Poettering | |
2010-11-17 | pam: duplicate cgroup tree in the cpu hierarchy by default, optionally more | Lennart Poettering | |
2010-11-17 | Revert "update TODO" | Kay Sievers | |
This reverts commit afe635e71838c9e62e25a928cbcefc343744dda5. Oops, libnotify should not have been in here. | |||
2010-11-17 | update TODO | Kay Sievers | |
2010-11-16 | ask-password: add --console mode to ask questions on /dev/console | Lennart Poettering | |
2010-11-16 | cryptsetup: reword questions a little | Lennart Poettering | |
2010-11-16 | path: don't mention too many inotify msgs | Lennart Poettering | |
2010-11-16 | cryptsetup: include device name in password question | Lennart Poettering | |
2010-11-16 | cryptsetup: lock ourselves into memory as long as we deal with passwords | Lennart Poettering | |
2010-11-16 | plymouth: use updated socket name | Lennart Poettering | |
2010-11-16 | pam: always rely on loginuid instead of uid to determine cgroup and ↵ | Lennart Poettering | |
XDG_RUNTIME_DIR | |||
2010-11-15 | cgroup: call root cgroup system instead of systemd-1 | Lennart Poettering | |
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering | |
2010-11-15 | pam: rename master user cgroup to 'master' | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-15 | path: properly free PathSpec structs | Lennart Poettering | |
2010-11-15 | manager: ignore invalid epoll events | Lennart Poettering | |
2010-11-15 | unit: introduce ConditionDirectoryNotEmpty= | Lennart Poettering | |
2010-11-15 | build-sys: fix building against libnotify 0.7 | Matthias Clasen | |
Here are two patches I needed to get systemd to build against the current libnotify and vala releases. | |||
2010-11-15 | units: get rid of no_requires unit flag, and make crypto disks require ↵ | Lennart Poettering | |
cryptsetup service | |||
2010-11-15 | load-dropin: add support for .requires directories | Lennart Poettering | |
2010-11-15 | cryptsetup: bind cryptsetup service to both source and destination device | Lennart Poettering | |
2010-11-15 | manager: consider jobs already installed as redundant when reducing new ↵ | Lennart Poettering | |
transactions | |||
2010-11-15 | path: avoid immediate restarting of units triggered by paths if nothing ↵ | Lennart Poettering | |
actually changed on disk | |||
2010-11-15 | path: always look for IN_ATTRIB since deletion is signalled that way | Lennart Poettering | |
2010-11-14 | manager: always pull 'following' units into transaction | Lennart Poettering | |
2010-11-14 | util: always highlight distro name | Lennart Poettering | |
2010-11-14 | units: make use of agetty mandatory | Lennart Poettering | |
2010-11-14 | manager: don't fail transaction if adding CONFLICTED_BY job fails | Lennart Poettering | |
2010-11-14 | pam: rename 'no-session' to 'user' cgroup | Lennart Poettering | |