summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2017-02-20core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo
2017-02-20cgroup-util: fix the reversed return value of cg_is_unified_systemd_contoller...Zbigniew Jędrzejewski-Szmek
2017-02-18core: make SYSTEMD_CGROUP_CONTROLLER a special stringTejun Heo
2017-02-18core: simplify cg_[all_]unified()Tejun Heo
2017-02-17missing: add renameat2() definition for 64bit arm (#5378)Lennart Poettering
2017-02-17Merge pull request #5333 from poettering/machined-copy-files-usernsLennart Poettering
2017-02-17machined: when copying files from/to userns containers chown to rootLennart Poettering
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-17hostname-util: default to the compile time default hostname in gethostname_ma...Lennart Poettering
2017-02-17virt: Update cache if the detected vm is virtualbox (#5364)Benjamin Robin
2017-02-16Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering
2017-02-15virt: swap order of cpuid and dmi again, but properly detect oracle (#5355)Christian Hesse
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek
2017-02-14Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek
2017-02-14virt: detect qemu/kvm as 'kvm'Christian Hesse
2017-02-12calendarspec: fix duplicate detection (#5310)Doug Christman
2017-02-10basic/architecture: adjust Risc-V ifdef (#5304)Zbigniew Jędrzejewski-Szmek
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering
2017-02-08Merge pull request #5231 from keszybz/mask-wantsLennart Poettering
2017-02-07basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffixZbigniew Jędrzejewski-Szmek
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek
2017-02-03time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin
2017-02-02time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering
2017-02-02time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering
2017-02-02time-util: when converting to time_t do something useful in 2038Lennart Poettering
2017-02-02time-util: refuse formatting/parsing times that we can't storeLennart Poettering
2017-02-02time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering
2017-02-02hexdecoct: use typesafe new() instead of malloc()Lennart Poettering
2017-02-02fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering
2017-02-01Merge pull request #5166 from keszybz/gcc7Evgeny Vereshchagin
2017-01-31Merge pull request #5146 from ssahani/ifname-aliasZbigniew Jędrzejewski-Szmek
2017-01-31nss-util: silence warning about deprecated RES_USE_INET6Zbigniew Jędrzejewski-Szmek
2017-01-31MurmurHash: all /* fall through */ commentsZbigniew Jędrzejewski-Szmek
2017-01-31tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek
2017-01-31util-lib: Fix chase_symlinks() with absolute symlinks (#5185)3chas3
2017-01-31basic: check strdup result in khash_dup (#5176)Evgeny Vereshchagin
2017-01-24tree-wide: remove consecutive duplicate words in comments (#5148)Stefan Schweter
2017-01-24virt: update url to hypervisor top-level functional specification (#5149)Stefan Schweter
2017-01-24socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2Susant Sahani
2017-01-23network: accept colons in network interface names, normally used for alias in...peoronoob
2017-01-15process-util: rename char *r to ans and add commentZbigniew Jędrzejewski-Szmek
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2017-01-11socket-util: drop _pure_ from a function with an output parameterZbigniew Jędrzejewski-Szmek
2017-01-11Merge pull request #5046 from stefanha/vsockLennart Poettering
2017-01-11sparse: avoid clash with __bitwise and __force from 4.10 linux/types.h (#5061)Lubomir Rintel
2017-01-10socket-util: add AF_VSOCK address familyStefan Hajnoczi
2017-01-10socket-util: introduce port argument in sockaddr_port()Stefan Hajnoczi
2017-01-10missing.h: add AF_VSOCK bitsStefan Hajnoczi
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
2016-12-29Merge pull request #4994 from poettering/private-tmp-tmpfilesMartin Pitt