chiark / gitweb /
journald: add configuration file options to forward all logged data to kmsg, console...
[elogind.git] / src /
2011-12-16 Michal Schmidttmpfiles: apply chown, chmod for 'Z' entries too
2011-12-16 Michal Schmidtservice: use 'syslog+console' for sysv_console
2011-12-15 Michal Schmidttmpfiles: add RECURSIVE_RELABEL_PATH ('Z')
2011-12-15 Michal Schmidttmpfiles: separate a generic item glob processing function
2011-12-15 Michal Schmidttmpfiles: use a common function to set owner/group...
2011-12-15 Michal Schmidttmpfiles: rename a couple of functions
2011-12-15 Michal Schmidttmpfiles: use an enum instead of plain char for item...
2011-12-15 Michal Schmidtsystemctl: fix typo in 'is-enabled'
2011-12-15 Gregs Gregsfsck: Fix typo in comment
2011-12-14 Michal Schmidtpam-module: add a couple of debugging prints
2011-12-09 Michal Schmidtunit: check for unneeded dependencies even when unit...
2011-12-09 Michal Schmidtunit: fix false positive in check for unneeded unit
2011-12-08 Michal Schmidtpath: add missing pieces for PathModified
2011-12-06 Michal Schmidtsystemctl: print 'error' load state in red
2011-12-05 Michal Schmidtunit: garbage collect units with load error
2011-12-05 Bill NottinghamAllow 'list-unit-files' to run with --root.
2011-12-03 Michal Schmidtservice: stop the service if ExecStartPost ends with...
2011-12-03 Michal Schmidtservice: handle services with racy daemonization gracefully
2011-12-03 Michal Schmidtpath: add PathModified (= PathChanged + IN_MODIFY)
2011-12-03 Michal Schmidtpath: refactor PathSpec usage
2011-12-03 Michal Schmidtpath: use %m instead of strerror(errno)
2011-12-03 Michal Schmidtutil: fix error checking after fgets()
2011-12-02 Michal Schmidtadd a generator to pull rc-local.service in
2011-11-30 Michal Schmidtsyslog: use PassCred=yes for the /dev/log socket
2011-11-30 Michal Schmidtshutdownd: use PassCred=yes in the socket unit
2011-11-30 Michal Schmidtsocket: add option for SO_PASSCRED
2011-11-19 Michal Schmidtlet mount and swap units log to the configured defaults
2011-11-19 Michal Schmidtpam-module: treat "cron" in PAM_TTY as empty tty
2011-11-19 Michal Schmidtpam-module: use the correct session type "unspecified"
2011-11-17 Michal Schmidtexecute: log errors from "sd(EXEC)"
2011-11-16 Michal Schmidtexecute: make setup_pam() return -errno when possible
2011-11-16 Michal Schmidtexecute: avoid logging to closed fds
2011-11-14 Thomas JaroschFix same expression on both sides of '&&'
2011-11-10 Michal Schmidtjob: colored status messages on boot
2011-11-10 Michal Schmidtservice: don't warn if the pidfile still exists after...
2011-11-08 Lennart PoetteringMerge branch 'master' into journal
2011-11-08 Lennart Poetteringjournal: implement multiple field matches
2011-11-08 Lennart Poetteringmacro: fix ALIGN_TO macro definition
2011-11-07 Michal Schmidtutmp: for DEAD_PROCESS write the current time to wtmp
2011-11-07 Michal Schmidtutmp: initialize store with the found entry, not with...
2011-11-07 Michal Schmidtutmp: no need to zero a struct before overwriting it...
2011-11-07 Michal Schmidtutmp: remove unneded parameters
2011-11-03 Lennart Poetteringcgroup: immediately remove all cgroups which run empty
2011-11-02 Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-11-02 Ran Benitabash-completion: rename file since it is no longer...
2011-11-02 Ran Benitabash-completion: add completions for systemd-loginctl
2011-11-02 Ran Benitabash-completion: update with new verbs and arguments
2011-11-02 Dexter MorganAdd Mageia support
2011-11-01 Tom Gundersencryptsetup-generator: avoid ordering cycle on swap
2011-11-01 Lennart Poetteringmount: order remote mounts after both network.target...
2011-11-01 Lennart Poetteringcgroup: always recreate cgroup before we try to apply...
2011-11-01 Lennart Poetteringinitctl: don't use dbus connection after PID 1 got...
2011-11-01 Thomas Jaroschcondition: Fix file descriptor leak in test_capability()
2011-11-01 Tom Gundersenrandom-seed: convert poolsize from bits to bytes
2011-11-01 Lennart Poetteringplymouth: fix ply proto endianess issues
2011-10-24 Zbigniew Jędrzejew... systemctl: make list-unit-files output more economical
2011-10-19 Dave Reisnersystemctl-completion: always invoke with --no-legend
2011-10-17 Jonathan Niederaudit: do not complain if kernel lacks audit
2011-10-17 Tollef Fog Heenservice: Drop rcN.d runlevels from SysV services that...
2011-10-17 Michal Schmidtmanager: fix a crash in isolating
2011-10-15 Lennart Poetteringjournal: automaticall reset location when the set of...
2011-10-15 Lennart Poetteringjournal: implement seek to head/tail
2011-10-14 Lennart Poetteringjournal: unify code for up and for down traversal
2011-10-14 Lennart Poetteringjournal: properly implement matching with multiple...
2011-10-14 Lennart Poetteringjournal: if two entries match with everything but seqnu...
2011-10-14 Lennart Poetteringjournal: move field index from file into journal object
2011-10-14 Lennart Poetteringjournal: when the same entry is in two files, skip...
2011-10-14 Lennart Poetteringjournal: synchronize seqnum across files
2011-10-14 Lennart Poetteringjournal: fix field retrieval by name
2011-10-14 Lennart Poetteringjournal: implement parallel file traversal
2011-10-13 Lennart Poetteringjournal: implementation rotation
2011-10-12 Lennart Poetteringjournalctl: find journal files in right path
2011-10-12 Lennart Poetteringjournal: add cgroup path to entries
2011-10-12 Lennart Poetteringjournal: place machin journals in machine specific...
2011-10-12 Lennart Poetteringutil: fix build
2011-10-12 Lennart Poetteringjournal: only fallocate() what we really need to avoid...
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-11 Lennart Poetteringutil: properly detect what the last capability is
2011-10-11 Lennart Poetteringservice: don't try to guess PID for SysV services anymore
2011-10-11 Lennart Poetteringlocaled: make sure s-s-k doesn't create any X11 config...
2011-10-11 Zbigniew Jędrzejew... localed: shorten generate-kbd-model-map
2011-10-11 Zbigniew Jędrzejew... pager: add _noreturn_ to pager_fallback()
2011-10-11 Lennart Poetteringunit: introduce ConditionCapability
2011-10-11 Lennart Poetteringlogind: fail gracefully if too many sessions are created
2011-10-11 Lennart Poetteringtimedate: fall back to /etc/sysconfig/clock on Fedora...
2011-10-11 Lennart Poetteringunits: introduce local-fs-pre.target and remote-fs...
2011-10-11 Dave Reisnersd-login.h: correct spelling mistakes in comments
2011-10-11 Miklos Vajnahostname-setup: Frugalware switched to /etc/hostname
2011-10-10 Paolo Bonzinireadahead: lower max file size for readahead
2011-10-10 Thomas Jaroschutil: fix close() call on wrong variable
2011-10-10 Thomas Jaroschtmpfiles: fix file descriptor leak
2011-10-09 Kay Sieverstest_virtualization: do not try to compare id in !virt...
2011-10-08 Lennart Poetteringjournal: implement parallel traversal in client
2011-10-07 Lennart Poetteringjournal: split user logs into their own journal files
2011-10-07 Lennart Poetteringjournal: replace linked list by hashmap when merging...
2011-10-07 Lennart Poetteringjournal: store XOR combination of entry data object...
2011-10-07 Lennart Poetteringjournal: add preliminary incomplete implementation
2011-10-07 Lennart Poetteringhashmap: use different version of DJB's hash algorithm...
2011-10-04 Lennart Poetteringlogind: properly generate session creation response...
2011-09-29 Michal Schmidtsystemctl: fix corrupted output of units
next