summaryrefslogtreecommitdiff
path: root/src/shared/util.c
Commit message (Expand)AuthorAge
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-22
* util: Add some missing hidden_file() suffixesMartin Pitt2015-01-21
* import: add image verification using gpgLennart Poettering2015-01-21
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-20
* import-raw: when downloading raw images, generate sparse files if we canLennart Poettering2015-01-19
* util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez2015-01-18
* nspawn: add file system locks for controlling access to container imagesLennart Poettering2015-01-14
* machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering2015-01-14
* util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering2015-01-14
* shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek2015-01-11
* Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek2015-01-11
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-11
* Simplify execute_directory()Zbigniew Jędrzejewski-Szmek2015-01-11
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-08
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-08
* util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering2015-01-07
* util: make use of kcmp() to compare fds, if it is availableLennart Poettering2015-01-07
* util: don't fail recursive bind mounting if we cannot read the mount flags fr...Lennart Poettering2015-01-07
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-06
* util: Do not clear parent mount flags when setting up namespacesTopi Miettinen2015-01-05
* util: Fix signedness error in lines(), match implementationsColin Walters2015-01-05
* util: treat -1 as special size in format_bytes()Lennart Poettering2014-12-28
* machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering2014-12-28
* util: always override crtime xattrLennart Poettering2014-12-26
* machined: beef up machined image listing with creation/modification times of ...Lennart Poettering2014-12-25
* util: make creation time xattr logic more genericLennart Poettering2014-12-24
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-24
* machined: add new call OpenMachineLogin() that starts a getty in a container ...Lennart Poettering2014-12-23
* util: add allocation loop to gettyname_malloc()Lennart Poettering2014-12-23
* systemd-run: support -t mode when combined with -MLennart Poettering2014-12-23
* machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering2014-12-19
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-19
* util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering2014-12-19
* util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering2014-12-19
* Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek2014-12-18
* util: in make_stdio() use dup2() rather than dup3()Lennart Poettering2014-12-18
* nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering2014-12-12
* util: minor simplification for loop_write() and loop_read()Lennart Poettering2014-12-12
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* shared: correct spacing near eol in code commentsTorstein Husebø2014-12-11
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-09
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-10
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-09
* util: don't shadow variableThomas Hindoe Paaboel Andersen2014-12-03
* machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche2014-12-03
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-29
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28