summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-09units: Enable plymouth for FrugalwareMiklos Vajna
2011-05-09update TODOKay Sievers
2011-05-05unit: make ignoring in snapshots a per unit property, instead of a per unit ↵Lennart Poettering
type property
2011-05-03vconsole: use open_terminal() instead of open()Lennart Poettering
2011-05-03update TODOLennart Poettering
2011-05-02update TODOLennart Poettering
2011-05-02units: enable automount units only if the kernel supports themLennart Poettering
2011-05-01sysctl: correct /usr/local/lib pathKay Sievers
2011-04-30binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=Kay Sievers
2011-04-30binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where ↵Kay Sievers
appropriate /lib directories
2011-04-30build-sys: prepare release 26systemd/v26Lennart Poettering
2011-04-30plymouth: introduce plymouth.enable=0 kernel command line switchLennart Poettering
2011-04-30util: don't AND cx with cxLennart Poettering
2011-04-29man: typo in sd_daemon referenceTollef Fog Heen
2011-04-28util: conf_files_list() return list as parameterKay Sievers
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering
We simply keep open copies of the dbus connections across the reexecution and close them as last step of it. A client can thus simply wait until its connection is dropped to know when the reexecution is finished. https://bugzilla.redhat.com/show_bug.cgi?id=698198
2011-04-28label: don't print warning when we try ro relabel an non-existing fileLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=698674
2011-04-28service: properly notice when services with a main process that isn't a ↵Lennart Poettering
child of init die https://bugzilla.redhat.com/show_bug.cgi?id=699114
2011-04-28lookup: drop empty directories from search pathsLennart Poettering
2011-04-28path: simplify recheck logicLennart Poettering
2011-04-28unit: fix assert when trying to load unit instances for uninstanciable typesLennart Poettering
http://lists.freedesktop.org/archives/systemd-devel/2011-April/001910.html
2011-04-27systemctl: whitelist /etc instead of blacklisting /lib to figure out if ↵Lennart Poettering
[Install] is needed
2011-04-27def: lower default timeout to 90sLennart Poettering
Almost everybody found 3min too long, so lower it again
2011-04-27update TODOKay Sievers
2011-04-27manager: fix serialization counterLennart Poettering
2011-04-27update TODOLennart Poettering
2011-04-27dbus: don't hit assert when dumping propertiesLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36472
2011-04-27build-sys: Add --disable-binfmt configure switchMiklos Vajna
2011-04-26cryptsetup: fix keyfile size option processingMilan Broz
/etc/crypttab uses "size" argument only for plain crypt mapping (and input is limited to volume key size) For LUKS it always read whole keyfile (no arguments except "luks" should be in crypttab). Because of bug in cryptsetup 1.2.0 (fixed in 1.3.0) library did not enforced keyfile size argument, so this bug was hidden for some time. Patch also converts size in bits to bytes like excepted by libcryptsetup api. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=36264
2011-04-26socket: improve warning message when we get POLLHUPLennart Poettering
2011-04-26strv: Fix gcc unitialized variable warningZbigniew Jędrzejewski-Szmek
Since strv_* functions handle null arguments, this warning is actually valid. src/strv.c: In function ‘strv_copy’: src/strv.c:68:21: warning: ‘k’ may be used uninitialized in this function [-Wuninitialized]
2011-04-26mount: failure to mount cgroup hierarchies should not be fatalLennart Poettering
If we cannot open /etc/cgroup, print an error message, but go on, to support cgroup-less builds. https://bugzilla.redhat.com/show_bug.cgi?id=628004
2011-04-25configure.ac: move AC_USE_SYSTEM_EXTENSIONS up to fix warningKay Sievers
2011-04-25configure: add AC_SYS_LARGEFILEKay Sievers
2011-04-25tmpfiles.d: switch to stacked config dirs in /lib, /etc, /runKay Sievers
2011-04-25sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵Kay Sievers
/etc, /run
2011-04-23manager: mkdir /run/systemd/system when starting upTollef Fog Heen
2011-04-23man: Spelling fixesA. Costa
2011-04-21missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips.cee1
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23618562 MIPS o32 ABI enforces that 64bit arguments should be 64bit-aligned, and the third argument of syscall(__NR_fanotify_mark, ...) is 64bit and not 64bit-aligned on o32 mips platform, thus extra padding is inserted before it. The syscall function doesn't know the prototype of fanotify_mark, so the padding will be passed into kernel as valid argument.
2011-04-21update TODOsystemd/v25Lennart Poettering
2011-04-21build-sys: bump releaseLennart Poettering
2011-04-21Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()"Lennart Poettering
This reverts commit 9402841ef197e485061ab328edcaa0e6d83051bd. This freezes boot-up when /dev/urandom is used as key source
2011-04-21man: minor fixesLennart Poettering
2011-04-20mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd.Wulf C. Krueger
Mounting /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd is required by rpcbind and the NFS server respectively. To depend on them being mounted, systemd needs to be allowed to create mount units for both in order to avoid having to implement hacks (mounting in ExecStartPre or using shell scripts).
2011-04-20cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()Lennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36264
2011-04-20socket: support ListeSpecial= socketsLennart Poettering
2011-04-20vconsole: don't set console font/keymap if settings are emptyLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36052 If KEYMAP= is set to the empty string in /etc/vconsole leave the kernel keymap loaded. Similar for FONT=.
2011-04-20nspawn: don't fail when we receive SIGCHLDLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36148
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=678555
2011-04-20units: set capability bounding set for syslog servicesLennart Poettering