summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-272-38/+7
* macro: introduce DEFINE_TRIVIAL_REF_UNREF_FUNC() macro and friendsYu Watanabe2018-08-271-0/+49
* networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IP...Susant Sahani2018-08-231-0/+39
* selinux-util: drop unused variablesYu Watanabe2018-08-221-2/+0
* util: do not use stack frame for parsing arbitrary inputsYu Watanabe2018-08-221-4/+12
* random-util: use RDRAND for randomness if the kernel doesn't want to give us anyLennart Poettering2018-08-212-2/+61
* Merge pull request #9712 from filbranden/socket1Zbigniew Jędrzejewski-Szmek2018-08-212-21/+86
|\
| * socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()Filipe Brandenburger2018-08-022-21/+86
* | Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-212-71/+113
|\ \
| * | Rename USER_CREDS_SYNTHESIZE_FALLBACK to …_PREFER_NSSZbigniew Jędrzejewski-Szmek2018-08-202-7/+7
| * | user-util: rework get_user_creds()Lennart Poettering2018-08-202-71/+113
* | | Merge pull request #9809 from poettering/tmpfiles-cleanupZbigniew Jędrzejewski-Szmek2018-08-201-0/+15
|\ \ \
| * | | btrfs-util: unfuck tmpfiles' subvol creationLennart Poettering2018-08-081-0/+15
* | | | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-202-0/+10
* | | | util: improve comments why we ignore EACCES and EPERMYu Watanabe2018-08-201-1/+8
* | | | util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...Yu Watanabe2018-08-101-1/+6
* | | | syslog: fix segfault in syslog_parse_priority()Yu Watanabe2018-08-081-9/+11
* | | | util: introduce memcmp_safe()Yu Watanabe2018-08-081-3/+10
|/ / /
* | | tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-073-11/+8
* | | macros: add CMP(a, b) macro.Filipe Brandenburger2018-08-071-0/+9
* | | macro: drop __extension__, reformat and reindentFilipe Brandenburger2018-08-071-35/+35
|/ /
* | smack-util: use 'path' paremeter as is if it's already absolute in mac_smack_...Franck Bui2018-08-061-4/+7
* | Merge pull request #9792 from poettering/hashmap-mempoolZbigniew Jędrzejewski-Szmek2018-08-061-8/+22
|\ \
| * | hashmap: add an explicit assert() for detecting when objects migrated between...Lennart Poettering2018-08-031-2/+4
| * | hashmap: add an environment variable to turn off the memory pool used by hash...Lennart Poettering2018-08-031-6/+18
| |/
* | resolve: treat some icmp errors as disconnectedYu Watanabe2018-08-061-2/+6
* | Merge pull request #8822 from fbuihuu/rfc-tmpfiles-safe-upstreamLennart Poettering2018-08-0316-67/+217
|\ \ | |/ |/|
| * path-util: make use of path_join() in path_make_absolute_cwd()Franck Bui2018-07-301-4/+1
| * fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks()Franck Bui2018-07-302-2/+3
| * fs-util: introduce mkfifoat_atomic() helperFranck Bui2018-07-302-0/+26
| * fileio: make tempfn_random_child() accept empty string as pathFranck Bui2018-07-301-3/+5
| * basic/stat-util: introduce is_dir_fd()Franck Bui2018-07-302-0/+12
| * btrfs-util: introduce btrfs_subvol_make_fd()Franck Bui2018-07-302-7/+20
| * basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpersFranck Bui2018-07-304-0/+25
| * selinux: introduce mac_selinux_create_file_prepare_at()Franck Bui2018-07-302-21/+63
| * smack: introduce mac_smack_fix_at()Franck Bui2018-07-302-30/+62
* | basic: use FAMILY_ADDRESS_SIZE() macro in hash_ops for in_addr_dataYu Watanabe2018-08-021-12/+2
* | basic: introduce in_addr_data_hash_opsYu Watanabe2018-07-312-0/+36
|/
* void call of page_size guarantees that sysconf is not called from signal handlerDaniel2018-07-261-0/+4
* Merge pull request #9504 from poettering/nss-deadlockZbigniew Jędrzejewski-Szmek2018-07-262-3/+4
|\
| * path-util: avoid name clashesLennart Poettering2018-07-201-3/+3
| * env-util: make env-util.h self containedLennart Poettering2018-07-201-0/+1
* | Merge pull request #9484 from poettering/permille-everywhereZbigniew Jędrzejewski-Szmek2018-07-261-3/+4
|\ \
| * | parse-util: in parse_permille() check negative earlierLennart Poettering2018-07-251-3/+4
* | | sd-bus: allow connecting to the pseudo-container ".host"Lennart Poettering2018-07-251-0/+5
* | | pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.cLennart Poettering2018-07-252-26/+0
|/ /
* | Merge pull request #9668 from poettering/open-parentZbigniew Jędrzejewski-Szmek2018-07-255-51/+59
|\ \
| * | tree-wide: port various bits over to open_parent()Lennart Poettering2018-07-233-27/+11
| * | fs-util: introduce open_parent() helperLennart Poettering2018-07-233-20/+34
| * | fileio: add additional safety checksLennart Poettering2018-07-231-4/+14
| |/