summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-21build-sys: prepare release 191v191Lennart Poettering3-7/+52
2012-09-21journal: always keep marked mmap windows aroundLennart Poettering1-2/+2
2012-09-21missing: Fix compilation error due to wrong __NR_name_to_handle_at definitionEelco Dolstra1-4/+4
2012-09-21journald: log how big the journal files may growLennart Poettering2-6/+20
2012-09-21journalctl: make the argument to -n optionalLennart Poettering2-14/+21
2012-09-21journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering5-457/+341
2012-09-21multi-seat-x: drop a lot of unnecessary codeLennart Poettering2-90/+7
2012-09-21sysctl: always return the last error we encounteredLennart Poettering1-9/+9
2012-09-21nspawn: document why we don't check resolv.conf mount errorsLennart Poettering1-0/+2
2012-09-21nspawn: we can't overmount /etc/localtime anymore since it's usually a symlin...Lennart Poettering1-9/+42
2012-09-21hwclock: add missing OOM checkLennart Poettering1-0/+5
2012-09-21pam: document that we don't do error checking when parsing vtnrLennart Poettering1-0/+1
2012-09-21journal: don't allow journal_file_open() to be called with ret being NULLLennart Poettering1-3/+2
2012-09-21login: missing break for getopt ARG_NO_ASK_PASSWORD in loginctlLukas Nykryn1-0/+1
2012-09-21sysctl: fix error code handlingLukas Nykryn1-0/+2
2012-09-21modules-load: initalize files to nullVáclav Pavlín1-1/+1
2012-09-21locale: make sure that l is freedVáclav Pavlín1-1/+3
2012-09-21login: check return value of session_get_idle_hintVáclav Pavlín1-1/+5
2012-09-21logind: check return value, log warning on errorVáclav Pavlín2-2/+6
2012-09-21cgtop: missing '-'Václav Pavlín1-1/+1
2012-09-21multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver nowDave Airlie1-7/+1
2012-09-21Revert "multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi...Lennart Poettering3-0/+208
2012-09-21logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering10-50/+92
2012-09-21multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi-seat gr...Lennart Poettering3-208/+0
2012-09-21core: call va_end in all casesLukas Nykryn1-0/+1
2012-09-21shared: call va_end in all casesLukas Nykryn2-2/+4
2012-09-21logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering6-21/+33
2012-09-20update TODOLennart Poettering1-2/+0
2012-09-20fix typo in NEWSLennart Poettering1-1/+1
2012-09-20update TODOv190Lennart Poettering1-2/+4
2012-09-20timedated: /etc/sysconfig/clock is dead on Fedora, remove itLennart Poettering1-9/+0
2012-09-20typo fixLennart Poettering1-1/+1
2012-09-20fix typosLennart Poettering2-4/+4
2012-09-20update TODOLennart Poettering1-0/+7
2012-09-20build-sys: prepare v190Lennart Poettering3-8/+128
2012-09-20util: fix overflow checksLennart Poettering2-3/+3
2012-09-20build-sys: require certain version of libselinuxJan Engelhardt1-1/+1
2012-09-20util: overflow hardeningLennart Poettering3-5/+15
2012-09-20util: make sure heap allocators fail when array allocations are out of boundsLennart Poettering1-3/+17
2012-09-19journald: don't accept arbitrarily sized journal data fieldsLennart Poettering1-2/+8
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering11-30/+52
2012-09-19util: fix bad strstrip() return value in normalize_env_assignment()Lennart Poettering2-19/+37
2012-09-19path: support specifier resolvin in .path unitsLennart Poettering1-12/+16
2012-09-19libudev: remove dead codeKay Sievers2-21/+0
2012-09-19timedated: unregister the right bus serviceLennart Poettering1-1/+1
2012-09-19update TODOLennart Poettering1-6/+0
2012-09-19logind: if a lid-switch lock was taken while the lid was closed, recheck lid ...Lennart Poettering3-5/+70
2012-09-19logind: properly parse handle-lid-switch inhibitorLennart Poettering1-1/+1
2012-09-19man: document new inhibitor typesLennart Poettering2-11/+18
2012-09-19logind: rework power key/suspend key/lid switch handlingLennart Poettering11-216/+239