summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-08-25utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵Lennart Poettering
instead of 1
2010-08-25systemctl: rename a few status linesLennart Poettering
2010-08-25systemctl: show timestamps for state changesLennart Poettering
2010-08-25systemctl: add --sysv-compatLennart Poettering
2010-08-25log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need ↵Lennart Poettering
to write them manually
2010-08-25mount: add global configuration options for handling of auto mountsLennart Poettering
2010-08-25serial: use seperate getty template for serial ttysLennart Poettering
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering
2010-08-21mount: don't create depdency for device node of root fs, since it is always ↵Lennart Poettering
there
2010-08-21log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering
2010-08-20device: handle properly if two devices want to have the same nameLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=624539
2010-08-20exit-status: add missing files src/exit-status.h src/exit-status.cLennart Poettering
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering
2010-08-20mount: properly handle LABEL="" in fstabLennart Poettering
2010-08-20selinux: properly query policy for FIFO filesLennart Poettering
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵Lennart Poettering
decode exit codes in systemctl
2010-08-20service: make sure sysv services marked as interactive in the LSB header get ↵Lennart Poettering
output on the TTY in all cases
2010-08-19kmod: downgrade modprobe log message for since ipv6 might be compiled as ↵Lennart Poettering
module for blacklisting
2010-08-19hostname: if no hostname is configured use localhostLennart Poettering
2010-08-19hostname: on all distros make the name configured in /etc/hostname take ↵Lennart Poettering
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.
2010-08-19modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
2010-08-18dbus: small typo in introspection dataMatthias Clasen
Hey, here is a patch to fix a small typo in the systemd dbus introspection data. I found this while trying to explore the systemd dbus API via bash completion with gdbus. You should try this, it is really fun, and, evidently, helps to find some bugs... Matthias
2010-08-18random-seed: honour kernel pool size when saving/restoring seedLennart Poettering
2010-08-18udev: dm has been fixed in the meantimeLennart Poettering
2010-08-18udev: fix syntaxLennart Poettering
2010-08-17main: restore an accidentally removed 'else'Tero Roponen
I just noticed this when reading the latest commits.
2010-08-17dbus: downgrade disconnection messageLennart Poettering
2010-08-17main: properly fallback to rescue.target if default.target is hosedLennart Poettering
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-17service: prefix descriptions when they come from legacy sourcesLennart Poettering
2010-08-17systemctl: break output properly for 80ch terminalsLennart Poettering
2010-08-17modprobe: kill support for nomodulesLennart Poettering
this should happen in the kernel itself, not be controlled from userspace, if at all. So let's kill this here.
2010-08-17shutdown: drop -f/-F switches again, simply because we don't want to condone ↵Lennart Poettering
non-ro root dirs Instead of using /forcefsck and /fastboot people should just kernel command line options to achieve the same.
2010-08-17nss: don't disable nscd anymore, since it doesn't make sense to ↵Lennart Poettering
socket-activate nscd anyway
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-17log: print at to one target at maxLennart Poettering
2010-08-17device: be more verbose of udev confuses usLennart Poettering
2010-08-17load-fragment: make parser more forgivingLennart Poettering
2010-08-17auto-getty: rework auto console getty logic to work in conjunction with ↵Lennart Poettering
single user mode
2010-08-16shutdownd: kill /etc/nologin file before we go downLennart Poettering
2010-08-16shutdown: various fixes for handling of delayed shutdownsLennart Poettering
2010-08-16log: properly open log target in the various utilitiesLennart Poettering
2010-08-16util: properly detect ttyname_r() failingLennart Poettering
2010-08-16util: use format_timestamp() instead of ctime() wherever possibleLennart Poettering
2010-08-16systemctl: sort case-insensitivelyLennart Poettering
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering
That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14random-seed: add missing random-seed.c fileLennart Poettering