GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
import
/
importd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
importd: immediately validate whether fd is of right type when receiving it
Lennart Poettering
2018-11-26
1
-0
/
+13
*
import: drop logic of setting up /var/lib/machines as btrfs loopback mount
Lennart Poettering
2018-11-26
1
-3
/
+3
*
machine: add support for importing containers from plain directories
Lennart Poettering
2018-11-26
1
-8
/
+119
*
import: use parse_percent() where appropriate
Lennart Poettering
2018-11-26
1
-5
/
+4
*
import: tiny modernization/simplification
Lennart Poettering
2018-11-26
1
-9
/
+4
*
import: use generic word 'transfer' instead of 'import'
Lennart Poettering
2018-11-26
1
-5
/
+4
*
import: downgrade log message to LOG_WARNING, because we ignore the failure
Lennart Poettering
2018-11-26
1
-1
/
+1
*
import: use structured initializers
Yu Watanabe
2018-11-24
1
-6
/
+8
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-0
/
+1
*
import: define mains through macro
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-14
/
+10
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-2
/
+3
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
tree-wide: use sockaddr_un_unlink() whereever appropriate
Lennart Poettering
2018-10-15
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
1
-48
/
+5
*
tree-wide: make name requesting asynchronous in all our services
Lennart Poettering
2018-01-05
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-8
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
importd: remove IN_SET to avoid ambiguity
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+1
*
fix includes
Matija Skala
2017-10-30
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+2
*
importd: check setenv return value
Zbigniew Jędrzejewski-Szmek
2017-02-20
1
-2
/
+5
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-16
1
-4
/
+2
*
treewide: use stdio_unset_cloexec() function
Alexander Kuleshov
2016-07-02
1
-3
/
+1
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
importd: drop dkr support
Lennart Poettering
2015-12-10
1
-118
/
+5
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move web-related calls into web-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out syslog-related calls into syslog-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-8
/
+10
*
tree-wide: port more code to use send_one_fd() and receive_one_fd()
Lennart Poettering
2015-09-29
1
-4
/
+4
*
importd: make sure we don't accidentally close fd 0
Lennart Poettering
2015-09-22
1
-0
/
+1
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-4
/
+1
*
bus-util: support details in CheckAuthorization calls
Michael Chapman
2015-09-06
1
-0
/
+6
*
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-24
1
-0
/
+1
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-2
/
+1
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-1
/
+1
[next]