]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2019-04-14  Yu Watanabecore: do not show TimeoutStopSec= in dump message if... 12311/head
2019-04-14  Yu Watanabecore: add assertion in two inline functions
2019-04-14  Yu Watanabecore: use BUS_DEFINE_PROPERTY_GET() macro at more places
2019-04-14  Yu Watanabecore: change type of Service::timeout_abort_set to...
2019-04-13  Yu WatanabeMerge pull request #12288 from yuwata/resolve-bond...
2019-04-13  Franck Buitmpfiles: split tmp.conf out
2019-04-13  Dominick Griftnspawn: Fix volatile SELinux label
2019-04-13  Yu WatanabeMerge pull request #12296 from poettering/coding-style...
2019-04-13  Yu WatanabeMerge pull request #12290 from poettering/json-foreach...
2019-04-13  Yu WatanabeMerge pull request #12293 from poettering/tiny-journal...
2019-04-13  Yu Watanabenetwork: re-indent conf parser and wrap long lines... 12288/head
2019-04-13  Yu Watanabenetwork: use OrderedSet for bond ARP ip targets
2019-04-13  Yu Watanabeordered-set: add missing ordered_set_size()
2019-04-13  Yu Watanabenetwork: drop allocation for Bond::ad_actor_system
2019-04-13  Yu Watanabenetwork: drop bond_mode_to_kernel() and bond_xmit_hash_...
2019-04-13  Yu Watanabearp-util: use net/ethernet.h instead of netinet/if_ether.h
2019-04-13  Yu Watanaberesolve: use log_link_*() macro
2019-04-13  Yu Watanaberesolve: rename Link.name -> Link.ifname
2019-04-12  Jan Klötzkeservice: handle abort stops with dedicated timeout
2019-04-12  Sebastian Jennencode style format: clang-format applied to src/a*/*
2019-04-12  Chris Downcgroup: Implement default propagation of MemoryLow...
2019-04-12  Lennart PoetteringCODING_STYLE: rename "Others" section to "Code Organiza... 12296/head
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about runtime behaviour
2019-04-12  Lennart PoetteringCODING_STYLE: add section about C constructs use
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about deadlocks
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about logging
2019-04-12  Lennart PoetteringCODING_STYLE: export section about exporting symbols
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about destructors
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about command line...
2019-04-12  Lennart PoetteringCODING_STYLE: Split out section about error handling
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about commiting to git
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about file descriptors
2019-04-12  Lennart PoetteringCODING_STYLE: split out section about memory allocations
2019-04-12  Lennart PoetteringCODING_STYLE: move out section about Types
2019-04-12  Lennart PoetteringCODING_STYLE: add section about how to reference specif...
2019-04-12  Lennart PoetteringCODING_STYLE: split out bits about Formatting into...
2019-04-12  Lennart PoetteringCODING_STYLE: add a section about functions not to use
2019-04-12  Lennart Poetteringjournald: modernize config_parse_compress() a bit 12293/head
2019-04-12  Lennart Poetteringjournald: rebreak a few comments
2019-04-12  Lennart Poetteringjournald: no need to check ptr for non-NULL before...
2019-04-12  Lennart Poetteringjournald: use structure initialization
2019-04-12  Lennart PoetteringMerge pull request #12222 from yuwata/macsec
2019-04-12  Lennart PoetteringMerge pull request #12217 from keszybz/unlocked-operations
2019-04-12  Lennart Poetteringjson: be more careful when iterating through a JSON... 12290/head
2019-04-12  Lennart Poetteringjson: simplify JSON_VARIANT_OBJECT_FOREACH() macro...
2019-04-12  Zbigniew Jędrzejewsk... Merge pull request #12289 from poettering/news-pid-max
2019-04-12  Lennart PoetteringNEWS: document kernel.pid_max change 12289/head
2019-04-12  Lennart PoetteringNEWS: fix typo
2019-04-12  Zbigniew Jędrzejewsk... Add fmemopen_unlocked() and use unlocked ops in fuzzers... 12217/head
2019-04-12  Zbigniew Jędrzejewsk... Add open_memstream_unlocked() wrapper
2019-04-12  Zbigniew Jędrzejewsk... core/smack-setup: add helper function for openat+fdopen
2019-04-12  Zbigniew Jędrzejewsk... Add fdopen_unlocked() wrapper
2019-04-12  Zbigniew Jędrzejewsk... Make fopen_temporary and fopen_temporary_label unlocked
2019-04-12  Zbigniew Jędrzejewsk... Add fopen_unlocked() wrapper
2019-04-12  Lennart PoetteringMerge pull request #12221 from keszybz/test-cleanups
2019-04-12  Lennart PoetteringMerge pull request #12287 from keszybz/patches-for...
2019-04-12  Anita Zhangseccomp: check more error codes from seccomp_load()
2019-04-12  Zbigniew Jędrzejewsk... core: vodify one more call to mkdir 12287/head
2019-04-12  Zbigniew Jędrzejewsk... test-exec-util: do not call setenv with NULL arg
2019-04-12  Zbigniew Jędrzejewsk... test-env-util: allow $PATH to be unset
2019-04-12  Zbigniew Jędrzejewsk... CODING_STYLE: adjust indentation rules, and add note... 12221/head
2019-04-12  Zbigniew Jędrzejewsk... shell-completion/zsh: add -*type*- headers
2019-04-12  Zbigniew Jędrzejewsk... shell-completion: use 4 space indentation too
2019-04-12  Zbigniew Jędrzejewsk... scripts: use 4 space indentation
2019-04-12  Zbigniew Jędrzejewsk... test: filter out messages when stripping binaries
2019-04-12  Yu Watanabetest-network: add tests for MACsec 12222/head
2019-04-12  Yu Watanabenetwork: re-indent gperf files
2019-04-12  Yu Watanabenetwork: warn when private key is stored in world reada...
2019-04-12  Yu Watanabenetwork: add MACsecTransmitAssociation.UseForEncoding...
2019-04-12  Yu Watanabenetwork: add MACsec*Association.Activate= setting
2019-04-12  Yu Watanabenetwork: add MACsec*Association.KeyFile= setting
2019-04-12  Yu Watanabenetwork: explicitly clear security key for macsec
2019-04-12  Yu Watanabenetwork: support multiple security associations for...
2019-04-12  Susant Sahaninetwork: Introduce MACsec
2019-04-12  Yu Watanabelinux: import if_macsec.h from kernel-5.0
2019-04-12  Yu Watanabefileio: add READ_FULL_FILE_UNHEX flag
2019-04-12  Yu Watanabeutil: extend unhexmem() to accept secure flag
2019-04-11  Lennart PoetteringMerge pull request #12267 from keszybz/udev-settle...
2019-04-11  Yu Watanabetree-wide: drop several missing_*.h and import relevant...
2019-04-11  Lennart PoetteringMerge pull request #12153 from benjarobin/killall-show...
2019-04-11  Lennart PoetteringMerge pull request #12226 from poettering/22bit-pids
2019-04-11  Lennart PoetteringMerge pull request #12037 from poettering/oom-state
2019-04-11  Lennart PoetteringMerge pull request #12219 from keszybz/bootctl-check...
2019-04-11  Zbigniew Jędrzejewsk... NEWS: update contributors and date v242
2019-04-11  Sebastian Krzyszkowiakhwdb: mark Apple Magic Trackpads as external
2019-04-11  Jonathan Lebonfstab-generator: use DefaultDependencies=no for /sysroo...
2019-04-11  Lennart PoetteringMerge pull request #12279 from keszybz/sd-bus-long...
2019-04-11  Lennart PoetteringMerge pull request #12274 from poettering/nss-fixlets
2019-04-11  Zbigniew Jędrzejewsk... sd-bus: add define for the maximum name length 12279/head
2019-04-11  Zbigniew Jędrzejewsk... sd-bus: add define for the maximum signature length
2019-04-11  Zbigniew Jędrzejewsk... bus-message: validate signature in gvariant messages
2019-04-11  Lennart Poetteringnss-resolve: list more errors as cause for fallback 12274/head
2019-04-11  Lennart Poetteringnss-resolve: simplify condition
2019-04-11  Lennart Poetteringnss-mymachines: return NO_RECOVERY instead of NO_DATA...
2019-04-11  Lennart Poetteringnss-myhostname: unify code that handles NOT_FOUND case
2019-04-11  Lennart Poetteringnss-resolve: resue a jump target
2019-04-11  Lennart Poetteringnss-resolve: return error properly
2019-04-11  Lennart Poetteringnss-resolve: drop unnecessary variable
2019-04-11  Lennart PoetteringMerge pull request #12271 from poettering/errno-accept...
2019-04-11  Yu Watanabetest: make directory for drop-in config
next