Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | main: Fix a typo emergency shall->emergency shell | Michal Vyskocil | |
2011-06-16 | build-sys: prepare new releasesystemd/v29 | Lennart Poettering | |
2011-06-15 | update TODO | Lennart Poettering | |
2011-06-15 | pam-module: add debug= parameter | Michal Schmidt | |
It is customary that pam modules do not log debugging information by default. Usually they offer a 'debug' option. Add a boolean debug= option to pam_systemd.so. This will solve bug https://bugzilla.redhat.com/show_bug.cgi?id=705427 Commit 53d5582fa006b0eb528f5dc3f4ba978abd8ac5a3 was not sufficient to fix it, because in Fedora rsyslog is configured to write even LOG_DEBUG messages to /var/log/secure by default. | |||
2011-06-15 | man: clarify os-release in regards to spaces a bit | Lennart Poettering | |
2011-06-15 | systemctl: plug a leak upon create_symlink mismatch | Jim Meyering | |
2011-06-15 | systemctl: enable chkconfig support in systemctl for ALTLinux | Alexey Shabalin | |
2011-06-15 | build-sys: local-fs, remote-fs and swap are active anyway when user sessions ↵ | Lennart Poettering | |
are created, there is no point in having these units known in sessions | |||
2011-06-15 | execute: fix function prototype | Lennart Poettering | |
2011-06-15 | dbus: fix name of capability property | Lennart Poettering | |
2011-06-14 | build-sys: fix build | Lennart Poettering | |
2011-06-14 | systemctl: fix a FILE* leak | Michal Schmidt | |
In practice it does not really matter, but let's be nice and close the file. | |||
2011-06-14 | systemctl: fix 'is-enabled' for native units under /lib | Michal Schmidt | |
The units always showed up as enabled. The config file has to be parsed before we can check what's in the [Install] section. https://bugzilla.redhat.com/show_bug.cgi?id=699027 | |||
2011-06-14 | remote-fs.target: do not order after network.target | Tom Gundersen | |
remote-fs.target is ordered after the {auto,}mount units. In case of automount we do not want to wait for the network to come up before proceeding. In case of a regular mount unit, the unit will be ordered after network.target so the behavior is unchanged. This speeds up boot quite a bit for me when having some services needing NetworkManager-wait-online.service, and having my home partition on nfs under an automountpoint. | |||
2011-06-14 | mount /run without MS_NOEXEC | Kay Sievers | |
2011-06-10 | readahead-common: fix total memory size detection | Michal Schmidt | |
sysinfo returns the total memory size in multiples of mem_unit bytes. As long as the size in bytes fits into unsigned long, the kernel uses mem_unit = 1, but this is not true on i386 with more than 4 GB RAM. https://bugzilla.redhat.com/show_bug.cgi?id=712341 | |||
2011-06-09 | enable chkconfig support in systemctl for openSUSE | Frederic Crozat | |
2011-06-07 | selinux: selinuxfs can be mounted on /sys/fs/selinux | Michal Schmidt | |
The kernel now provides the /sys/fs/selinux mountpoint and libselinux prefers it if it's available. systemd currently tests only for /selinux and this leads to an infinite loop of policy reloads in the latest Rawhide. Fix it by checking both possible mountpoints. Also add the new path to ignore_paths[]. /selinux appears also in nspawn.c. I don't think it's necessary to change it there at this point. https://bugzilla.redhat.com/show_bug.cgi?id=711015 | |||
2011-06-06 | cryptsetup-generator: fix /etc/cryptsetup options | Michal Schmidt | |
cryptsetup-generator parses the options in /etc/cryptsetup incorrectly. It fails to find the 'swap' option in swap,foo and instead it matches on swaplalala,foo The condition for the comma separator is reversed. https://bugzilla.redhat.com/show_bug.cgi?id=710839 | |||
2011-06-05 | systemctl: fix double unref of a dbus message | Michal Schmidt | |
2011-05-27 | exec: Fix number of unit types | Ozan Çağlayan | |
There are four unit types mentioned in here, not three | |||
2011-05-26 | build-sys: prepare v28systemd/v28 | Lennart Poettering | |
2011-05-26 | sd-daemon: remove superfluous _sd_hidden_ from static function | Kay Sievers | |
2011-05-25 | drop hwclock-save.service | Kay Sievers | |
We don't want to fiddle around changing the RTC, not on bootup, not on shutdown. If we don't run NTP, we have absolutely no clue what's the current time to store in the RTC. If we run NTP, the kernel syncs the system time every 11 minutes to the RTC. Especially in multi-boot environents we must not call hwclock(8) which tries to be smart with calculating/storing/applying drifts and such. Live-CDs must never touch the RTC, because we don't know if it is running in UTC or locatime. | |||
2011-05-25 | dbus-common: fix segfault when a DBus message has no interface | Michal Schmidt | |
dbus_message_get_interface() may return NULL. https://bugzilla.redhat.com/show_bug.cgi?id=707483 | |||
2011-05-25 | man: update the list of unit search locations | William Swanson | |
2011-05-25 | readahead: explain that it is safe to ignore EACCES | Lennart Poettering | |
2011-05-25 | readahead-collect: ignore EACCES for fanotify | Harald Hoyer | |
At the start of auditd, we are temporarily not able to read from the fanotify fd. Ignoring it, seems to work. | |||
2011-05-25 | update TODO | Kay Sievers | |
2011-05-24 | rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8) | Kay Sievers | |
We check for LOCAL in /etc/adjtime and if needed, ask the kernel to apply the timezone delta to the system clock. The very first call of settimeofday() without a time, but a timezone warps the system clock, so that it properly runs in UTC. | |||
2011-05-24 | update TODO | Kay Sievers | |
2011-05-24 | update TODO | Kay Sievers | |
2011-05-22 | socket: expose mq params in introspection data | Lennart Poettering | |
2011-05-21 | bus_property_append_long: use signed long and 'x' in the signature for ↵ | Kay Sievers | |
DBUS_TYPE_INT64 | |||
2011-05-20 | socket: always use SO_{RCV,SND}BUFFORCE to allow larger values | Kay Sievers | |
2011-05-20 | util: use new VT ESC sequence to clear scrollback buffer | Lennart Poettering | |
2011-05-20 | sd-daemon: move _sd_hidden_ from .h to .c file | Kay Sievers | |
2011-05-20 | missing: add IP_TRANSPARENT | Kay Sievers | |
2011-05-20 | build-sys: prepare new release 27systemd/v27 | Lennart Poettering | |
2011-05-20 | update TODO | Lennart Poettering | |
2011-05-19 | util: use open_terminal() in chvt() too | Lennart Poettering | |
2011-05-19 | socket: expose SO_BROADCAST | Lennart Poettering | |
2011-05-19 | git: add .mailmap | Lennart Poettering | |
2011-05-19 | exec: expose tty reset options in dbus introspection data | Lennart Poettering | |
2011-05-19 | socket: expose IP_TRANSPARENT | Lennart Poettering | |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering | |
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty. | |||
2011-05-17 | socket: use 666 socket mode by default since neither fifos, nor sockets, nor ↵ | Lennart Poettering | |
mqueues need to be executable | |||
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | |
2011-05-17 | README: document relation to nss-myhostname | Lennart Poettering | |
2011-05-17 | hostnamed: check that nss-myhostname is installed | Lennart Poettering | |