]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2018-01-03  Lennart PoetteringMerge pull request #7705 from keszybz/redo-linking
2018-01-03  Paul Cercueilhwdb: Add accelerometer orientation entry for Teclast...
2018-01-03  Boucmanfix systemd-analyze time when default.target is not...
2018-01-03  Zbigniew Jędrzejewsk... meson: add a single .h file to shared libs with no... 7705/head
2018-01-03  Zbigniew Jędrzejewsk... meson: use a convenience lib for shared resolve files
2018-01-03  Zbigniew Jędrzejewsk... meson: rename libudev_internal to libudev_static and...
2018-01-03  Zbigniew Jędrzejewsk... meson: use a convenience lib for journal user sources
2018-01-03  Zbigniew Jędrzejewsk... meson: link libsystemd_static in libshared instead...
2018-01-03  Zbigniew Jędrzejewsk... Move gcrypt-util to basic/
2018-01-03  Zbigniew Jędrzejewsk... meson: link libbasic and libshared_static into libshared
2018-01-02  Mike Gilbertbasic: detect_vm_cpuid: fix hypervisor detection
2018-01-01  Lennart Poetteringanalyze: fix prototype mismatch on libseccomp-less...
2017-12-30  Tomasz Bachorskimkosi: use libidn2 on Arch (#7751)
2017-12-30  Lennart PoetteringMerge pull request #7755 from floppym/fileio-error
2017-12-30  Mike Gilbertsysctl: use raw file descriptor in sysctl_write (#7753)
2017-12-29  Mike Gilbertbasic: detect_vm_cpuid: use gcc's __get_cpuid() functio...
2017-12-29  Susant Sahaninetworkd: Tunnel allows tunnel traffic on ip6tnl device...
2017-12-29  Susant Sahaninetworkd: allow to configure default/initial send/recv...
2017-12-29  Yu WatanabeMerge pull request #7745 from poettering/sockaddr-size
2017-12-29  Mike Gilbertfileio: write_string_stream_ts: check for file errors... 7755/head
2017-12-29  Mike Gilbertfileio: write_string_stream_ts: return errors from...
2017-12-27  Lennart Poetteringcryptsetup: small if check improvement (#7747)
2017-12-26  Lennart PoetteringMerge pull request #7629 from poettering/condition...
2017-12-26  nulsohman: systemd: fix typo (#7746)
2017-12-26  Lennart Poetteringcondition: extend ConditionKernelVersion= with relative... 7629/head
2017-12-26  Zbigniew Jędrzejewsk... Add note about kernel version unportability
2017-12-26  Lennart Poetteringcore,udev,networkd: add ConditionKernelVersion=
2017-12-26  Yu WatanabeMerge pull request #7728 from poettering/fork-rework
2017-12-26  Yu WatanabeMerge pull request #7735 from poettering/rc-local-fix
2017-12-26  Lucas Werkmeisterman: further file-hierarchy *Directory= improvements
2017-12-26  Lennart Poetteringupdate TODO 7745/head
2017-12-26  Lennart Poetteringanalyze: correct help text where we take unit name...
2017-12-26  Lennart Poetteringanalyze: fix indentation in one case
2017-12-26  Lennart Poetteringanalyze: add some logging to some error cases
2017-12-26  Lennart Poetteringanalyze: arg_host can be "const char*", hence make...
2017-12-26  Lennart Poetteringanalyze: port verb dispatching to verbs.[ch] API
2017-12-26  Lennart Poetteringsd-daemon: use sockaddr_port() helper
2017-12-26  Lennart Poetteringsocket-util: clarify why sockaddr_port returns unsigned...
2017-12-26  Lennart Poetteringunits: link up debug-generator documentation from debug... 7735/head
2017-12-26  Lennart Poetteringrc-local-generator: minor modernizations
2017-12-26  Lennart Poetteringman: add a systemd-rc-local-generator(8) man page
2017-12-26  Yu Watanabebootspec: drop ".conf" from BootEntry.filename
2017-12-25  bleep_blopseparate flags from shebang
2017-12-25  Yu Watanabesd-boot, udev: trivial condition simplifications
2017-12-25  Lennart PoetteringMerge pull request #7742 from poettering/meson-syscall
2017-12-25  Lennart Poetteringmeson: hopefully renameat2() will show up where renamea... 7742/head
2017-12-25  Lennart Poetteringmeson: look for gettid() definition where getpid()...
2017-12-25  Lennart Poetteringmeson: when pivot_root() is added one day, look for...
2017-12-25  Lennart Poetteringmeson: use "args" for setting _GNU_SOURCE when checking...
2017-12-25  Lennart Poetteringupdate TODO 7728/head
2017-12-25  Lennart Poetteringprocess-util: debug log if PR_SET_NAME fails.
2017-12-25  Lennart Poetteringprocess-util: allow rename_process() only in the main...
2017-12-25  Lennart Poetteringbasic: split out blockdev-util.[ch] from util.h
2017-12-25  Lennart Poetteringagents: use kill_and_sigcont() where appropriate
2017-12-25  Lennart Poetteringprocess-util: move fork_agent() to process-util.[ch]
2017-12-25  Lennart Poetteringtree-wide: properly name all threads we fork off
2017-12-25  Lennart Poetteringudev: some very trivial coding style updates
2017-12-25  Lennart Poetteringtree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit()...
2017-12-25  Lennart Poetteringshutdown: unify shutdown.c's and async.c's sync() helpe...
2017-12-25  Lennart Poetteringtree-wide: introduce new safe_fork() helper and port...
2017-12-25  Lennart Poetteringterminal-util: open /dev/null with O_CLOEXEC in make_st...
2017-12-25  Lennart Poetteringterminal-util: return first error, not last in make_stdio()
2017-12-25  Lennart Poetteringfd-util: use close_nointr() return value instead of...
2017-12-25  Lennart Poetteringfd-util: add some (void) casts
2017-12-25  Lennart Poetteringsync: fork off sync() in a process instead of a thread
2017-12-25  Yu Watanabemeson: define _GNU_SOURCE to detect copy_file_range...
2017-12-24  Lennart PoetteringMerge pull request #7663 from keszybz/mkdir-return...
2017-12-23  Lennart Poetteringsystemctl: don't show vendor preset state for generated...
2017-12-23  Lennart PoetteringMerge pull request #7695 from yuwata/transient-socket
2017-12-23  Susant Sahaninetworkd: Add support for ipvlan L3s and flags (#7726)
2017-12-23  Lennart PoetteringMerge pull request #7620 from keszybz/two-docs
2017-12-23  Lucas Werkmeisterman: mention StateDirectory in file-hierarchy(7)
2017-12-23  Yu Watanabeload-fragment: simplify list insertion logic 7695/head
2017-12-23  Yu Watanabecgroup: IODeviceWeight= or friends can take device...
2017-12-23  Yu Watanabecore/socket: shorten socket_fdname()
2017-12-23  Yu Watanabecore/socket: dump more settings
2017-12-23  Yu Watanabedbus-cgroup: merge several blocks which operate almost...
2017-12-23  Yu Watanabedbus-execute: use empty_to_null() where it can be appli...
2017-12-23  Yu Watanabedoc: add {Condition,Assert}ControlGroupController=...
2017-12-23  Yu Watanabecgroup: move path checking logic to dbus-cgroup.c
2017-12-23  Yu Watanabebus-unit-util: simplify bus_append_cgroup_property()
2017-12-23  Yu Watanabebus-unit-util: make dependency settings can take multip...
2017-12-23  Yu Watanabedbus-socket: move truncation check to bus_socket_set_tr...
2017-12-23  Yu Watanabebasic: introduce socket_protocol_{from,to}_name()
2017-12-23  Yu Watanabedoc: update TRANSIENT-SETTINGS.md
2017-12-23  Yu Watanabeman: add explanation about transient path or socket...
2017-12-23  Yu Watanaberun: add support to create transient path and socket...
2017-12-23  Yu Watanabebus-unit-util: add socket unit related options
2017-12-23  Yu Watanabecore: implement transient socket unit
2017-12-23  Yu Watanabesocket-util: add socket_address_type_{from,to}_string()
2017-12-23  Yu Watanabecore/socket: add socket_port_type_from_string()
2017-12-23  Yu Watanabecore:socket: fix string in socket_exec_command_table
2017-12-23  Yu Watanabecore,seccomp: fix logic to parse RestrictAddressFamilie...
2017-12-23  Yu Watanabecore,seccomp: fix logic to parse syscall filter in...
2017-12-23  Lennart Poetteringcoccinelle: beef up isempty() checks (#7729)
2017-12-22  Dmitry Rozhkovman: fix example config to conform the content of the...
2017-12-22  Sylvain Plantefèvecatalog: update french translation
2017-12-22  Mathieu Malaterreshared/seccomp: add mmap handling for powerpc
2017-12-21  Yu Watanabenetworkd: show warning on error or cast to void when...
2017-12-21  Zbigniew Jędrzejewsk... meson: reuse libsystemd_static for libsystemd
next