summaryrefslogtreecommitdiff
path: root/src/core/machine-id-setup.c
AgeCommit message (Expand)Author
2016-07-22core: rework machine-id-setup.c to use the calls from id128-util.[ch]Lennart Poettering
2016-07-22machine-id-setup: port machine_id_commit() to new id128-util.c APIsLennart Poettering
2016-07-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-04-22machine-id-setup: explicitly fsync() the machine ID after writingLennart Poettering
2016-04-13basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek
2016-04-12core: be more paranoid when mixing umask and fopen()Lennart Poettering
2016-04-06machine-id-setup: simplify by using prefix_rootaMichal Sekletar
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-12core: Add machine-id settingNils Carlson
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-10machine-id-setup: simplificationsLennart Poettering
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-09treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek
2014-12-03machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche
2014-12-03machine-id-setup: casting const away is ugly, let's not do it if there's no r...Lennart Poettering
2014-12-03machine-id-setup: Factorize some machine-id-setup functions to be reusedDidier Roche
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-01core: improve error message when machine id is missingJan Synacek
2014-08-20machine-id-setup: don't try to read UUID from VM/container manager if we oper...Lennart Poettering
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-06-24nspawn: create essential base directories at system bootupKay Sievers
2014-06-17machine-id-setup: allow passing NULL as function argument, for simplicityLennart Poettering
2014-06-10machine-id-setup: fix array size of parametersLennart Poettering
2014-04-28machine-id: only look into KVM uuid when we are not running in aLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14machine-id-setup: use path_kill_slashes and modernizationsZbigniew Jędrzejewski-Szmek
2014-03-14machine-id: add --root option to operate on an alternate fs treeGreg KH