]> git.ipfire.org Git - thirdparty/systemd.git/history - src
udevadm: add --wait-daemon option to 'trigger' command
[thirdparty/systemd.git] / src /
2019-01-18  Yu Watanabeudevadm: add --wait-daemon option to 'trigger' command
2019-01-18  Yu Watanabeudevadm: add --ping option to 'control' command
2019-01-12  Yu Watanabeudev: use usec_t for timeout in udev_ctrl_send_*()
2019-01-12  Yu Watanabeudevadm: also set LOG_DEBUG to LOG_REAL_SYSTEMD when...
2019-01-12  Yu Watanabeudev: also update log level for LOG_REALM_SYSTEMD
2019-01-12  Yu Watanabeudevadm: use SYNTHETIC_ERRNO() macro
2019-01-12  Yu Watanabeudevadm: improve error message when no option specified...
2019-01-12  Topi MiettinenDelete duplicate lines
2019-01-12  Zbigniew Jędrzejew... Merge pull request #11196 from yuwata/udevd-tiny-cleanups
2019-01-12  Yu Watanabeudevd: refuse devices which do not have ACTION property 11196/head
2019-01-12  Yu Watanabeudevd: drop unnecessary brackets
2019-01-12  Yu Watanabeudevd: make worker also log ACTION property
2019-01-12  Yu Watanabeudevd: reject devices which do not have SEQNUM
2019-01-12  Yu Watanabeudevd: provide worker_hash_ops and drop manager_workers...
2019-01-12  Yu Watanabeudevd: use structured initializer at one more place
2019-01-12  Yu Watanabeudevd: use worker_free() on failure in worker_new()
2019-01-11  Yu Watanabesd-device-monitor: fix ordering of setting buffer size
2019-01-11  Yu WatanabeMerge pull request #11400 from ffontaine/master
2019-01-11  Fabrice Fontainelockfile-util.c: fix build without F_OFD_SETLK 11400/head
2019-01-11  Fabrice Fontainemissing_syscall.h: include errno.h
2019-01-11  Fabrice Fontainemissing_if_link.h: add IFLA_BOND_MODE
2019-01-11  Fabrice Fontainebasic/tmpfile-util.c: fix build without O_TMPFILE
2019-01-11  Fabrice Fontainecapability: fix build without PR_CAP_AMBIENT
2019-01-10  Zbigniew Jędrzejew... Revert "nss: prevent PROTECT_ERRNO from squashing chang...
2019-01-10  Franck BuiRevert "logind: become the controlling terminal process...
2019-01-10  Zbigniew Jędrzejew... pam_systemd: reword message about not creating a session
2019-01-10  Sam Morrisnss: prevent PROTECT_ERRNO from squashing changes to...
2019-01-10  Zbigniew Jędrzejew... Merge pull request #11376 from yuwata/11365-v2
2019-01-10  Yu WatanabeMerge pull request #11350 from yuwata/logind-inhibitwha...
2019-01-10  Yu WatanabeMerge pull request #11361 from yuwata/follow-up-11352
2019-01-10  Yu WatanabeMerge pull request #11366 from keszybz/a-few-unrelated...
2019-01-10  Zbigniew Jędrzejew... logind: do not pass negative number to strerror
2019-01-10  Zbigniew Jędrzejew... udev: open control and netlink sockets before daemonization 11376/head
2019-01-10  Zbigniew Jędrzejew... udevd: drop redundant call to sd_event_get_exit_code
2019-01-10  Zbigniew Jędrzejew... Merge pull request #11374 from keszybz/journal-fixes
2019-01-09  Zbigniew Jędrzejew... journal-remote: set a limit on the number of fields... 11374/head
2019-01-09  Zbigniew Jędrzejew... journal-remote: verify entry length from header
2019-01-09  Zbigniew Jędrzejew... µhttpd: use a cleanup function to call MHD_destroy_response
2019-01-09  Zbigniew Jędrzejew... journald: lower the maximum entry size limit to ½ for...
2019-01-09  Zbigniew Jędrzejew... journald: when processing a native message, bail more...
2019-01-09  Zbigniew Jędrzejew... journald: set a limit on the number of fields (1k)
2019-01-09  Zbigniew Jędrzejew... coredump: fix message when we fail to save a journald...
2019-01-09  Zbigniew Jędrzejew... basic/process-util: limit command line lengths to _SC_A...
2019-01-09  Zbigniew Jędrzejew... journald: do not store the iovec entry for process...
2019-01-09  Zbigniew Jędrzejew... journald: remove unnecessary {}
2019-01-09  Zbigniew Jędrzejew... coredump: remove duplicate MESSAGE= prefix from message
2019-01-09  Yu Watanabecore/mount: make mount_setup_existing_unit() not drop...
2019-01-08  Zbigniew Jędrzejew... timesyncd,resolved,machinectl: drop calls to sd_event_g... 11366/head
2019-01-08  Zbigniew Jędrzejew... Fix a few comments
2019-01-08  Zbigniew Jędrzejew... sd-device: modernize code a bit
2019-01-08  Yu Watanabeudev-node: make link_find_prioritized() return negative...
2019-01-08  Yu Watanabecore/socket: drop unnecessary assignment to 'r' 11361/head
2019-01-08  Yu Watanabecore/socket: use macro to define log_address_error_errno()
2019-01-08  Yu Watanabelogin: simplify the condtion in assertion and slightly... 11350/head
2019-01-08  Yu Watanabelogin: use free_and_strdup() at one more place
2019-01-08  Yu Watanabelogin: adjust range of InhibitWhat in assertions
2019-01-08  Zbigniew Jędrzejew... Merge pull request #11355 from yuwata/rfe-11343
2019-01-08  Lennart PoetteringMerge pull request #11352 from yuwata/rfe-11348
2019-01-08  Michael Sloancat: add --stderr-priority option
2019-01-08  Zbigniew Jędrzejew... Merge pull request #11344 from poettering/various-fixes
2019-01-08  Yu Watanabeudevadm: refuse to run trigger, control, settle and...
2019-01-08  Yu Watanabetest: add testcases for the lines prefixed with whitespaces 11355/head
2019-01-08  Yu Watanabeconf-parser: accept whitespaces before comments
2019-01-08  Yu Watanabeconf-parser: mention that unknown lvalue is ignored
2019-01-08  Yu WatanabeMerge pull request #11351 from yuwata/ethtool-port...
2019-01-08  Yu WatanabeMerge pull request #11232 from yuwata/fix-9130-alternative
2019-01-07  Yu Watanabecore/socket: logs address or path which fails to be... 11352/head
2019-01-07  Yu Watanabecore/socket: use _cleanup_ attribute for closing fds...
2019-01-07  Yu Watanabecore/socket: use log_unit_*()
2019-01-07  Yu Watanabeethtool: minimize the size of port_table 11351/head
2019-01-07  Yu Watanabeethtool: use kernel defined values for NET_DEV_PORT_*
2019-01-07  Yu Watanabelogin: do not use cast to bool for enum
2019-01-07  Zbigniew Jędrzejew... udev: rework how we handle the return value from spawne...
2019-01-07  Lennart Poetteringtree-wide: always declare bitflag enums the same way 11344/head
2019-01-07  Lennart Poetteringjson: handle NULL explicitly in json_variant_has_type()
2019-01-07  Lennart Poetteringjson: fix typo
2019-01-07  Lennart Poetteringjson: teach json_log() the new SYNTHETIC_ERRNO() logic
2019-01-07  Lennart Poetteringloop-util: tweak codepath when a loopback file is ...
2019-01-07  Lennart Poetteringloop-util: minor simplification
2019-01-07  Lennart Poetteringfsck: use symbolic names where we have them
2019-01-07  Lennart Poetteringstat-util: remove spurious newline
2019-01-07  Lennart Poetteringenv-util: normalize one more flags enum
2019-01-07  Lennart PoetteringMerge pull request #11327 from keszybz/revert-dbus...
2019-01-06  Frantisek SumsalMerge pull request #11252 from evverx/use-asan-wrapper...
2019-01-06  Lennart PoetteringMerge pull request #11241 from bengal/lldp-802-3-subtypes
2019-01-06  Zbigniew Jędrzejew... pam_systemd: set $DBUS_SESSION_BUS_ADDRESS unconditionally 11327/head
2019-01-06  Lennart PoetteringMerge pull request #11328 from keszybz/static-array...
2019-01-06  Zbigniew Jędrzejew... Print the systemd version in a format that dracut likes
2019-01-06  Lennart PoetteringMerge pull request #11337 from keszybz/build-version-h
2019-01-05  Zbigniew Jędrzejew... meson: declare version.h as dep for libbasic
2019-01-04  Zbigniew Jędrzejew... Use c99 static array size declarations in exported... 11328/head
2019-01-04  Zbigniew Jędrzejew... tree-wide: use c99 static for array size declarations
2019-01-04  Zbigniew Jędrzejew... Revert "pam_systemd: drop setting DBUS_SESSION_BUS_ADDRESS"
2019-01-03  Zbigniew Jędrzejew... Merge pull request #11317 from filbranden/docs1
2019-01-03  Zbigniew Jędrzejew... Merge pull request #11244 from yuwata/revert-udev-changes
2019-01-03  Zbigniew Jędrzejew... Merge pull request #11250 from yuwata/dhcp-coding-style...
2019-01-03  Yu Watanabelibudev-util: make util_replace_whitespace() read only...
2019-01-03  YunQiang SuPass separate dev_t var to device_path_parse_major_minor
2019-01-03  Zbigniew Jędrzejew... Merge pull request #11273 from pseyfert/zsh-debugger...
2019-01-03  Yu Watanabesleep: install default sleep.conf
next