index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timesync
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
9
-117
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
meson: sort source files
Yu Watanabe
2018-04-05
1
-2
/
+2
*
timesync: on network event do not establish connection when NTP servers are n...
Yu Watanabe
2018-03-29
1
-5
/
+10
*
tree-wide: warn when a directory path already exists but has bad mode/owner/type
Zbigniew Jędrzejewski-Szmek
2018-03-23
1
-1
/
+2
*
basic/mkdir: convert bool flag to enum
Zbigniew Jędrzejewski-Szmek
2018-03-22
1
-1
/
+1
*
tree-wide: use "cannot" instead of "can not"
Zbigniew Jędrzejewski-Szmek
2018-02-08
1
-1
/
+1
*
timesync: do not fail when started as privileged user
Yu Watanabe
2018-01-17
1
-0
/
+1
*
timesync: use current uid when started as non-root user
Yu Watanabe
2018-01-15
1
-6
/
+11
*
timesync: fix typo
Yu Watanabe
2018-01-10
1
-1
/
+1
*
timesyncd: avoid signed/unsigned comparison (#7842)
Zbigniew Jędrzejewski-Szmek
2018-01-10
1
-1
/
+1
*
man: "systemd" is to be written in all lower-case, even at beginnings of sent...
Lennart Poettering
2017-12-13
1
-1
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-0
/
+3
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
8
-0
/
+8
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
timesync: make poll interval configurable
Yu Watanabe
2017-11-08
5
-22
/
+47
*
timesync: add RootDistanceMaxSec= to timesyncd.conf (#7215)
Yu Watanabe
2017-11-05
4
-6
/
+11
*
timesyncd: enable DynamicUser=
Yu Watanabe
2017-10-06
1
-1
/
+1
*
mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()
Yu Watanabe
2017-10-06
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
timesync: move stamp file to /var/lib/systemd/timesync/clock
Yu Watanabe
2017-08-30
2
-9
/
+20
*
units: make use of !! ExecStart= prefix in systemd-timesyncd.service
Yu Watanabe
2017-08-27
1
-3
/
+7
*
treewide: fix typos (#6566)
Torstein Husebø
2017-08-08
1
-1
/
+1
*
test-timesync: ignore failure to listen on /run/systemd/netif/links/ (#6463)
Zbigniew Jędrzejewski-Szmek
2017-07-28
1
-0
/
+4
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-1
/
+2
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-2
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
timesyncd: properly handle OOM errors when parsing fallback servers (#6047)
Lennart Poettering
2017-05-30
1
-1
/
+5
*
test-timesync: add first test for timesyncd conf parsing
Zbigniew Jędrzejewski-Szmek
2017-05-25
2
-0
/
+67
*
timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...
Michael Biebl
2017-05-24
5
-4
/
+15
*
timesync/timesyncd-manager: fix format-specifier issue
Matija Skala
2017-05-19
1
-1
/
+1
*
timesync/timesyncd-manager: fix format-specifier issues
Matija Skala
2017-05-19
1
-2
/
+2
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-1
/
+1
*
meson: reindent all files with 8 spaces
Zbigniew Jędrzejewski-Szmek
2017-04-23
1
-19
/
+17
*
meson: build systemd using meson
Zbigniew Jędrzejewski-Szmek
2017-04-23
1
-0
/
+28
*
tree-wide: fix wrong indent (#5757)
Yu Watanabe
2017-04-19
1
-4
/
+4
*
build-sys: add check for gperf lookup function signature (#5055)
Mike Gilbert
2017-01-10
1
-1
/
+1
*
timesyncd: clear ADJ_MAXERROR to keep STA_UNSYNC cleared after jump adjust (#...
akochetkov
2016-11-11
1
-1
/
+3
*
tree-wide: add PRI_[NU]SEC, and use time format strings more
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-2
/
+2
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-16
1
-5
/
+2
*
tree-wide: rename config_parse_many to …_nulstr
Zbigniew Jędrzejewski-Szmek
2016-09-16
1
-1
/
+1
*
clock-util: make clock_is_localtime() testable and add initial tests
Martin Pitt
2016-02-26
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
7
-14
/
+0
*
timesyncd: use (void) to mark ignored value
Zbigniew Jędrzejewski-Szmek
2016-01-20
1
-1
/
+2
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
3
-3
/
+3
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-2
/
+2
*
timesync: return negative errno from manager_adjust_clock() on error
Michal Schmidt
2015-11-05
1
-2
/
+2
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-2
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
3
-2
/
+5
[next]