]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2018-12-04  Yu Watanabetree-wide: add whitespace between type and variable... 11042/head
2018-12-04  Yu Watanabeip-protocol-list: sort headers
2018-12-04  William A.... analyze: Fix if not HAVE_SECCOMP
2018-12-04  Yu WatanabeMerge pull request #11039 from yuwata/fix-11036
2018-12-04  Yu Watanabemissing: rearrange missing_if_link.h to support centos 11039/head
2018-12-04  Yu Watanabemissing: re-add mistakenly dropped entries
2018-12-03  Lennart PoetteringMerge pull request #11031 from poettering/gcc-attr...
2018-12-03  David Malcolmanalyze: tweak wording of description for ProtectSystem...
2018-12-03  Lennart PoetteringMerge pull request #10567 from cdown/disable_controller
2018-12-03  Lennart PoetteringMerge pull request #10920 from yuwata/hashmap-destructor
2018-12-03  Lennart PoetteringMerge pull request #10976 from yuwata/typesafe-netlink...
2018-12-03  Lennart Poetteringtree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER... 11031/head
2018-12-03  Lennart Poetteringsd-bus: use _variable_no_sanitize_address_ also for...
2018-12-03  Lennart Poetteringstatic-destruct: turn on new _variable_no_sanitize_addr...
2018-12-03  Lennart Poetteringmacro: add macro for llvm no_sanitize_address attribute
2018-12-03  Lennart Poetteringmacro: define HAS_FEATURE_ADDRESS_SANITIZER also on gcc
2018-12-03  Evgeny Vereshchaginutil-lib: introduce HAS_FEATURE_ADDRESS_SANITIZER
2018-12-03  Lennart Poetteringtest: add test for static destructor
2018-12-03  Chris Downcgroup: Add DisableControllers= directive to disable... 10567/head
2018-12-03  Chris Downcgroup: Traverse leaves to realised cgroup to release...
2018-12-03  Chris Downcgroup: Rework unit_realize_cgroup_now to explicitly...
2018-12-03  Chris Downcgroup: Move attribute application into unit_create_cgroup
2018-12-03  Lennart Poetteringsd-bus,static-destruct: clean up how we do our ELF...
2018-12-03  Lennart Poetteringjson: use new _align_() macro
2018-12-03  Lennart Poetteringtree-wide: drop redundant space between __attribute__...
2018-12-03  Lennart Poetteringmacro: add macros for a couple of more gcc attributes...
2018-12-03  Lennart Poetteringtree-wide: use gcc attribute macros where appropriate
2018-12-03  Yu Watanabenetwork: drop unnecessary buffers
2018-12-03  Lennart PoetteringMerge pull request #10992 from yuwata/follow-up-10948
2018-12-03  Yu Watanabemissing: split network related entries
2018-12-03  Harald Hoyersd-boot: remove Stall() call (#11029)
2018-12-02  Susant Sahanivxlan: minor coding style fixes.
2018-12-02  Yu WatanabeMerge pull request #11011 from poettering/tmpfile-util
2018-12-02  Lennart Poetteringresolved: sort headers again 11011/head
2018-12-02  Lennart Poetteringutil-lib: split out env file parsing code into env...
2018-12-02  Lennart Poetteringutil-lib: move open_serialization_fd() to serialize.c
2018-12-02  Lennart Poetteringresolved: remove duplicate #include
2018-12-02  Lennart Poetteringtest: remove duplicate #include
2018-12-02  Lennart Poetteringutil-lib: split out all temporary file related calls...
2018-12-02  Lennart Poetteringutil-lib: don't include fileio.h from fileio-label.h
2018-12-02  Lennart Poetteringtest: remove unnecessary include
2018-12-02  Lennart Poetteringtest: (void)ify unlink() call
2018-12-02  Lennart Poetteringfileio: remove unnecessary initialization
2018-12-02  Lennart Poetteringfileio: include ctype.h with <> rather than ""
2018-12-02  Yu Watanabesysusers: define main through macro 10920/head
2018-12-02  Yu Watanabesysusers: use fgetgrent_sane()
2018-12-02  Yu Watanabelldp: rename lldp_neighbor_id_hash_ops and set value...
2018-12-02  Yu Watanabeudev: use hashmap_clear_free_key() and hashmap_free_fre...
2018-12-02  Yu Watanabeportable: introduce portable_metadata_hash_ops and...
2018-12-02  Yu Watanabemachine: introduce machine_hash_ops and use it
2018-12-02  Yu Watanabemachine-image: introduce image_hash_ops and use it
2018-12-02  Yu Watanabetmpfiles: define main through macro
2018-12-02  Yu Watanabetmpfiles: make load_unix_sockets() return negative...
2018-12-02  Yu Watanabecryptsetup-generator: define main through macro
2018-12-02  Yu Watanabesd-bus: introduce track_item_hash_ops and use it
2018-12-02  Yu Watanabedhcp: introduce dhcp_lease_hash_ops and use it
2018-12-02  Yu Watanabecgtop: use SWAP_TWO() macro
2018-12-02  Yu Watanabecgtop: introduce group_hash_ops and use it
2018-12-02  Yu Watanabetest: add tests for destructors of hashmap or set
2018-12-02  Yu Watanabehash-func: add destructors for key and value
2018-12-02  Yu Watanabetree-wide: make hash_ops typesafe
2018-12-02  Yu Watanabehash-funcs: make basic hash_ops typesafe
2018-12-02  Yu Watanabehash-funcs: introduce macro to create typesafe hash_ops
2018-12-02  Yu Watanabeutil: define free_func_t
2018-12-02  Yu Watanabehashmap: fix minor coding style issue
2018-12-02  Yu Watanabenetwork: use typesafe netlink_call_async() macro where... 10976/head
2018-12-02  Yu Watanabenetwork: rename ndisc_route_handler() to ndisc_netlink_...
2018-12-02  Yu Watanabenetwork: add assertions
2018-12-02  Yu Watanabenetwork: use route_remove_handler() as the default...
2018-12-02  Yu Watanabenetwork: use address_remove_handler() as the default...
2018-12-02  Yu Watanabenetwork: set default callbacks for routing_policy_rule_...
2018-12-02  Yu Watanabenetwork: move address_label_handler() to networkd-addre...
2018-12-02  Yu Watanabenetwork: simplify dhcp6_get_prefix_delegation()
2018-12-02  Yu Watanabenetlink: add typesafe netlink functions
2018-12-02  Yu Watanabemacro: introduce DEFINE_TRIVIAL_DESTRUCTOR() macro
2018-12-02  Yu Watanabelibsystemd: introduce _sd_destroy_t
2018-12-02  Yu Watanabecore,run: make SocketProtocol= accept protocol name... 10992/head
2018-12-02  Yu Watanabenetwork: make IPProtocol= also accept IP protocol number
2018-12-02  Yu Watanabenetwork: rename Protocol= in [RoutingPolicyRule] to...
2018-12-02  Yu Watanabetest: add tests for ip_protocol_{from,to}_name()
2018-12-02  Yu Watanabeutil: introduce parse_ip_protocol()
2018-12-02  Yu Watanabeutil: cast smaller type to large type
2018-12-02  Yu Watanabeutil: rename socket_protocol_{from,to}_name() to ip_pro...
2018-12-02  Lennart Poetteringtree-wide: remove various unused functions
2018-12-02  Evgeny VereshchaginMerge pull request #11013 from evverx/travis-clang
2018-12-01  Susant Sahaniip rule: fix clang warning. 11013/head
2018-12-01  Aleksei Timofeyevresolved: add missed io-util.h header to resolved-dnstl...
2018-12-01  Evgeny Vereshchagintravis: also build systemd with clang
2018-12-01  Evgeny Vereshchagintravis: use latest instead of rawhide
2018-11-30  Lennart PoetteringMerge pull request #11006 from poettering/conf-file-fix
2018-11-30  Lennart PoetteringMerge pull request #11002 from keszybz/path_join-merging
2018-11-30  Lennart PoetteringMerge pull request #11004 from keszybz/remove-fixme...
2018-11-30  Zbigniew Jędrzejewsk... path-util: allow NULLs in arguments to path_join() 11002/head
2018-11-30  Lennart Poetteringnetworkd: refuse IPv6 RADV prefixes that lack Prefix...
2018-11-30  Zbigniew Jędrzejewsk... basic/socket-util: use c-escaping to print unprintable... 11004/head
2018-11-30  Zbigniew Jędrzejewsk... shared/socket-util: do not print empty CID
2018-11-30  Zbigniew Jędrzejewsk... test-socket-util: add test for socket_address_print
2018-11-30  Zbigniew Jędrzejewsk... test-socket-util: the usual modernization
2018-11-30  Lennart PoetteringMerge pull request #10701 from poettering/analyze-security
2018-11-30  Lennart Poetteringconf-files: remove unused function 11006/head
next