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