summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
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
2016-12-17Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek
2016-12-17Merge pull request #4845 from poettering/various-smaller-fixesZbigniew Jędrzejewski-Szmek
2016-12-16calendarspec: remove superfluous variablesDouglas Christman
2016-12-16calendarspec: rename fields of CalendarComponentDouglas Christman
2016-12-16calendarspec: allow repetition values with rangesDouglas Christman
2016-12-14calendarspec: free memory when parsing fails (#4890)Doug Christman
2016-12-14util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering
2016-12-14util-lib: improve container detection logicLennart Poettering
2016-12-14core: rework logic to determine when we decide to add automatic deps for mountsLennart Poettering
2016-12-14util: Fine tune running_in_chroot() a bitLennart Poettering
2016-12-13Merge pull request #4806 from poettering/keyring-initZbigniew Jędrzejewski-Szmek
2016-12-13core: hook up MountFlags= to the transient unit logicLennart Poettering
2016-12-13core: run each system service with a fresh session keyringLennart Poettering
2016-12-13machine-id-setup: `--print --commit` respects the --root optionEvgeny Vereshchagin