summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: prepare new releasev29Lennart Poettering2011-06-161-1/+1
|
* update TODOLennart Poettering2011-06-151-0/+2
|
* pam-module: add debug= parameterMichal Schmidt2011-06-152-6/+29
| | | | | | | | | | | | | | 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.
* man: clarify os-release in regards to spaces a bitLennart Poettering2011-06-152-6/+10
|
* systemctl: plug a leak upon create_symlink mismatchJim Meyering2011-06-151-0/+1
|
* systemctl: enable chkconfig support in systemctl for ALTLinuxAlexey Shabalin2011-06-151-1/+1
|
* build-sys: local-fs, remote-fs and swap are active anyway when user sessions ↵Lennart Poettering2011-06-151-4/+1
| | | | are created, there is no point in having these units known in sessions
* execute: fix function prototypeLennart Poettering2011-06-151-2/+2
|
* dbus: fix name of capability propertyLennart Poettering2011-06-152-2/+2
|
* build-sys: fix buildLennart Poettering2011-06-141-2/+1
|
* systemctl: fix a FILE* leakMichal Schmidt2011-06-141-1/+3
| | | | | In practice it does not really matter, but let's be nice and close the file.
* systemctl: fix 'is-enabled' for native units under /libMichal Schmidt2011-06-141-7/+7
| | | | | | | | | 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
* remote-fs.target: do not order after network.targetTom Gundersen2011-06-142-6/+0
| | | | | | | | | | | 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.
* mount /run without MS_NOEXECKay Sievers2011-06-142-2/+2
|
* readahead-common: fix total memory size detectionMichal Schmidt2011-06-101-3/+2
| | | | | | | | 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
* enable chkconfig support in systemctl for openSUSEFrederic Crozat2011-06-091-1/+1
|
* selinux: selinuxfs can be mounted on /sys/fs/selinuxMichal Schmidt2011-06-072-1/+3
| | | | | | | | | | | | | | | | 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
* cryptsetup-generator: fix /etc/cryptsetup optionsMichal Schmidt2011-06-061-1/+1
| | | | | | | | | | | | 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
* systemctl: fix double unref of a dbus messageMichal Schmidt2011-06-051-0/+1
|
* exec: Fix number of unit typesOzan Çağlayan2011-05-271-2/+2
| | | | There are four unit types mentioned in here, not three
* build-sys: prepare v28v28Lennart Poettering2011-05-261-1/+1
|
* sd-daemon: remove superfluous _sd_hidden_ from static functionKay Sievers2011-05-261-1/+1
|
* drop hwclock-save.serviceKay Sievers2011-05-252-20/+0
| | | | | | | | | | | | | | | | 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.
* dbus-common: fix segfault when a DBus message has no interfaceMichal Schmidt2011-05-251-3/+7
| | | | | | dbus_message_get_interface() may return NULL. https://bugzilla.redhat.com/show_bug.cgi?id=707483
* man: update the list of unit search locationsWilliam Swanson2011-05-251-2/+2
|
* readahead: explain that it is safe to ignore EACCESLennart Poettering2011-05-251-1/+11
|
* readahead-collect: ignore EACCES for fanotifyHarald Hoyer2011-05-251-1/+1
| | | | | At the start of auditd, we are temporarily not able to read from the fanotify fd. Ignoring it, seems to work.
* update TODOKay Sievers2011-05-251-0/+2
|
* rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers2011-05-245-38/+96
| | | | | | | | 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.
* update TODOKay Sievers2011-05-241-0/+2
|
* update TODOKay Sievers2011-05-241-4/+8
|
* socket: expose mq params in introspection dataLennart Poettering2011-05-221-0/+2
|
* bus_property_append_long: use signed long and 'x' in the signature for ↵Kay Sievers2011-05-212-5/+5
| | | | DBUS_TYPE_INT64
* socket: always use SO_{RCV,SND}BUFFORCE to allow larger valuesKay Sievers2011-05-201-4/+4
|
* util: use new VT ESC sequence to clear scrollback bufferLennart Poettering2011-05-201-65/+30
|
* sd-daemon: move _sd_hidden_ from .h to .c fileKay Sievers2011-05-202-27/+25
|
* missing: add IP_TRANSPARENTKay Sievers2011-05-201-0/+4
|
* build-sys: prepare new release 27v27Lennart Poettering2011-05-201-1/+1
|
* update TODOLennart Poettering2011-05-201-0/+4
|
* util: use open_terminal() in chvt() tooLennart Poettering2011-05-191-1/+1
|
* socket: expose SO_BROADCASTLennart Poettering2011-05-196-0/+24
|
* git: add .mailmapLennart Poettering2011-05-191-0/+4
|
* exec: expose tty reset options in dbus introspection dataLennart Poettering2011-05-191-0/+3
|
* socket: expose IP_TRANSPARENTLennart Poettering2011-05-197-0/+23
|
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-1816-31/+275
| | | | | | | | | 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.
* socket: use 666 socket mode by default since neither fifos, nor sockets, nor ↵Lennart Poettering2011-05-171-1/+1
| | | | mqueues need to be executable
* socket: add POSIX mqueue supportLennart Poettering2011-05-1713-8/+245
|
* README: document relation to nss-myhostnameLennart Poettering2011-05-171-0/+8
|
* hostnamed: check that nss-myhostname is installedLennart Poettering2011-05-172-0/+18
|
* update TODOLennart Poettering2011-05-171-0/+2
|