index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
machine-id-setup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate stable machine-id and DHCP client ID on POWER KVM.
Dimitri John Ledkov
2019-08-31
1
-0
/
+5
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
1
-0
/
+1
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+4
*
core: include error cause in log message
Yu Watanabe
2018-10-19
1
-4
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
machine-id-setup: use return log_error… pattern
Zbigniew Jędrzejewski-Szmek
2017-12-19
1
-4
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: machine_id_setup overwrites broken machine-id
Evgeny Vereshchagin
2016-12-13
1
-3
/
+7
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-1
/
+1
*
core: rework machine-id-setup.c to use the calls from id128-util.[ch]
Lennart Poettering
2016-07-22
1
-152
/
+47
*
machine-id-setup: port machine_id_commit() to new id128-util.c APIs
Lennart Poettering
2016-07-22
1
-13
/
+11
*
sd-id128: split UUID file read/write code into new id128-util.[ch]
Lennart Poettering
2016-07-22
1
-0
/
+1
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
machine-id-setup: explicitly fsync() the machine ID after writing
Lennart Poettering
2016-04-22
1
-2
/
+11
*
basic/util: silence stupid gcc warnings about unitialized variable
Zbigniew Jędrzejewski-Szmek
2016-04-13
1
-4
/
+5
*
core: be more paranoid when mixing umask and fopen()
Lennart Poettering
2016-04-12
1
-2
/
+1
*
machine-id-setup: simplify by using prefix_roota
Michal Sekletar
2016-04-06
1
-24
/
+4
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
core: Add machine-id setting
Nils Carlson
2016-01-12
1
-8
/
+15
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
basic: split out cpu set specific APIs into cpu-set-util.[ch]
Lennart Poettering
2015-09-30
1
-9
/
+10
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-16
/
+14
*
namespace helpers: Allow entering a UID namespace
Richard Maw
2015-08-17
1
-2
/
+2
*
fileio: consolidate write_string_file*()
Daniel Mack
2015-07-07
1
-1
/
+1
*
path-util: Change path_is_mount_point() symlink arg from bool to flags
Martin Pitt
2015-05-29
1
-1
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: rework rm_rf() logic
Lennart Poettering
2015-04-06
1
-1
/
+1
*
machine-id-setup: simplifications
Lennart Poettering
2015-03-10
1
-142
/
+140
*
Introduce loop_read_exact helper
Zbigniew Jędrzejewski-Szmek
2015-03-10
1
-8
/
+7
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-4
/
+4
*
tree-wide: spelling fixes
Veres Lajos
2014-12-31
1
-1
/
+1
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
1
-3
/
+2
*
machine-id-setup: add a machine_id_commit call to commit on disk a transient ...
Didier Roche
2014-12-03
1
-0
/
+79
*
machine-id-setup: casting const away is ugly, let's not do it if there's no r...
Lennart Poettering
2014-12-03
1
-4
/
+6
*
machine-id-setup: Factorize some machine-id-setup functions to be reused
Didier Roche
2014-12-03
1
-10
/
+34
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
[next]