summaryrefslogtreecommitdiffstats
path: root/src/timesync (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-2/+2
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-133-14/+12
* timesync: add support of basic command line optionsYu Watanabe2024-09-101-0/+9
* timesync: use BusObjectImplementationYu Watanabe2024-09-102-2/+11
* timesync: make manager_is_connected() staticYu Watanabe2024-09-062-2/+1
* timesync: downgrade log level about network configuration changeYu Watanabe2024-09-061-2/+6
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-4/+7
* manager: add structured log message about clock bumpZbigniew Jędrzejewski-Szmek2024-06-151-0/+1
* timesyncd: simplify handling of timestampsZbigniew Jędrzejewski-Szmek2024-06-151-26/+21
* timesync: make public defines for clock epoch filesZbigniew Jędrzejewski-Szmek2024-06-053-15/+13
* gcrypt: dlopenify for libsystemdLuca Boccassi2024-04-031-2/+1
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-3/+6
|\
| * various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-3/+6
| * shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-1/+1
* | signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-232-2/+2
|/
* timesyncd: reorder structs instead of useless bitfieldsZbigniew Jędrzejewski-Szmek2024-02-202-4/+3
* timesyncd: make the transmit timestamp in requests fully randomDavid Venhoek2024-01-262-20/+16
* timesync: IPTOS_LOWDELAY --> IPTOS_DSCP_EFCristian Rodríguez2024-01-081-2/+1
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-4/+6
* Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* timesync: fix PropertiesChanges signals for NTP propertiesFrantisek Sumsal2023-11-072-7/+3
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-3/+5
* config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-191-0/+2
* timesyncd: emit signal when timesyncd NTPServers property changesKingbom Dou2023-08-044-5/+110
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-13/+8
* meson: move declarations of timedated and friendsYu Watanabe2023-07-311-0/+19
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-1/+1
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-3/+3
* tree-wide: fix typos of "boottime"/"BOOTTIME"Nick Rosbrook2023-06-091-1/+1
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-161-1/+1
* timesync: drop unnecessary initializationYu Watanabe2023-04-141-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-131-8/+3
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* timesync: stop re-sync on network configuration change when no link servers a...Chitoku2023-03-081-2/+2
* timesyncd: hook up memory pressure + sigrtmin18Lennart Poettering2023-03-012-1/+7
* meson: Use dicts for test definitionsJan Janssen2023-02-211-4/+8
* meson: Do not include headers in source listsJan Janssen2023-01-241-5/+2
* timesyncd: make sure to update mtime of clock file on each bootLennart Poettering2023-01-201-0/+51
* timesyncd: modernize load_clock_timestamp() a bitLennart Poettering2023-01-201-29/+26
* timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering2023-01-201-8/+15
* basic: Use statement expressions more in list.hDaan De Meyer2023-01-081-1/+1
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-192-3/+3
* Merge pull request #25743 from yuwata/timesync-ipv6Yu Watanabe2022-12-151-6/+7
|\
| * timesync: ignore IPv6 addresses when the kernel does not support IPv6Yu Watanabe2022-12-141-5/+6
| * timesync: downgrade log message about unsupported address familyYu Watanabe2022-12-141-1/+1
* | timesync: Keep trying to connect even if the socket cannot be openedFelix Riemann2022-12-141-2/+4
|/
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1