summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* test-cpu-set-util: add simple test for cpus_in_affinity_mask()Zbigniew Jędrzejewski-Szmek2019-05-291-0/+9
* Move cpus_in_affinity_mask() to cpu-set-util.[ch]Zbigniew Jędrzejewski-Szmek2019-05-296-39/+40
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-2914-256/+295
* shared/cpu-set-util: remove now-unused CPU_SIZE_TO_NUM()Zbigniew Jędrzejewski-Szmek2019-05-211-6/+0
* shared/cpu-set-util: move the part to print cpu-set into a separate functionZbigniew Jędrzejewski-Szmek2019-05-214-24/+56
* core/dbus-execute: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* Merge pull request #12586 from ssahani/route-propertiesYu Watanabe2019-05-184-14/+63
|\
| * networkd: route add MPLS TTL propagateSusant Sahani2019-05-183-0/+49
| * sd-netlink: add route netlink propertiesSusant Sahani2019-05-171-14/+14
* | Merge pull request #12593 from AdrianBunk/masterYu Watanabe2019-05-185-3/+6
|\ \
| * | fs-util.h: add missing sys/stat includeAndrej Valek2019-05-171-0/+1
| * | Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk2019-05-172-3/+3
| * | socket-util.h: include string.hChen Qi2019-05-171-0/+1
| * | src/udev/udev-event.c must #include <sys/wait.h>Adrian Bunk2019-05-171-0/+1
* | | networkd: FOU netdev add support to configure peer portSusant Sahani2019-05-183-2/+18
* | | shared/varlink: add missing setting of output_buffer_allocatedZbigniew Jędrzejewski-Szmek2019-05-171-2/+3
* | | meson: stop creating .wants directories for {multi-user,getty}.target (#12569)Michael Biebl2019-05-171-4/+0
* | | udevd: change the default value of udev.children-max (again)Franck Bui2019-05-161-6/+10
* | | Merge pull request #12535 from poettering/color-greyZbigniew Jędrzejewski-Szmek2019-05-163-26/+60
|\ \ \ | |/ / |/| |
| * | journalctl: don't output ANSI sequences if disabledLennart Poettering2019-05-101-1/+1
| * | test: add test that shows all colors we defineLennart Poettering2019-05-101-0/+33
| * | terminal-util: add complete set of inline functions for all colors we defineLennart Poettering2019-05-101-15/+23
| * | terminal-util: reduce colors we define a bitLennart Poettering2019-05-101-9/+2
| * | terminal-util: define grey as 256color ANSI sequenceLennart Poettering2019-05-101-1/+1
* | | random-util: add a longer comment explaining our RDRAND useLennart Poettering2019-05-161-4/+111
* | | journalctl: return a non-zero EC when --grep returns no matchesFrantisek Sumsal2019-05-161-1/+9
* | | varlink: initialize Varlink with 0Yu Watanabe2019-05-161-1/+2
* | | Merge pull request #12378 from rbalint/vt-kbd-reset-checkLennart Poettering2019-05-163-21/+36
|\ \ \
| * | | Add check to switch VTs only between K_XLATE or K_UNICODEBalint Reczey2019-05-152-1/+15
| * | | Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()Balint Reczey2019-04-243-20/+21
* | | | Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe2019-05-165-36/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | network: bump MTU bytes only when MTUByte= is not setYu Watanabe2019-05-161-1/+43
| * | | network: honor MTUBytes= settingYu Watanabe2019-05-165-36/+7
* | | | network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS=Yu Watanabe2019-05-161-6/+11
* | | | Merge pull request #12549 from yuwata/network-sittun-disable-link-local-addre...Yu Watanabe2019-05-162-6/+7
|\ \ \ \
| * | | | network: disable link local addressing on ipip, gre, sit, and vti netdevsYu Watanabe2019-05-161-3/+3
| * | | | wait-online: ignore -ENODATA on updating link informationYu Watanabe2019-05-161-3/+3
| * | | | network: link_check_ready() returns earlier if routes are not configured yetYu Watanabe2019-05-161-0/+1
* | | | | Merge pull request #12576 from ssahani/fouYu Watanabe2019-05-1616-13/+138
|\ \ \ \ \
| * | | | | networkd: FOU tunnel support Local and Peer tunnel addressesSusant Sahani2019-05-163-0/+64
| * | | | | sd-netlink: Add Fou properties FOU_ATTR_LOCAL_V4/FOU_ATTR_PEER_V4Susant Sahani2019-05-161-0/+6
| * | | | | linux: update headers from current kernel masterYu Watanabe2019-05-1612-13/+68
| |/ / / /
* | | | | networkd: introduce netdev ipvtapSusant Sahani2019-05-169-4/+30
|/ / / /
* | | | Merge pull request #12496 from yuwata/network-on-device-default-routeYu Watanabe2019-05-156-2/+39
|\ \ \ \
| * | | | network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe2019-05-155-0/+33
| * | | | network: add missing error checkYu Watanabe2019-05-151-2/+6
| |/ / /
* | | | analyze: fix help messageYu Watanabe2019-05-151-2/+2
* | | | Merge pull request #12565 from zachsmith/fix-log-message-typosLennart Poettering2019-05-152-2/+2
|\ \ \ \
| * | | | fix typo in partition device messageZach Smith2019-05-141-1/+1
| * | | | fix typo in wakealarm messageZach Smith2019-05-131-1/+1