Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-16 | systemctl: log whenever a unit/job changes | Lennart Poettering | |
2010-05-16 | service: consider a process exiting with SIGTERM a clean exit | Lennart Poettering | |
2010-05-16 | util: add gfs to list of network filesystems | Lennart Poettering | |
2010-05-16 | systemadm: consider units with a job live | Lennart Poettering | |
2010-05-16 | fixme: update todo list | Lennart Poettering | |
2010-05-16 | logger: support printk() style priority prefixes | Lennart Poettering | |
2010-05-16 | logger,initctl: port to daemon reference implementation | Lennart Poettering | |
2010-05-16 | sd-daemon: add reference implementation of various daemon apis | Lennart Poettering | |
2010-05-15 | build-sys: slackware support | Malcolm Studd | |
Attached is a patch for slackware support. If you want it some other way, let me know; I haven't used git before. Slackware doesn't have gnome or vala, and I'm having some issues with the vala programs in systemd. I installed the vala compiler, and the configure script says I have everything required, but compilation fails (log attached). Is there something I'm missing? I installed systemd by commenting out the vala programs in Makefile.am. Malcolm | |||
2010-05-15 | build-sys: Update Vala configure check | Robert Gerus | |
2010-05-15 | systemadm: fix window title | Lennart Poettering | |
2010-05-15 | install: create both session/system unit dirs, even if empty | Lennart Poettering | |
2010-05-15 | man: add some initial man page work | Lennart Poettering | |
2010-05-15 | log: rework logging logic so that we don't keep /dev/console open | Lennart Poettering | |
2010-05-15 | mount: don't negate errno when passing it to strerror() | Lennart Poettering | |
2010-05-15 | macro: interpret arguments to IOVEC_SET_STRING only once | Lennart Poettering | |
2010-05-14 | util: flush inotify fd only when we have it | Lennart Poettering | |
2010-05-14 | main: make sure we don't accidentally acquire a controlling terminal | Lennart Poettering | |
2010-05-14 | main: acquire console before execing crash shell | Lennart Poettering | |
2010-05-14 | install: create /cgroup/debug mount point on install | Lennart Poettering | |
2010-05-14 | unit: record inactive enter/exit timestamps to facilitate syslog lookups | Lennart Poettering | |
2010-05-14 | downgrade a few log msgs | Lennart Poettering | |
2010-05-14 | manager: merge /etc/xdg/systemd/session and /etc/systemd/session | Lennart Poettering | |
2010-05-14 | execute: fix bad jump | Lennart Poettering | |
2010-05-14 | manager: fix minor memory leak -- free cleanup queue on exit | Lennart Poettering | |
2010-05-14 | unit-name: kill redundant slashes in unit_name_from_path() | Lennart Poettering | |
2010-05-13 | sysv: drop warning about missing chkconfig header | Lennart Poettering | |
2010-05-13 | sysv: rework suse/debian special bootup runlevel handling | Lennart Poettering | |
2010-05-13 | build-sys: include README and LICENSE in tarball | Lennart Poettering | |
2010-05-13 | vala: hide a few vala warnings | Lennart Poettering | |
2010-05-13 | configure: Allow to disable build of tools that require GTK. | Michael Tremer | |
2010-05-13 | units: rework automatic dependency logic between automounts, mounts, ↵ | Lennart Poettering | |
sockets, swaps | |||
2010-05-10 | device: allow easy identification of network interfaces without their full ↵ | Lennart Poettering | |
sysfs device path | |||
2010-05-10 | make gcc shut up | Lennart Poettering | |
2010-05-10 | Distribute the necessary header files too | Tollef Fog Heen | |
Add all header files that we need to EXTRA_DIST to ensure they are actually in the tarball. | |||
2010-05-10 | Remove .h files from _SOURCES | Tollef Fog Heen | |
Automake is buggy when you mix C and Vala programs. It tries to call valac with the full contents of _SOURCES for the program, but valac errors out when given .h files. Until this is fixed, we can't list .h files in _SOURCES or "make dist" breaks. | |||
2010-05-10 | Fix compilation issue; s/-NOENT/-ENOENT/ | Tollef Fog Heen | |
2010-05-09 | environment: allow control of the environment block via D-Bus | Lennart Poettering | |
2010-05-09 | swap: properly free instance data | Lennart Poettering | |
2010-05-09 | hostname: drop invalid chars when reading hostname from disk | Lennart Poettering | |
2010-05-09 | hostname: read hostname for Gentoo | Marc-Antoine Perennou | |
2010-05-09 | swap: add .swap unit type | Maarten Lankhorst | |
2010-05-09 | loopback: configure lo device on bootup | Lennart Poettering | |
2010-05-08 | build-sys: detect Gentoo | Fabian Henze | |
2010-05-08 | hostname: unify hostname configuration file parsers a little | Lennart Poettering | |
2010-05-06 | build-sys: fix name of Debian syslog service | Lennart Poettering | |
2010-05-06 | gitignore: ignore files ending in ~ | Lennart Poettering | |
2010-05-06 | build-sys: require at least vala 0.7 | Lennart Poettering | |
2010-05-06 | build-sys: better test for pkg-config/pkg.m4 | Tollef Fog Heen | |
In some cases, people will run autoreconf rather than bootstrap.sh, or they will uninstall pkg-config. This is now detected properly rather than relying on bootstrap.sh checking for us. | |||
2010-05-06 | build-sys: support non-git versions of libcgroup | Maarten Lankhorst | |