summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-083-6/+16
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-082-6/+7
* path-util: plug leakTom Gundersen2015-01-081-0/+3
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-081-0/+2
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-081-0/+3
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-082-0/+36
* util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering2015-01-071-1/+1
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-072-7/+8
* ptyfwd: simplify how we handle vhangups a bitLennart Poettering2015-01-072-35/+23
* btrfs-util: rework how we iterate through the results of the TREE_SEARCH resultsLennart Poettering2015-01-071-32/+95
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-072-10/+55
* util: make use of kcmp() to compare fds, if it is availableLennart Poettering2015-01-072-4/+54
* util: don't fail recursive bind mounting if we cannot read the mount flags fr...Lennart Poettering2015-01-071-6/+9
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-062-0/+22
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-061-1/+1
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-064-4/+88
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-053-16/+20
* util: Do not clear parent mount flags when setting up namespacesTopi Miettinen2015-01-051-2/+21
* util: Fix signedness error in lines(), match implementationsColin Walters2015-01-051-3/+3
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-052-0/+177
* nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering2015-01-052-4/+59
* missing: add __NR_renameat2Zbigniew Jędrzejewski-Szmek2015-01-011-0/+24
* tree-wide: spelling fixesVeres Lajos2014-12-301-1/+1
* macro: add DIV_ROUND_UP()David Herrmann2014-12-301-0/+11
* capability: use /proc/sys/kernel/cap_last_capDavid Herrmann2014-12-291-0/+14
* util: treat -1 as special size in format_bytes()Lennart Poettering2014-12-281-0/+3
* machined: add support for reporting image size via btrfs quotaLennart Poettering2014-12-286-23/+228
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-286-6/+31
* machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering2014-12-286-17/+207
* machined: add "machinectl remove" for removing imagesLennart Poettering2014-12-282-0/+17
* machined: Move image discovery logic into src/shared, so that we can make use...Lennart Poettering2014-12-282-0/+380
* util: always override crtime xattrLennart Poettering2014-12-261-1/+1
* copy: try top copy atime/time/xattrs when copying filesLennart Poettering2014-12-262-1/+104
* test: do not use last cap from kernel in test-cap-listFilipe Brandenburger2014-12-252-0/+5
* machined: beef up machined image listing with creation/modification times of ...Lennart Poettering2014-12-256-17/+218
* util: make creation time xattr logic more genericLennart Poettering2014-12-242-0/+65
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-242-5/+10
* build-sys: move core/build.h → shared/build.hLennart Poettering2014-12-231-0/+157
* machined: add new call OpenMachineLogin() that starts a getty in a container ...Lennart Poettering2014-12-232-0/+88
* condition: don't include files from src/coreLennart Poettering2014-12-231-1/+0
* env-util: don't include files from src/core/Lennart Poettering2014-12-232-10/+5
* util: add allocation loop to gettyname_malloc()Lennart Poettering2014-12-231-12/+28
* nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering2014-12-231-2/+2
* systemd-run: support -t mode when combined with -MLennart Poettering2014-12-232-0/+26
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-232-5/+32
* shared: json - support escaping utf16 surrogate pairsTom Gundersen2014-12-221-22/+59
* shared: utf8 - support decoding the full utf16Tom Gundersen2014-12-222-3/+45
* shared: utf8 - support ucs4 -> utf8Tom Gundersen2014-12-223-15/+40
* verbs: fix typo in error messageDave Reisner2014-12-221-1/+1
* machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering2014-12-192-0/+18