summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
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
2016-12-27core: implicitly order units with PrivateTmp= after systemd-tmpfiles-setup.se...Lennart Poettering
2016-12-27util-lib: add a comment explaining the user name rules we enforceLennart Poettering
2016-12-21util-lib: rework path_check_fstype() and path_is_temporary_fs() to use O_PATHLennart Poettering
2016-12-21util-lib: be stricter when decoding hex stringsLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
2016-12-21util-lib: read $SYSTEMD_PROC_CMDLINE if set when looking for the kernel cmdlineLennart Poettering
2016-12-20calendarspec: minor refactoring and style fixDouglas Christman
2016-12-20calendarspec: improve overflow handlingDouglas Christman
2016-12-20util-lib: make verbose_mount() grok MS_MOVELennart Poettering
2016-12-20util-lib: add new path_is_temporary_fs() APILennart Poettering
2016-12-20util-lib: make sure fd_check_fstype() opens files with O_CLOEXECLennart Poettering
2016-12-20util-lib: beef path_is_os_tree() up a bitLennart Poettering
2016-12-20util-lib: accept invoking chase_symlinks() with a NULL return parameterLennart Poettering
2016-12-20Merge pull request #4904 from dobyrch/calendar-range-stepLennart Poettering
2016-12-17basic/log: use IN_SETZbigniew Jędrzejewski-Szmek