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
Commit message (
Expand
)
Author
Age
Files
Lines
*
login: Fix policy for org.freedesktop.login1.set-self-linger (#3365) (#3373)
gentoo-230
Michael Biebl
2016-05-28
1
-0
/
+2
*
core: fix missing newline when writing drop-in for WorkingDirectory (#3337)
Tejun Heo
2016-05-28
1
-1
/
+1
*
{machine,system}ctl: always pass &changes and &n_changes (#3350)
Christian Hesse
2016-05-28
3
-31
/
+53
*
Typo: systemd-nspaw -> systemd-nspawn (#3354)
Ansgar Burchardt
2016-05-28
1
-1
/
+1
*
Revert "rules: allow users to access frame buffer devices" (#3333)
Zbigniew Jędrzejewski-Szmek
2016-05-24
1
-2
/
+1
*
sd-device: udev-db - handle properties with empty value (#3330)
Tom Gundersen
2016-05-23
1
-1
/
+0
*
man: explain what list-units does a bit better (#3324)
Zbigniew Jędrzejewski-Szmek
2016-05-23
1
-14
/
+16
*
networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294)
Susant Sahani
2016-05-23
1
-0
/
+9
*
Mention initrd-root-device.target in NEWS (#3325)
Dave Reisner
2016-05-23
1
-0
/
+5
*
resolved: don't stop handle messages after receiving a zero length UDP packet...
Evgeny Vereshchagin
2016-05-23
1
-3
/
+2
*
Merge pull request #3322 from poettering/random-ipv4acd-fixes
Tom Gundersen
2016-05-23
2
-23
/
+31
|
\
|
*
ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM sockets
Lennart Poettering
2016-05-22
2
-12
/
+29
|
*
sd-ipv4acd: do not define ether_addr_is_nul() redundantly
Lennart Poettering
2016-05-22
1
-9
/
+2
|
*
sd-ipv4acd: drop HASH_KEY definition, as it is unused
Lennart Poettering
2016-05-22
1
-2
/
+0
|
/
*
nspawn: remove unreachable return statement (#3320)
Zbigniew Jędrzejewski-Szmek
2016-05-22
1
-7
/
+2
*
networkd-ndisc: do not return value from void function
v230
Zbigniew Jędrzejewski-Szmek
2016-05-21
1
-2
/
+2
*
build-sys: bump so version
Zbigniew Jędrzejewski-Szmek
2016-05-21
2
-3
/
+3
*
NEWS: final updates for v230
Zbigniew Jędrzejewski-Szmek
2016-05-21
1
-5
/
+6
*
run: do not try to use reply after freeing it (#3318)
Zbigniew Jędrzejewski-Szmek
2016-05-21
1
-4
/
+3
*
units: restore ConditionNeesUpdate=/etc in ldconfig.service (#3311)
Lennart Poettering
2016-05-21
1
-0
/
+1
*
libsystemd-network: use recv(..., 0) instead of read(...) (#3317)
Tom Gundersen
2016-05-22
2
-5
/
+2
*
core: set all log fds to -1 when freezing (#3314)
Evgeny Vereshchagin
2016-05-21
1
-0
/
+2
*
core: put opening curly braces on the same line as function names (#3313)
Tejun Heo
2016-05-20
1
-20
/
+10
*
Revert "core/dbus: further simplify branch code" (#3307)
Lennart Poettering
2016-05-20
1
-15
/
+23
*
Merge pull request #3304 from tomty89/master
Tom Gundersen
2016-05-20
2
-6
/
+8
|
\
|
*
[networkd-dhcp6] do not call sd_dhcp6_client_start() from dhcp6_request_addre...
tomty89
2016-05-20
1
-6
/
+0
|
*
[networkd-ndisc] set IPv6LL address in DHCP client
tomty89
2016-05-20
1
-0
/
+8
*
|
Merge pull request #3276 from ssahani/issue-3264
Tom Gundersen
2016-05-20
1
-0
/
+3
|
\
\
|
*
|
networkd: Drop IPv6LL address when link is down
Susant Sahani
2016-05-18
1
-0
/
+3
*
|
|
Merge pull request #3290 from htejun/cgroup2-io-compat
Lennart Poettering
2016-05-20
12
-200
/
+428
|
\
\
\
|
*
|
|
core: translate between IO and BlockIO settings to ease transition
Tejun Heo
2016-05-18
4
-38
/
+148
|
*
|
|
core: factor out io and blkio helper functions from cgroup_context_apply()
Tejun Heo
2016-05-18
1
-98
/
+137
|
*
|
|
core: update CGroupBlockIODeviceBandwidth to record both rbps and wbps
Tejun Heo
2016-05-18
4
-44
/
+87
|
*
|
|
core: add support for IOReadIOPSMax and IOWriteIOPSMax
Tejun Heo
2016-05-18
6
-3
/
+38
|
*
|
|
core: introduce CGroupIOLimitType enums
Tejun Heo
2016-05-18
8
-76
/
+77
|
|
/
/
*
|
|
Merge pull request #3235 from dkg/hwaddr-cleanup
Tom Gundersen
2016-05-20
7
-11
/
+134
|
\
\
\
|
*
|
|
network: rely on ether_addr_from_string instead of sscanf
Daniel Kahn Gillmor
2016-05-17
1
-8
/
+7
|
*
|
|
util-lib: add ether_addr_from_string()
Daniel Kahn Gillmor
2016-05-17
2
-0
/
+71
|
*
|
|
basic: define HEXDIGITS
Daniel Kahn Gillmor
2016-05-17
2
-1
/
+2
|
*
|
|
network: test MAC address parsing
Daniel Kahn Gillmor
2016-05-17
1
-0
/
+51
|
*
|
|
man: clarify different uses of MACAddress
Daniel Kahn Gillmor
2016-05-17
1
-2
/
+3
*
|
|
|
core/dbus: revert oversimplification (#3309)
Jonathan Boulle
2016-05-20
1
-3
/
+4
*
|
|
|
Make the fix for net/if.h fuckup even worse (#3287)
Zbigniew Jędrzejewski-Szmek
2016-05-20
1
-4
/
+2
*
|
|
|
resolved: fix accounting of dns serves on a link (#3291)
Zbigniew Jędrzejewski-Szmek
2016-05-20
1
-0
/
+1
*
|
|
|
core/dbus: expose SELinuxContext property (#3284)
Jonathan Boulle
2016-05-20
2
-1
/
+18
*
|
|
|
basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...
Evgeny Vereshchagin
2016-05-20
6
-8
/
+8
*
|
|
|
NEWS: typo fix and american english (#3301)
Thomas H. P. Andersen
2016-05-20
1
-2
/
+2
*
|
|
|
sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299)
sadag
2016-05-20
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
systemctl: suppress no-[Install] hint when --quiet is used (#3295)
Zbigniew Jędrzejewski-Szmek
2016-05-19
1
-1
/
+1
*
|
|
systemctl: reload configuration when enabling sysv units too (#3297)
Franck Bui
2016-05-19
1
-2
/
+5
[next]