]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2015-05-18  Lennart Poetteringupdate TODO
2015-05-18  Lennart Poetteringupdate TODO
2015-05-18  Lennart Poetteringcore: introduce seperate reverse dependencies for Requi...
2015-05-18  Lennart Poetteringjournalctl: unify how we free boot id lists a bit
2015-05-18  Lennart Poetteringjournalctl: clean up how we log errors
2015-05-18  Lennart Poetteringjournalctl: rename boot_id_t to BootId
2015-05-18  Lennart Poetteringjournalctl: lstat() should suffice if we call canonical...
2015-05-18  Lennart Poetteringjournalctl: free all command line argument objects
2015-05-18  Lennart Poetteringjournalctl: only have a single exit path from main()
2015-05-18  Jan Janssenjournalctl: Improve boot ID lookup
2015-05-18  Tom Gundersenudevd: main - use _exit() when daemonizing
2015-05-18  Tom Gundersenudevd: main - reshuffle
2015-05-18  Tom Gundersenudevd: rename on_reque_{exit,reload} to on_sig{term...
2015-05-18  Tom Gundersenudevd: introduce on_event_timeout{,_warning}
2015-05-18  Tom Gundersenudevd: process all SIGCHLD events every time the handle...
2015-05-18  Tom Gundersenudevd: init/exit the builtins in manager_new/free
2015-05-18  Tom Gundersenudevd: move file descriptors to Manager
2015-05-18  Lennart Poetteringresolved: allow DnsAnswer objects with no space for RRs
2015-05-18  Lennart Poetteringresolved: fix crash when shutting down
2015-05-18  Alban Crequynspawn: close extra fds before execing init
2015-05-18  Lennart Poetteringata_id: drop spurious space
2015-05-18  Lennart PoetteringCODING_STYLE: document that we should avoid kernel...
2015-05-18  Alban Crequycore: Private*/Protect* options with RootDirectory
2015-05-18  Lennart Poetteringkmod-setup: conditionalize kmod autoloading properly
2015-05-18  Lennart Poetteringutil: split all hostname related calls into hostname...
2015-05-18  Lennart PoetteringREADME: document that we prefer if CONFIG_CHECKPOINT_RE...
2015-05-18  Karel Zakfstab-generator: add x-systemd.requires and x-systemd...
2015-05-18  Mantas Mikulėnasbuildsys: actually install 70-pointingstick.hwdb
2015-05-18  Hans de Goedehwdb: Add trackpoint sensitivity setting for Thinkpad...
2015-05-18  Eric Cookzsh-completion: make the arrays _sys_active_units,...
2015-05-18  Eric Cookzsh-completion: removing more pointless forks
2015-05-18  Eric Cookzsh-completion: less forking in _systemctl_failed_units...
2015-05-18  Eric Cookzsh-completion: less forking in _systemctl_get_template...
2015-05-18  Eric Cookzsh-completion: actually complete template names for...
2015-05-18  Eric Cookzsh-completion: actually run _filter_units_by_property...
2015-05-18  Zbigniew Jędrzejewsk... Use "new" --job-mode= option in more places
2015-05-16  Zbigniew Jędrzejewsk... load-fragment: put quotes around iffy rvalue
2015-05-16  Zbigniew Jędrzejewsk... Use fflush_and_check() in more places
2015-05-16  Cristian Rodríguezbuildsys: Remove X_SERVER from AM_CPPFLAGS
2015-05-16  Lukas Rusakzsh-completion: add missing completions for systemd...
2015-05-16  Lukas Rusakzsh-completion: update -M completion for systemd-analyze
2015-05-16  Lukas Rusakzsh-completion: add missing completions for machinectl
2015-05-16  Tom Gundersenudevd: queue - update queue state when events are queue...
2015-05-15  Tom Gundersenudevd: on_worker - distinguish between EINTR and EAGAIN
2015-05-15  Tom Gundersenudevd: worker - use loop_write() rather than send()
2015-05-15  Tom Gundersenutil: loop_write - accept 0-length message
2015-05-15  Tom Gundersenudevd: net - fix leak in .link config
2015-05-15  Tom Gundersenudev-ctrl: make _unref() always return NULL
2015-05-15  Tom Gundersenunits: make networkd pull in its own .busname unit
2015-05-15  Lennart Poetteringtmpfiles: use lstat() instead of stat() when checking...
2015-05-15  Lennart Poetteringtmpfiles: don't fail if we cannot create a subvolume...
2015-05-15  Lennart PoetteringCODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCE...
2015-05-15  Lennart PoetteringCODING_STYLE: document best practices when initializing...
2015-05-15  Lennart Poetteringcoredump: make sure we vacuum by default
2015-05-15  Lennart Poetteringsocket-util: socket_address_parse() should not log...
2015-05-15  Martin Pittcore: Fix assertion with empty Exec*= paths
2015-05-15  Cristian Rodrígueztimedate: fix memory leak in timedated
2015-05-15  Łukasz Stelmach.gitignore: add GNU GLOBAL files
2015-05-15  Lennart Poetteringgenerator: use fflush_and_check() where appropriate
2015-05-15  Davide Bettiocore: don't consider umask for SocketMode=
2015-05-15  Lennart PoetteringCODING_STYLE: document alloca() DONTS
2015-05-15  Dimitri John... core: Execute first boot presets in an enable-only...
2015-05-15  Lennart Poetteringnetworkd: don't try to turn on ipv6 forwarding if kerne...
2015-05-15  Benedikt Morbachman: IPMasquerade only implies IPForward=ipv4
2015-05-15  Benedikt Morbachnetworkd: don't touch global forwarding setting
2015-05-15  Jan Synaceksystemctl: introduce --now for enable, disable and...
2015-05-14  Stefan Junkernspawn: allow access to device nodes listed in --bind...
2015-05-14  Lennart Poetteringtest-bus-chat: various modernizations
2015-05-14  Cristian Rodríguezsd-bus: fix memory leak in test-bus-chat
2015-05-14  Lennart Poetteringunits: fix typo in systemd-resolved.service
2015-05-14  Lennart Poetteringutil: introduce memmem_safe() and make use of it
2015-05-14  Lennart Poetteringutil: use GNU comparison function prototype for qsort_s...
2015-05-13  Thomas Hindoe... networkd: remove dead initialization
2015-05-13  Lennart Poetteringcore: only set event source name when we create an...
2015-05-13  Peter Lemenkovjournal: fix size comment
2015-05-13  Lennart Poetteringutil: add generic calls for prefixing a root directory...
2015-05-13  Lennart Poetteringcore: make exec code a bit more readable
2015-05-13  Cristian Rodríguezcore: fix memory leak in manager_run_generators()
2015-05-13  Iago López... nspawn: skip symlink to a combined cgroup hierarchy...
2015-05-13  Iago López... nspawn: only mount the cgroup root if it's not already...
2015-05-13  Dimitri John... Default to /usr/bin/u?mount, configurable, rather than...
2015-05-13  Lennart Poetteringcore: never create device depencies for /dev/root mounts
2015-05-13  Lennart Poetteringnspawn: rework custom mount point order, and add suppor...
2015-05-13  Cristian Rodríguezmodules-load: fix memory leak
2015-05-13  Cristian Rodríguezshared: Use O_EXCL with O_TMPFILE in open_tmpfile
2015-05-12  Thomas Hindoe... fsck: add enum with fsck exit codes
2015-05-12  Tom Gundersenudevd: manager - move a few global variables into the...
2015-05-12  Tom Gundersenudevd: pass a Manager objcet to event handlers
2015-05-12  Kay Sieversboot: function parameters are separated by comma
2015-05-12  Tom Gundersencore: drop redundant logging about notification messages
2015-05-12  Tom Gundersenudevd: remove stale comment
2015-05-12  Tom Gundersenudevd: explicitly update queue file before answering...
2015-05-12  Tom Gundersenudevd: explicitly read out uevents we create ourselves
2015-05-12  Tom Gundersenudevd: move to sd-event-style event handlers
2015-05-11  Tom Gundersennetworkd: network_get - allow udev_device to be NULL
2015-05-11  Tom Gundersenudevd: make udev_ctrl_connection global
2015-05-11  Thomas Hindoe... systemctl: fix check for template units
2015-05-11  Lennart Poetteringupdate TODO
2015-05-11  Lennart Poetteringinstall: when exporting prefix InstallInfo to become...
2015-05-11  Lennart Poetteringcore: rename SystemdRunningAs to ManagerRunningAs
next