summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* git: only ignore toplevel systemd fileLennart Poettering2012-01-051-1/+1
|
* libsystemd-id128: restructure Makefile.amKay Sievers2011-12-311-1/+0
|
* timedated: move sources to subdirectoryKay Sievers2011-12-311-2/+2
|
* git: update gitignoreLennart Poettering2011-12-311-0/+1
|
* journal: add unit files and shared library glueLennart Poettering2011-12-301-0/+2
|
* journal: add preliminary incomplete implementationLennart Poettering2011-10-071-1/+5
|
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-301-1/+1
|
* install: add new installer implementationLennart Poettering2011-07-221-0/+1
| | | | | | | | | | | | | | | This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet
* git: hide more files from gitLennart Poettering2011-07-141-0/+3
|
* sd-daemon: turn sd-daemon.c into a shared libraryLennart Poettering2011-07-141-0/+1
|
* logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering2011-07-141-0/+2
|
* loginctl: add basic implementation of loginctl for introspecting controlling ↵Lennart Poettering2011-07-071-0/+1
| | | | sessions/users/seats
* mechanisms: add mechanisms to change system locale and clockLennart Poettering2011-06-211-0/+2
|
* logind: implement ACL managementLennart Poettering2011-06-211-0/+1
|
* logind: first version that compiles fineLennart Poettering2011-06-211-0/+1
|
* hostnamed: introduce systemd-hostnamedLennart Poettering2011-04-161-0/+1
| | | | http://www.freedesktop.org/wiki/Software/systemd/hostnamed
* binfmt: add binfmt tool to set up binfmt_misc at bootLennart Poettering2011-04-041-0/+1
|
* getty: move automatic serial getty logic into generatorLennart Poettering2011-03-151-0/+1
|
* nspawn: add simple chroot(1) like tool to execute commands in a namespace ↵Lennart Poettering2011-03-141-0/+1
| | | | container
* systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering2011-03-121-0/+1
| | | | | | | | | | This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230
* add .vimrc to .gitignoreAndrey Borzenkov2011-03-071-0/+1
|
* main: introduce /etc/machine-idLennart Poettering2011-03-041-0/+1
| | | | | | | | | | | | | | | This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration.
* virtualization: beef virtualization codeLennart Poettering2011-02-211-0/+1
|
* sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering2010-11-181-0/+1
|
* load-fragment: properly do comparison of wordsLennart Poettering2010-11-141-0/+1
|
* ac-power: make ac-power a proper binary that scripts can callLennart Poettering2010-11-101-0/+1
|
* manager: parse RD_TIMESTAMP passed from initrdLennart Poettering2010-11-101-0/+1
|
* cryptsetup: minimal cryptsetup unit generatorLennart Poettering2010-11-101-0/+2
|
* ask-password: add basic tty agentLennart Poettering2010-10-251-1/+2
|
* fsck: add initial version of fsck and quotacheck wrappersLennart Poettering2010-10-191-0/+2
|
* user-sessions: add minimal utility to kill user sessions that shall be ↵Lennart Poettering2010-10-071-0/+1
| | | | called before destroying services on shutdown
* umount: Adding unmount functions to be used in shutdownFabiano Fidencio2010-10-071-0/+1
| | | | | | | | | | | | | | | This functions will: - umount all mount points that aren't API - remount read-only all mount points that can't be umounted - umount all swap devices. - detach all loopback devices TODO: - umount dms Mountpoints are being read from /proc/self/mountinfo. Swaps are being read from /proc/swaps. Loop devices from /sys/class/block/loop*.
* tmpfiles: rename tempfiles to tmpfiles since this isn't windowsLennart Poettering2010-09-281-1/+1
|
* tempfiles: add little utility for creating volatile files/dirs in tmpfs ↵Lennart Poettering2010-09-281-0/+1
| | | | hierarchies
* readahead: implement minimal readahead logic based on fanotify(), mincore() ↵Lennart Poettering2010-09-231-0/+2
| | | | and readahead()
* ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering2010-09-171-0/+3
| | | | passphrases from the user
* vconsole: add new utility to initialize the virtual consoleLennart Poettering2010-09-161-1/+1
|
* serial: use seperate getty template for serial ttysLennart Poettering2010-08-251-1/+1
|
* syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering2010-08-211-0/+1
|
* remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering2010-08-201-0/+1
|
* hostname: on all distros make the name configured in /etc/hostname take ↵Lennart Poettering2010-08-191-0/+1
| | | | | | | | precedence over distro-specific configuration In order to unify configuration across distributions we pick the simple-most option by default (Debian's /etc/hostname) and then fall back to distro-specific hacks if that doesn't exist.
* modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering2010-08-191-0/+1
| | | | of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
* auto-getty: rework auto console getty logic to work in conjunction with ↵Lennart Poettering2010-08-171-0/+1
| | | | single user mode
* systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering2010-08-161-0/+1
|
* random-seed: add missing random-seed.c fileLennart Poettering2010-08-141-0/+1
|
* audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵Lennart Poettering2010-08-111-0/+1
| | | | and into a helper binary
* update fixmeLennart Poettering2010-07-211-0/+1
|
* cgls: beef up control group dumping and introduce cgls toolLennart Poettering2010-07-081-0/+1
|
* man: document runlevel and systemd-installLennart Poettering2010-06-231-0/+1
|
* man: document sd-daemon.[ch]Lennart Poettering2010-06-231-0/+4
|