Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-28 | util: detect page size runtime. | cee1 | |
Some architectures support multiple machine types with diffenent page sizes, and some machine types even support multiple page sizes themselves. | |||
2011-01-04 | mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵ | Lennart Poettering | |
overridable via configure switch | |||
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-10-18 | tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵ | Lennart Poettering | |
tmpfiles quite a bit | |||
2010-09-23 | readahead: implement minimal readahead logic based on fanotify(), mincore() ↵ | Lennart Poettering | |
and readahead() | |||
2010-09-08 | log: support logging into SOCK_STREAM /dev/log sockets for comaptibility ↵ | Lennart Poettering | |
with syslog-ng | |||
2010-08-17 | emacs: disable tabs in .h files, too | Lennart Poettering | |
2010-07-16 | main: disable nscd if we can to avoid deadlock, just in case | Lennart Poettering | |
2010-07-11 | cgroup: kill processes, not tasks and other cgroup changes | Lennart Poettering | |
2010-06-21 | sd-daemon: introduce sd_booted() and set ELF visibility to hidden for all ↵ | Lennart Poettering | |
symbols | |||
2010-06-02 | macro: avoid name clash with _unused on ppc | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |