summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-19util: use open_terminal() in chvt() tooLennart Poettering1-1/+1
2011-05-19socket: expose SO_BROADCASTLennart Poettering4-0/+12
2011-05-19exec: expose tty reset options in dbus introspection dataLennart Poettering1-0/+3
2011-05-19socket: expose IP_TRANSPARENTLennart Poettering6-0/+15
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering12-21/+236
2011-05-17socket: use 666 socket mode by default since neither fifos, nor sockets, nor ...Lennart Poettering1-1/+1
2011-05-17socket: add POSIX mqueue supportLennart Poettering10-2/+194
2011-05-17hostnamed: check that nss-myhostname is installedLennart Poettering1-0/+16
2011-05-16sysctl: apply /etc/sysctl.conf lastLudwig Nussel1-1/+2
2011-05-16systemd-analyze: print hostname, kernelversion and arch at the top of the plotKoen Kooi1-1/+4
2011-05-16pam: downgrade a few log msgsLennart Poettering1-3/+3
2011-05-12hostnamed: SetPrettyHostname() should check PK action org.freedesktop.hostnam...Lennart Poettering2-2/+8
2011-05-10user-sessions: ignore EROFS when unlinking /etc/nologin if the file doesn't e...Lennart Poettering1-2/+10
2011-05-10util: include `stdarg.h`Paul Menzel1-0/+1
2011-05-09build-sys: Angstrom supportKoen Kooi2-6/+6
2011-05-05unit: make ignoring in snapshots a per unit property, instead of a per unit t...Lennart Poettering6-8/+24
2011-05-03vconsole: use open_terminal() instead of open()Lennart Poettering1-1/+1
2011-05-01sysctl: correct /usr/local/lib pathKay Sievers1-1/+1
2011-04-30binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=Kay Sievers1-2/+0
2011-04-30binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr...Kay Sievers5-8/+38
2011-04-30util: don't AND cx with cxLennart Poettering1-1/+1
2011-04-28util: conf_files_list() return list as parameterKay Sievers7-34/+48
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering6-4/+61
2011-04-28label: don't print warning when we try ro relabel an non-existing fileLennart Poettering1-4/+4
2011-04-28service: properly notice when services with a main process that isn't a child...Lennart Poettering2-19/+35
2011-04-28lookup: drop empty directories from search pathsLennart Poettering3-0/+25
2011-04-28path: simplify recheck logicLennart Poettering1-25/+33
2011-04-28unit: fix assert when trying to load unit instances for uninstanciable typesLennart Poettering1-1/+3
2011-04-27systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Inst...Lennart Poettering1-2/+1
2011-04-27def: lower default timeout to 90sLennart Poettering1-1/+1
2011-04-27manager: fix serialization counterLennart Poettering1-1/+1
2011-04-27dbus: don't hit assert when dumping propertiesLennart Poettering1-1/+1
2011-04-26cryptsetup: fix keyfile size option processingMilan Broz1-1/+6
2011-04-26socket: improve warning message when we get POLLHUPLennart Poettering1-1/+6
2011-04-26strv: Fix gcc unitialized variable warningZbigniew Jędrzejewski-Szmek1-2/+2
2011-04-26mount: failure to mount cgroup hierarchies should not be fatalLennart Poettering1-2/+4
2011-04-25tmpfiles.d: switch to stacked config dirs in /lib, /etc, /runKay Sievers1-41/+11
2011-04-25sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e...Kay Sievers7-159/+171
2011-04-23manager: mkdir /run/systemd/system when starting upTollef Fog Heen1-0/+1
2011-04-21missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips.cee11-0/+11
2011-04-21Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()"Lennart Poettering1-1/+1
2011-04-20mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd.Wulf C. Krueger1-3/+1
2011-04-20cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()Lennart Poettering1-1/+1
2011-04-20socket: support ListeSpecial= socketsLennart Poettering3-5/+85
2011-04-20vconsole: don't set console font/keymap if settings are emptyLennart Poettering1-10/+24
2011-04-20nspawn: don't fail when we receive SIGCHLDLennart Poettering1-1/+8
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering6-10/+27
2011-04-20socket: log more information about invalid poll eventsLennart Poettering1-1/+1
2011-04-20MeeGo supportChris E Ferron5-7/+18
2011-04-20mount,crypto: rework meaning of noauto/nofailLennart Poettering2-39/+72