summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-16unit,job: when we suppress a D-Bus signal because nobody is listening, don't ↵Lennart Poettering
delay it until later
2010-05-16systemctl: log whenever a unit/job changesLennart Poettering
2010-05-16service: consider a process exiting with SIGTERM a clean exitLennart Poettering
2010-05-16util: add gfs to list of network filesystemsLennart Poettering
2010-05-16systemadm: consider units with a job liveLennart Poettering
2010-05-16fixme: update todo listLennart Poettering
2010-05-16logger: support printk() style priority prefixesLennart Poettering
2010-05-16logger,initctl: port to daemon reference implementationLennart Poettering
2010-05-16sd-daemon: add reference implementation of various daemon apisLennart Poettering
2010-05-15build-sys: slackware supportMalcolm 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-15build-sys: Update Vala configure checkRobert Gerus
2010-05-15systemadm: fix window titleLennart Poettering
2010-05-15install: create both session/system unit dirs, even if emptyLennart Poettering
2010-05-15man: add some initial man page workLennart Poettering
2010-05-15log: rework logging logic so that we don't keep /dev/console openLennart Poettering
2010-05-15mount: don't negate errno when passing it to strerror()Lennart Poettering
2010-05-15macro: interpret arguments to IOVEC_SET_STRING only onceLennart Poettering
2010-05-14util: flush inotify fd only when we have itLennart Poettering
2010-05-14main: make sure we don't accidentally acquire a controlling terminalLennart Poettering
2010-05-14main: acquire console before execing crash shellLennart Poettering
2010-05-14install: create /cgroup/debug mount point on installLennart Poettering
2010-05-14unit: record inactive enter/exit timestamps to facilitate syslog lookupsLennart Poettering
2010-05-14downgrade a few log msgsLennart Poettering
2010-05-14manager: merge /etc/xdg/systemd/session and /etc/systemd/sessionLennart Poettering
2010-05-14execute: fix bad jumpLennart Poettering
2010-05-14manager: fix minor memory leak -- free cleanup queue on exitLennart Poettering
2010-05-14unit-name: kill redundant slashes in unit_name_from_path()Lennart Poettering
2010-05-13sysv: drop warning about missing chkconfig headerLennart Poettering
2010-05-13sysv: rework suse/debian special bootup runlevel handlingLennart Poettering
2010-05-13build-sys: include README and LICENSE in tarballLennart Poettering
2010-05-13vala: hide a few vala warningsLennart Poettering
2010-05-13configure: Allow to disable build of tools that require GTK.Michael Tremer
2010-05-13units: rework automatic dependency logic between automounts, mounts, ↵Lennart Poettering
sockets, swaps
2010-05-10device: allow easy identification of network interfaces without their full ↵Lennart Poettering
sysfs device path
2010-05-10make gcc shut upLennart Poettering
2010-05-10Distribute the necessary header files tooTollef Fog Heen
Add all header files that we need to EXTRA_DIST to ensure they are actually in the tarball.
2010-05-10Remove .h files from _SOURCESTollef 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-10Fix compilation issue; s/-NOENT/-ENOENT/Tollef Fog Heen
2010-05-09environment: allow control of the environment block via D-BusLennart Poettering
2010-05-09swap: properly free instance dataLennart Poettering
2010-05-09hostname: drop invalid chars when reading hostname from diskLennart Poettering
2010-05-09hostname: read hostname for GentooMarc-Antoine Perennou
2010-05-09swap: add .swap unit typeMaarten Lankhorst
2010-05-09loopback: configure lo device on bootupLennart Poettering
2010-05-08build-sys: detect GentooFabian Henze
2010-05-08hostname: unify hostname configuration file parsers a littleLennart Poettering
2010-05-06build-sys: fix name of Debian syslog serviceLennart Poettering
2010-05-06gitignore: ignore files ending in ~Lennart Poettering
2010-05-06build-sys: require at least vala 0.7Lennart Poettering
2010-05-06build-sys: better test for pkg-config/pkg.m4Tollef 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.