Age | Commit message (Expand) | Author | Files | Lines |
2011-05-19 | util: use open_terminal() in chvt() too | Lennart Poettering | 1 | -1/+1 |
2011-05-19 | socket: expose SO_BROADCAST | Lennart Poettering | 4 | -0/+12 |
2011-05-19 | exec: expose tty reset options in dbus introspection data | Lennart Poettering | 1 | -0/+3 |
2011-05-19 | socket: expose IP_TRANSPARENT | Lennart Poettering | 6 | -0/+15 |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering | 12 | -21/+236 |
2011-05-17 | socket: use 666 socket mode by default since neither fifos, nor sockets, nor ... | Lennart Poettering | 1 | -1/+1 |
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | 10 | -2/+194 |
2011-05-17 | hostnamed: check that nss-myhostname is installed | Lennart Poettering | 1 | -0/+16 |
2011-05-16 | sysctl: apply /etc/sysctl.conf last | Ludwig Nussel | 1 | -1/+2 |
2011-05-16 | systemd-analyze: print hostname, kernelversion and arch at the top of the plot | Koen Kooi | 1 | -1/+4 |
2011-05-16 | pam: downgrade a few log msgs | Lennart Poettering | 1 | -3/+3 |
2011-05-12 | hostnamed: SetPrettyHostname() should check PK action org.freedesktop.hostnam... | Lennart Poettering | 2 | -2/+8 |
2011-05-10 | user-sessions: ignore EROFS when unlinking /etc/nologin if the file doesn't e... | Lennart Poettering | 1 | -2/+10 |
2011-05-10 | util: include `stdarg.h` | Paul Menzel | 1 | -0/+1 |
2011-05-09 | build-sys: Angstrom support | Koen Kooi | 2 | -6/+6 |
2011-05-05 | unit: make ignoring in snapshots a per unit property, instead of a per unit t... | Lennart Poettering | 6 | -8/+24 |
2011-05-03 | vconsole: use open_terminal() instead of open() | Lennart Poettering | 1 | -1/+1 |
2011-05-01 | sysctl: correct /usr/local/lib path | Kay Sievers | 1 | -1/+1 |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= | Kay Sievers | 1 | -2/+0 |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr... | Kay Sievers | 5 | -8/+38 |
2011-04-30 | util: don't AND cx with cx | Lennart Poettering | 1 | -1/+1 |
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers | 7 | -34/+48 |
2011-04-28 | dbus: make daemon reexecution synchronous | Lennart Poettering | 6 | -4/+61 |
2011-04-28 | label: don't print warning when we try ro relabel an non-existing file | Lennart Poettering | 1 | -4/+4 |
2011-04-28 | service: properly notice when services with a main process that isn't a child... | Lennart Poettering | 2 | -19/+35 |
2011-04-28 | lookup: drop empty directories from search paths | Lennart Poettering | 3 | -0/+25 |
2011-04-28 | path: simplify recheck logic | Lennart Poettering | 1 | -25/+33 |
2011-04-28 | unit: fix assert when trying to load unit instances for uninstanciable types | Lennart Poettering | 1 | -1/+3 |
2011-04-27 | systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Inst... | Lennart Poettering | 1 | -2/+1 |
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | 1 | -1/+1 |
2011-04-27 | manager: fix serialization counter | Lennart Poettering | 1 | -1/+1 |
2011-04-27 | dbus: don't hit assert when dumping properties | Lennart Poettering | 1 | -1/+1 |
2011-04-26 | cryptsetup: fix keyfile size option processing | Milan Broz | 1 | -1/+6 |
2011-04-26 | socket: improve warning message when we get POLLHUP | Lennart Poettering | 1 | -1/+6 |
2011-04-26 | strv: Fix gcc unitialized variable warning | Zbigniew Jędrzejewski-Szmek | 1 | -2/+2 |
2011-04-26 | mount: failure to mount cgroup hierarchies should not be fatal | Lennart Poettering | 1 | -2/+4 |
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | 1 | -41/+11 |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e... | Kay Sievers | 7 | -159/+171 |
2011-04-23 | manager: mkdir /run/systemd/system when starting up | Tollef Fog Heen | 1 | -0/+1 |
2011-04-21 | missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips. | cee1 | 1 | -0/+11 |
2011-04-21 | Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()" | Lennart Poettering | 1 | -1/+1 |
2011-04-20 | mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd. | Wulf C. Krueger | 1 | -3/+1 |
2011-04-20 | cryptsetup: pass 0 as key size to crypt_activate_by_keyfile() | Lennart Poettering | 1 | -1/+1 |
2011-04-20 | socket: support ListeSpecial= sockets | Lennart Poettering | 3 | -5/+85 |
2011-04-20 | vconsole: don't set console font/keymap if settings are empty | Lennart Poettering | 1 | -10/+24 |
2011-04-20 | nspawn: don't fail when we receive SIGCHLD | Lennart Poettering | 1 | -1/+8 |
2011-04-20 | cgroup: don't accidentaly trim on reload | Lennart Poettering | 6 | -10/+27 |
2011-04-20 | socket: log more information about invalid poll events | Lennart Poettering | 1 | -1/+1 |
2011-04-20 | MeeGo support | Chris E Ferron | 5 | -7/+18 |
2011-04-20 | mount,crypto: rework meaning of noauto/nofail | Lennart Poettering | 2 | -39/+72 |