Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | time-util: add parse_time(), which is like parse_sec() but allows ↵ | Lennart Poettering | |
specification of default time unit if none is specified This is useful if we want to parse RLIMIT_RTTIME values where the common UNIX syntax is without any units but refers to a non-second unit (µs in this case), but where we want to allow specification of units. | |||
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering | |
The macro is generically useful for putting together search paths, hence let's make it truly generic, by dropping the implicit ".d" appending it does, and leave that to the caller. Also rename it from CONF_DIRS_NULSTR() to CONF_PATHS_NULSTR(), since it's not strictly about dirs that way, but any kind of file system path. Also, mark CONF_DIR_SPLIT_USR() as internal macro by renaming it to _CONF_PATHS_SPLIT_USR() so that the leading underscore indicates that it's internal. | |||
2015-11-10 | cgls: when showing root slice, put -.slice at top of tree | Lennart Poettering | |
2015-11-10 | cgls: suppress output of controller name, if it's the systemd one | Lennart Poettering | |
2015-11-10 | virt: make sure that we detect unknown container managers as ↵ | Lennart Poettering | |
VIRTUALIZATION_CONTAINER_OTHER If we don't know a container manager, we should consider it as "other" rather than as no container manager at all, to provide a somwhat useful upgrade path. | |||
2015-11-10 | CODING_STYLE: elaborate on usage of C99 fixed size integer types | Lennart Poettering | |
2015-11-10 | man: fix reference to description of time span syntax | Lennart Poettering | |
2015-11-10 | Merge pull request #1825 from ssahani/ipv61-1 | Tom Gundersen | |
networkd: add support to configure IPv6 hop limit | |||
2015-11-10 | Merge pull request #1827 from davidreynolds/use_extract_first_word | Tom Gundersen | |
conf-parser: use extract_first_word | |||
2015-11-10 | Merge pull request #1830 from jsynacek/journalctl-time | Tom Gundersen | |
man/journalctl: mention systemd.time(7) where appropriate | |||
2015-11-10 | Merge pull request #1831 from keszybz/todo-trimming | Tom Gundersen | |
Todo trimming | |||
2015-11-10 | Merge pull request #1735 from thom311/master | Tom Gundersen | |
lldp: avoid compiler warnings in lldp_tfl_package_read* functions | |||
2015-11-10 | man: describe the reason why runlevels are obsolete | Zbigniew Jędrzejewski-Szmek | |
Put it at the top of the file, where it's hard to miss. Also add the mapping of runlevel → target because since it is now static. I'm not adding runlevel(7), because we do not want to make obsolete stuff even more prominent. | |||
2015-11-10 | man: tweak description of machinectl show | Zbigniew Jędrzejewski-Szmek | |
Also, machinectl status is anything but terse. Remove "terse". | |||
2015-11-10 | TODO: update for lz4/xz stuff | Zbigniew Jędrzejewski-Szmek | |
No point in fixing xz now that lz4 is the default. | |||
2015-11-10 | man/journalctl: mention systemd.time(7) where appropriate | Jan Synacek | |
Original bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1182661 | |||
2015-11-09 | conf-parser: use extract_first_word | David Reynolds | |
2015-11-10 | man: add man for IPV6 hop limit | Susant Sahani | |
2015-11-10 | networkd: Add support to configure IPV6 hop limit | Susant Sahani | |
This patch adds support to configure IPV6 hop limit. For example: /proc/sys/net/ipv6/conf/wlp3s0/hop_limit | |||
2015-11-10 | Merge pull request #1790 from endocode/kayrus/fix_man_kernel_cl | Lennart Poettering | |
Fixed kernel-command-line links | |||
2015-11-09 | Merge pull request #1629 from ssahani/vxlan | Tom Gundersen | |
networkd: vxlan add option to set FDB entries | |||
2015-11-09 | Merge pull request #1821 from darkcircle/ko-catalog-translation | Lennart Poettering | |
l10n: add a new Korean translation for the catalog | |||
2015-11-09 | Merge pull request #1820 from michich/errno-v2 | Daniel Mack | |
[v2] treewide: treatment of errno and other cleanups | |||
2015-11-10 | add a new Korean translation for the catalog | Seong-ho Cho | |
2015-11-09 | Merge pull request #1762 from endocode/dongsu/l10n-ko-msgs | Lennart Poettering | |
po: update Korean translation | |||
2015-11-09 | treewide: apply errno.cocci | Michal Schmidt | |
with small manual cleanups for style. | |||
2015-11-09 | coccinelle: additional errno.cocci hunk | Michal Schmidt | |
rewrites: log_error_errno(errno, ...); return -errno; into: return log_error_errno(errno, ...); | |||
2015-11-09 | coccinelle: errno.cocci improvements | Michal Schmidt | |
Apply to all log_*_errno loglevels. | |||
2015-11-09 | Merge pull request #1798 from evverx/fix-test-udev | Lennart Poettering | |
test-udev: small fixes | |||
2015-11-09 | Merge pull request #1799 from jengelh/doc | Lennart Poettering | |
doc: typo and ortho fixes | |||
2015-11-09 | Merge pull request #1807 from michich/boot-timer | Lennart Poettering | |
core/timer: in containers OnBootSec should count from container startup | |||
2015-11-09 | Merge pull request #1794 from karelzak/size_limit | Lennart Poettering | |
core: support IEC suffixes for RLIMIT stuff | |||
2015-11-09 | Merge pull request #1817 from iaguis/nspawn-custom-service-3 | Lennart Poettering | |
nspawn: support custom container service name | |||
2015-11-09 | detect-virt: add rkt app container runtime | Iago López Galeiras | |
2015-11-09 | nspawn: support custom container service name | Iago López Galeiras | |
We were hardcoding "systemd-nspawn" as the value of the $container env variable and "nspawn" as the service string in machined registration. This commit allows the user to configure it by setting the $SYSTEMD_NSPAWN_CONTAINER_SERVICE env variable when calling systemd-nspawn. If $SYSTEMD_NSPAWN_CONTAINER_SERVICE is not set, we use the string "systemd-nspawn" for both, fixing the previous inconsistency. | |||
2015-11-09 | Merge pull request #1796 from michaelolbrich/journal-size | Lennart Poettering | |
journal: reduce minimum journal file size to 512 KiB | |||
2015-11-07 | core/timer: in containers OnBootSec should count from container startup | Michal Schmidt | |
In Fedora dnf-makecache.timer specifies OnBootSec=10min, but it fired during boot in systemd-nspawn, because the clock ticks since the host's boot. Fix it by treating OnBootSec the same as OnStartupSec when running in a container. | |||
2015-11-07 | Merge pull request #1801 from chuyd/fix-typos | Daniel Mack | |
test: Fix typo in TEST-03-JOBS/test-jobs.sh | |||
2015-11-07 | Merge pull request #1803 from phomes/unused-var | Daniel Mack | |
core: remove unused variable | |||
2015-11-07 | core: remove unused variable | Thomas Hindoe Paaboel Andersen | |
unused since 7b2313f5 | |||
2015-11-06 | test: Fix typo in TEST-03-JOBS/test-jobs.sh | Jesus Ornelas Aguayo | |
Fix typo s/enqueueing/enqueuing/ Signed-off-by: Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com> | |||
2015-11-06 | Merge pull request #1795 from msekletar/networkd-forward | Ronny Chevalier | |
networkd: fix option name in log message | |||
2015-11-06 | Merge pull request #1800 from evverx/fix-test-execute | Ronny Chevalier | |
test-execute: don't use /usr/bin/uname. use sh and PATH | |||
2015-11-06 | test-execute: don't use /usr/bin/uname. use sh and PATH | Evgeny Vereshchagin | |
2015-11-06 | Fixed kernel-command-line links | kayrus | |
2015-11-06 | doc: use expanded forms for written style | Jan Engelhardt | |
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt | |
2015-11-06 | test-udev: small fixes | Evgeny Vereshchagin | |
* print '\n' on error * use UDEVLIBEXECDIR (udev_rules_new uses it too) | |||
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt | |
2015-11-06 | journal: reduce minimum journal file size to 512 KiB | Michael Olbrich | |
For low end embedded systems 4 MiB for each journal file is a lot of memory. Journald will use at least 512 KiB even if JOURNAL_FILE_SIZE_MIN is set to less than that so just use 512 KiB. |