40c9fe4c0862114dab390c8ed16f78cf056b9140 |
|
20-Jan-2016 |
Jan Synacek <jsynacek@redhat.com> |
basic/terminal-util: introduce SYSTEMD_COLORS environment variable
... to determine if color output should be enabled. If the variable is not set,
fall back to using on_tty(). Also, rewrite existing code to use
colors_enabled() where appropriate. |
b8e1d4d183de0460a62b94f531b78e84ea6ef212 |
|
15-Jan-2016 |
Jakub Wilk <jwilk@jwilk.net> |
man: fix typos |
ee48dbd55f544d9ee4a17497b5757be7e854c869 |
|
12-Jan-2016 |
Nils Carlson <pyssling@ludd.ltu.se> |
core: Add machine-id setting
Allow for overriding all other machine-ids which may be present on
the system using a kernel command line systemd.machine_id or
--machine-id= option.
This is especially useful for network booted systems where the
machine-id needs to be static, or for containers where a specific
machine-id is wanted. |
36b4a7ba555540edb7648e0f97019280b4ac38de |
|
11-Nov-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Remove snapshot unit type
Snapshots were never useful or used for anything. Many systemd
developers that I spoke to at systemd.conf2015, didn't even know they
existed, so it is fairly safe to assume that this type can be deleted
without harm.
The fundamental problem with snapshots is that the state of the system
is dynamic, devices come and go, users log in and out, timers fire...
and restoring all units to some state from the past would "undo"
those changes, which isn't really possible.
Tested by creating a snapshot, running the new binary, and checking
that the transition did not cause errors, and the snapshot is gone,
and snapshots cannot be created anymore.
New systemctl says:
Unknown operation snapshot.
Old systemctl says:
Failed to create snapshot: Support for snapshots has been removed.
IgnoreOnSnaphost settings are warned about and ignored:
Support for option IgnoreOnSnapshot= has been removed and it is ignored
http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html |
a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb |
|
06-Nov-2015 |
Jan Engelhardt <jengelh@inai.de> |
doc: correct orthography, word forms and missing/extraneous words |
b938cb902c3b5bca807a94b277672c64d6767886 |
|
06-Nov-2015 |
Jan Engelhardt <jengelh@inai.de> |
doc: correct punctuation and improve typography in documentation |
4cf0b03b976dd7050595f835092b551623468dbe |
|
07-Oct-2015 |
Michal Schmidt <mschmidt@redhat.com> |
core: change how crash_shell and crash_reboot interact
Instead of freezing in PID1 and letting the forked child freeze or
reboot when exec("/bin/sh") fails, just wait for the child's
exit and then do the freeze_or_reboot in PID1 as usual.
This means that when both crash_shell and crash_reboot are enabled, the
system will reboot after the shell exits. |
8dd4c05b5495c7ffe0f12ace87e71abe17bd0a0e |
|
06-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
core: add support for naming file descriptors passed using socket activation
This adds support for naming file descriptors passed using socket
activation. The names are passed in a new $LISTEN_FDNAMES= environment
variable, that matches the existign $LISTEN_FDS= one and contains a
colon-separated list of names.
This also adds support for naming fds submitted to the per-service fd
store using FDNAME= in the sd_notify() message.
This also adds a new FileDescriptorName= setting for socket unit files
to set the name for fds created by socket units.
This also adds a new call sd_listen_fds_with_names(), that is similar to
sd_listen_fds(), but also returns the names of the fds.
systemd-activate gained the new --fdname= switch to specify a name for
testing socket activation.
This is based on #1247 by Maciej Wereski.
Fixes #1247. |
b9e74c399458a1146894ce371e7d85c60658110c |
|
29-Sep-2015 |
Lennart Poettering <lennart@poettering.net> |
core: rework crash handling
This introduces a new systemd.crash_reboot=1 kernel command line option
that triggers a reboot after crashing.
This also cleans up crash VT handling. Specifically, it cleans up the
configuration setting, to be between 1..63 or a boolean. This is to
replace the previous logic where "-1" meant disabled. We continue to
accept that setting, but only document the boolean syntax instead.
This also brings the documentation of the default settings in sync with
what actually happens.
The CrashChVT= configuration file setting is renamed to CrashChangeVT=,
following our usual logic of not abbreviating unnecessarily. The old
setting stays support for compat reasons.
Fixes #1300 |
f4b8163b97b124c3468b25e030a89a38b23efe8b |
|
17-Aug-2015 |
Evgeny Vereshchagin <evvers@ya.ru> |
man: add systemd-cgls as tool that shows the cgroup hierarchy |
12b42c76672a66c2d4ea7212c14f8f1b5a62b78d |
|
18-Jun-2015 |
Tom Gundersen <teg@jklm.no> |
man: revert dynamic paths for split-usr setups
This did not really work out as we had hoped. Trying to do this upstream
introduced several problems that probably makes it better suited as a
downstream patch after all. At any rate, it is not releaseable in the
current state, so we at least need to revert this before the release.
* by adjusting the path to binaries, but not do the same thing to the
search path we end up with inconsistent man-pages. Adjusting the search
path too would be quite messy, and it is not at all obvious that this is
worth the effort, but at any rate it would have to be done before we
could ship this.
* this means that distributed man-pages does not make sense as they depend
on config options, and for better or worse we are still distributing
man pages, so that is something that definitely needs sorting out before
we could ship with this patch.
* we have long held that split-usr is only minimally supported in order
to boot, and something we hope will eventually go away. So before we start
adding even more magic/effort in order to make this work nicely, we should
probably question if it makes sense at all. |
681eb9cf2b831293a4f3d4c48a748d2e4a25d69e |
|
28-May-2015 |
Filipe Brandenburger <filbranden@google.com> |
man: generate configured paths in manpages
In particular, use /lib/systemd instead of /usr/lib/systemd in distributions
like Debian which still have not adopted a /usr merge setup.
Use XML entities from man/custom-entities.ent to replace configured paths while
doing XSLT processing of the original XML files. There was precedent of some
files (such as systemd.generator.xml) which were already using this approach.
This addresses most of the (manual) fixes from this patch:
http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220
The idea of using generic XML entities was presented here:
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html
This patch solves almost all the issues, with the exception of:
- Path to /bin/mount and /bin/umount.
- Generic statements about preference of /lib over /etc.
These will be handled separately by follow up patches.
Tested:
- With default configure settings, ran "make install" to two separate
directories and compared the output to confirm they matched exactly.
- Used a set of configure flags including $CONFFLAGS from Debian:
http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules
Installed the tree and confirmed the paths use /lib/systemd instead of
/usr/lib/systemd and that no other unexpected differences exist.
- Confirmed that `make distcheck` still passes. |
d6b07ef796abeaf3ab32c70e32be4857fef93481 |
|
24-Apr-2015 |
Daniel Mack <daniel@zonque.org> |
shutdownd: kill the old implementation
Not that all functionality has been ported over to logind, the old
implementation can be removed. There goes one of the oldest parts of
the systemd code base. |
3ba3a79df4ae094d1008c04a9af8d1ff970124c4 |
|
14-Mar-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: fix a bunch of links
All hail linkchecker! |
b1c1a51944e8e11545ae2a230d674f5145595192 |
|
05-Mar-2015 |
Zachary Cook <zachcook1991@gmail.com> |
man: replace obsolete wiki link with man page |
798d3a524ea57aaf40cb53858aaa45ec702f012d |
|
04-Feb-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Reindent man pages to 2ch |
5eeac515bf234a111f0e37355893dfb96926f676 |
|
28-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document the new Ctrl-Alt-Del magic |
030512b2449921517d04bbd9357c0700cb0b4290 |
|
05-Dec-2014 |
Felipe Sateler <fsateler@gmail.com> |
man: fix reference to obsolete command "systemctl dump"
https://bugs.freedesktop.org/show_bug.cgi?id=87020 |
1b907b5c3b11491b790e541dd24255a758511a2f |
|
29-Nov-2014 |
Josh Triplett <josh@joshtriplett.org> |
core: Support system.conf.d and user.conf.d directories in the usual search paths |
f280bcfb21aacce03abf17b3ad732c1351df42b9 |
|
09-Oct-2014 |
Lennart Poettering <lennart@poettering.net> |
man: document the new "rescue" kernel command line option |
ee0e998e1ccb07cc90748e5edcb312f13e8a06f4 |
|
11-Aug-2014 |
Lennart Poettering <lennart@poettering.net> |
man: drop any reference to "syslog" as log target |
5aded369782f28255bc6b494ca905d7acaea7a56 |
|
08-Jul-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: add a mapping for external manpages
It is annoying when we have dead links on fd.o.
Add project='man-pages|die-net|archlinux' to <citerefentry>-ies.
In generated html, add external links to
http://man7.org/linux/man-pages/man, http://linux.die.net/man/,
https://www.archlinux.org/.
By default, pages in sections 2 and 4 go to man7, since Michael
Kerrisk is the autorative source on kernel related stuff.
The rest of links goes to linux.die.net, because they have the
manpages.
Except for the pacman stuff, since it seems to be only available from
archlinux.org.
Poor gummiboot gets no link, because gummitboot(8) ain't to be found
on the net. According to common wisdom, that would mean that it does
not exist. But I have seen Kay using it, so I know it does, and
deserves to be found. Can somebody be nice and put it up somewhere? |
dfdebb1b925332352966804303b2516a6506a429 |
|
21-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: xinclude --help/--version/--no-pager |
73e231abde39f22097df50542c745e01de879836 |
|
18-Feb-2014 |
Jan Engelhardt <jengelh@inai.de> |
doc: update punctuation
Resolve spotted issues related to missing or extraneous commas, dashes. |
d450b6f2a9dd8a7fb14e9f8f771ddd70de7afc5e |
|
28-Jan-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
manager: add systemd.show_status=auto mode
When set to auto, status will shown when the first ephemeral message
is shown (a job has been running for five seconds). Then until the
boot or shutdown ends, status messages will be shown.
No indication about the switch is done: I think it should be clear
for the user that first the cylon eye and the ephemeral messages appear,
and afterwards messages are displayed.
The initial arming of the event source was still wrong, but now should
really be fixed. |
b040723ea412209e0edf54647fa5aa4287411507 |
|
26-Dec-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: improvements to comma placement
This is a recurring submission and includes corrections to:
comma placement. |
ca2871d9b027018c108e0cf7bbc4e5a919e300c3 |
|
21-Oct-2013 |
Kay Sievers <kay@vrfy.org> |
bus: remove static introspection file export |
775657712d0f6d14b70a0fe947a95a9ecc212440 |
|
15-Oct-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: document the -b special boot option |
ba54bcb822fe1b6ab5c653d63dfdae706a28a128 |
|
30-Sep-2013 |
Lennart Poettering <lennart@poettering.net> |
man: mention the systemd homepage from systemd(1) |
79640424059328268b9fb6c5fa8eb777b27a177e |
|
12-Sep-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted. I guess I can just skip over reporting ubiquitous
comma placement fixes…
Highligts in this particular commit:
- the "unsigned" type qualifier is completed to form a full type
"unsigned int"
- alphabetic -> lexicographic (that way we automatically define how
numbers get sorted) |
6b4991cfde6c0a0b62e836ca75ae362779c474d4 |
|
10-Sep-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits.
In this particular commit:
- the usual comma fixes
- expand contractions (this is prose) |
5eec7de6ad91bcfbb2c8dabaf592d0f5151730a7 |
|
15-Aug-2013 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
typo fixes in man and comments |
e21fea24ae2a7a04f6d5c9d2bbbaf5833d248952 |
|
26-Jul-2013 |
Kay Sievers <kay@vrfy.org> |
rework systemd's own process environment handling/passing
Stop importing non-sensical kernel-exported variables. All
parameters in the kernel command line are exported to the
initial environment of PID1, but suppressed if they are
recognized by kernel built-in code. The EFI booted kernel
will add further kernel-internal things which do not belong
into userspace.
The passed original environ data of the process is not touched
and preserved across re-execution, to allow external reading of
/proc/self/environ for process properties like container*=. |
fbce11397f4d19821a9dfe66ee3ebe11cad90057 |
|
21-Jul-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits. |
1ec96668dd0dcb19cc2f7b99cbf73df0d769c97d |
|
19-Jul-2013 |
Lennart Poettering <lennart@poettering.net> |
man: list scope and slice units in systemd(1) |
6ed80a4e346883b99263a1a13505ef6afcbc09c3 |
|
16-Jul-2013 |
Jason St. John <jstjohn@purdue.edu> |
man: use HTTPS links for links that support it |
05cc726731c5cec952722f1c14acb08e3d4d5e98 |
|
03-Jul-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: add more formatting markup |
e9dd9f9547350c7dc0473583b5c2228dc8f0ab76 |
|
03-Jul-2013 |
Jason St. John <jstjohn@purdue.edu> |
man: improve grammar and word formatting in numerous man pages
Use proper grammar, word usage, adjective hyphenation, commas,
capitalization, spelling, etc.
To improve readability, some run-on sentences or sentence fragments were
revised.
[zj: remove the space from 'file name', 'host name', and 'time zone'.] |
74d005783e355acc784d123024e33bbb66ef9ef1 |
|
27-Jun-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: use <constant> for various constants which look ugly with quotes |
9749cd77bc6121a304a7f1eb0f03f26e620dc9da |
|
30-May-2013 |
Lukas Nykryn <lnykryn@redhat.com> |
core: read "debug" from kernel commandline and set log level |
19adb8a3204fefd91411b5f0f350c8bc6bcf75fe |
|
06-May-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
systemd-sleep: add support for freeze and standby
A new config file /etc/systemd/sleep.conf is added.
It is parsed by systemd-sleep and logind. The strings written
to /sys/power/disk and /sys/power/state can be configured.
This allows people to use different modes of suspend on
systems with broken or special hardware.
Configuration is shared between systemd-sleep and logind
to enable logind to answer the question "can the system be
put to sleep" as correctly as possible without actually
invoking the action. If the user configured systemd-sleep
to only use 'freeze', but current kernel does not support it,
logind will properly report that the system cannot be put
to sleep.
https://bugs.freedesktop.org/show_bug.cgi?id=57793
https://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=7e73c5ae6e7991a6c01f6d096ff8afaef4458c36
http://lists.freedesktop.org/archives/systemd-devel/2013-February/009238.html
SYSTEM_CONFIG_FILE and USER_CONFIG_FILE defines were removed
since they were used in only a few places and with the
addition of /etc/systemd/sleep.conf it becomes easier to just
append the name of each file to the dir name. |
d2a514b8388e77e3ef228070422b7b73af2b4f10 |
|
17-Apr-2013 |
Harald Hoyer <harald@redhat.com> |
Revert "man/systemd.xml: change the signal names to kill systemd"
This reverts commit 432c30d25fc2a7b4939d5ea6c29708e1323a2b9c.
Suggestion was to fix bash instead. :-/ |
432c30d25fc2a7b4939d5ea6c29708e1323a2b9c |
|
17-Apr-2013 |
Harald Hoyer <harald@redhat.com> |
man/systemd.xml: change the signal names to kill systemd
Using the signal name to put systemd in debug mode with bash results in:
$ kill -s SIGRTMIN+22 1
bash: kill: SIGRTMIN+22: invalid signal specification
whereas this works:
$ kill -s SIGRTMAX-8 1
/usr/bin/kill understands both signal names, so just change them to the
bash names. |
5f9cfd4c3877fdc68618faf9ae5efb5948e002b6 |
|
13-Feb-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: rename systemd.conf to systemd-system.conf
Alias as systemd-user.conf is also provided. This should help
users running systemd in session mode.
https://bugzilla.redhat.com/show_bug.cgi?id=690868 |
13219b7f74cb2722746b953bbec7593d5cc665e3 |
|
07-Feb-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: describe unit load path in systemd.unit(5)
In other cases where multiple directories are searched for unit files,
the list of directories is described in the man page describing the
format. I think this makes sense too in case of systemd directories,
since the systemd(1) manpage already has an overview of many different
topics. |
ccc9a4f9ffdab069b0b785627c48962fdadf6d46 |
|
26-Jan-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: extend systemd.directives(7) to all manual pages
New sections are added: PAM options, crypttab options, commandline
options, miscellaneous. The last category will be used for all
untagged <varname> elements.
Commandline options sections is meant to be a developer tool: when
adding an option it is sometimes useful to be able to check if
similarly named options exist elsewhere. |
9cc2c8b763fb4b9ddda95756a727a438a0d2a012 |
|
15-Jan-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: add links to directive index to see-alsos
systemd.directives(5) is renamed to systemd.directives(7).
Section 7 is "Miscellaneous". |
08177c85efd52c2c2ab00991791649ad8cf61297 |
|
15-Jan-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
make-directive-index: link to systemd options |
bb31a4ac1997c189a344caf554f34c6aabc71aa7 |
|
26-Oct-2012 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
man: typo fixes
https://bugs.freedesktop.org/show_bug.cgi?id=55890
Fixed typos, serial comma, and removed "either" as there were more
than two options. Also did an extra rename of "system-shutdown"
to "systemd-shutdown" that was forgotten in commit
8bd3b8620c80d0f2383f2fb04315411fc8077ca1 |
600b704eb0fe4b4fd2901017082254634823f02d |
|
18-Oct-2012 |
Lennart Poettering <lennart@poettering.net> |
manager: connect SIGRTMIN+24 to terminating --user instances |
16dad32e437fdf2ffca03cc60a083d84bd31886f |
|
16-Oct-2012 |
Andrew Eikum <aeikum@codeweavers.com> |
Reword sentences that contain psuedo-English "resp."
As you likely know, Arch Linux is in the process of moving to systemd.
So I was reading through the various systemd docs and quickly became
baffled by this new abbreviation "resp.", which I've never seen before
in my English-mother-tongue life.
Some quick Googling turned up a reference:
<http://www.transblawg.eu/index.php?/archives/870-Resp.-and-other-non-existent-English-wordsNicht-existente-englische-Woerter.html>
I guess it's a literal translation of the German "Beziehungsweise", but
English doesn't work the same way. The word "respectively" is used
exclusively to provide an ordering connection between two lists. E.g.
"the prefixes k, M, and G refer to kilo-, mega-, and giga-,
respectively." It is also never abbreviated to "resp." So the sentence
"Sets the default output resp. error output for all services and
sockets" makes no sense to a natural English speaker.
This patch removes all instances of "resp." in the man pages and
replaces them with sentences which are much more clear and, hopefully,
grammatically valid. In almost all instances, it was simply replacing
"resp." with "or," which the original author (Lennart?) could probably
just do in the future.
The only other instances of "resp." are in the src/ subtree, which I
don't feel privileged to correct.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> |
1638bd34e47ee512bec4e3e4aa29226f30b302f0 |
|
14-Sep-2012 |
Lennart Poettering <lennart@poettering.net> |
man: mention journalctl in the systemd man page |
9ba0bc4e0f3cc606635547c6215f5af8982851df |
|
17-Jul-2012 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
systemd: add --version option
systemd --version mirrors systemctl --version:
$ ./systemd --version
systemd 186
other
+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP
This information can be retrieved by other means (systemctl, etc.),
but it's easier for a newbie if 'systemd --version' says something
useful. And 'systemd --help' is already there, so let's complement
that with '--version'. |
34511ca7b166b0e89d08ff9870b0cf2624a7815f |
|
16-Jul-2012 |
Lennart Poettering <lennart@poettering.net> |
man: reword man page titles
Make sure the man page titles are similar in style and capitalization so
that our man page index looks pretty. |
cb07866b1b7c11e687a322d70dd9f9d73bbbe488 |
|
13-Jul-2012 |
Lennart Poettering <lennart@poettering.net> |
man: move header file man pages from section 7 to 3
This way we can include documentation about minor macros/inline function
within the introducionary man page in a sane way. |
9980033377c105d2cd6539c9d73ee61d4c2263b0 |
|
28-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: add various links from man pages to appropriate wiki pages |
059b37cc288ab529c6b5033af1f8118914f0329f |
|
27-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: document fstab generator |
4aa6e7782a1b693a8e4fa1d84c87dd76fe1e536d |
|
25-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: document systemd-vconsole-setup.service |
013d8a39a6178179080bcfee9122b29cf9d29259 |
|
22-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: introduce bootup(7) |
d081dffbd3e57dc9da494a3384e333bf565d4175 |
|
22-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
core: remove sysv_console option
This option never made much sense. It was originally intended to make
sure that the usual startup output of sysv scripts goes to the terminal.
However, since SysV scripts started from a terminal would not output to
that terminal, but rather /dev/console this effect was more often than
not actually taking place. Nowadays systemd has much nicer boot time
status output than SysV which makes the sysv output redundant. Finally,
all output of services goes to the journal anyway, and is not lost.
Hence, let's drop this option, and simplify things a bit. |
c66e7bc7a19c068ca1c414f2f8bd5dc13c20907f |
|
22-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: document all kernel command line options we understand |
5430f7f2bc7330f3088b894166bf3524a067e3d8 |
|
12-Apr-2012 |
Lennart Poettering <lennart@poettering.net> |
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends. |
45dc3a0478c61e83dedf26dc247fd3ddd2b20978 |
|
14-Mar-2012 |
Lennart Poettering <lennart@poettering.net> |
man: document where we read kernel cmdline options from |
aa704ba8c2a1adce92ba8a154f70f1bdc950be1e |
|
08-Feb-2012 |
Lennart Poettering <lennart@poettering.net> |
man: document systemd.setenv= |
4cfa2c999dea269ddc646bfeba6c7f1021a73843 |
|
12-Jan-2012 |
Lennart Poettering <lennart@poettering.net> |
core: switch all log targets to go directly to the journal, instead via syslog |
75c982a79f68a9209f0bcaf422d50414167bc5d1 |
|
07-Nov-2011 |
Michal Schmidt <mschmidt@redhat.com> |
man: fix a typo in signal number |
96804f05b99e11cd44a1b53090e850290bc32bdb |
|
06-Sep-2011 |
Albert Strasheim <fullung@gmail.com> |
man: fix typo in systemd manual page |
de6c78f8795743894431a099d26ec562a8acf3df |
|
30-Aug-2011 |
Lennart Poettering <lennart@poettering.net> |
service: change default stdout/stderr to syslog |
346bce1f4cff0096177c613987cdc80fa4ec134e |
|
30-Aug-2011 |
Lennart Poettering <lennart@poettering.net> |
stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive |
34c4b47b7f00041be03919bd36500d0ffb3959d3 |
|
23-Jul-2011 |
Lennart Poettering <lennart@poettering.net> |
systemctl: split --help into multiple sections |
253ee27a0c7a410d27d490bb79ea97caed6a2b68 |
|
23-Jul-2011 |
Lennart Poettering <lennart@poettering.net> |
manager: add log control via RT signals |
d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c |
|
25-May-2011 |
William Swanson <swansontec@gmail.com> |
man: update the list of unit search locations |
bb29785e0df6a7cf07db0259a60bc1f3b4814cb4 |
|
01-Apr-2011 |
Lennart Poettering <lennart@poettering.net> |
general: replace a few uses of /var/run by /run |
91b22f21f3824c1766d34f622c5bbb70cbe881a8 |
|
14-Mar-2011 |
Lennart Poettering <lennart@poettering.net> |
core: move abstract namespace sockets to /dev/.run
Now that we have /dev/.run there's no need to use abstract namespace
sockets. So, let's move things to /dev/.run, to make things more easily
discoverable and improve compat with chroot() and fs namespacing. |
756a8d17bb106f9624736843377e7831b195fac7 |
|
10-Mar-2011 |
Andrey Borzenkov <arvidjaar@gmail.com> |
man: trivial typo in systemd(1) |
934da0359966a77ff4f1505a4663e34aa434f4d3 |
|
15-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
service: change default std output to inherit |
0a494f1ff323ef36b7acc637c198fdfa240c2bb2 |
|
15-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
exec: introduce global defaults for the standard output of services |
0658666bacde7decbc362f0f589fe6aa5251faba |
|
09-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on the console |
af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa |
|
15-Nov-2010 |
Lennart Poettering <lennart@poettering.net> |
drop support for MANAGER_SESSION, introduce MANAGER_USER instead |
f8553ccbb3b774ab39acfc5b4dc1564bb31ef801 |
|
11-Nov-2010 |
Andrew Edmunds <Andrew.Edmunds@yahoo.com.au> |
man: Fix various typos |
248e6030e007b6ee7b31ada6e42053cb1ebfc80d |
|
26-Oct-2010 |
Lennart Poettering <lennart@poettering.net> |
man: be more explicit about the usefulness of --system |
b9aea9547a5398685c28288b7dabfede55e0a39b |
|
14-Sep-2010 |
Lennart Poettering <lennart@poettering.net> |
man: include reference to the interface stability promise |
74ac3cbd509de2f5995542aa5db39328e8cbd22a |
|
31-Aug-2010 |
Matthew Miller <mattdm@mattdm.org> |
manager: rename 'maintenance' state to 'failed' to avoid user confusion
https://bugzilla.redhat.com/show_bug.cgi?id=614619 |
77d5f105bf63330350c7bddacdeda914f945590f |
|
25-Aug-2010 |
Lennart Poettering <lennart@poettering.net> |
cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup
This requires the /sys/fs/cgroup to exist. Current git kernels have
this, released kernels need a backport of a single patch. |
5dc50792ac1bc627bf9b50d259b4e7546b3f8d86 |
|
16-Aug-2010 |
Lennart Poettering <lennart@poettering.net> |
man: document new shutdown features |
69dd2852bb2c433b517d89792adb4461a4178aa1 |
|
09-Aug-2010 |
Lennart Poettering <lennart@poettering.net> |
manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted"
This gives the writer of units control which unit is kept and which is
stopped when two units conflict. |
ee5762e3780c048b230e8c1e7659e40fc1f443bf |
|
24-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
systemctl: fold systemd-install into systemctl |
5632e3743db350a67478acc107d76cdf648a1f99 |
|
19-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
systemctl: introduce reset-maintenance command |
b9975629f03a43d4c6b14fdb42eb8dd5a30af28f |
|
18-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
man: extend man pages a little |
7461d1b76f53ed8dc2d6dc2d63d473d4b165e839 |
|
16-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
man: various man page updates |
edb9aaa8b27adf89cc712000318b1e9cf40ea296 |
|
13-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
main: replace --running-as= by --session and --system do mimic related tools and D-Bus |
dccb26007a0de518c248e4b198b2545f25bde4bd |
|
08-Jul-2010 |
Ozan Çağlayan < <ozan@pardus.org.tr> |
man: Minor typographic fixes to systemd.xml
Fix some minor grammar and punctuation typos. |
ad678a066b4ba5d8914dd7d5a4093572841205cf |
|
07-Jul-2010 |
Conrad Meyer <cemeyer@cs.washington.edu> |
man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages
Just some minor grammar fixes. |
f3e219a238c716ffa06fab7b0618197c090dfd5a |
|
07-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
update man pages for recent changes |
59a3e1bc46819d69df6353a86aa0e796cd821024 |
|
06-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
man: more blurbs |
99ffae46d38f05b6c8bc09fe29e50a507ae8b79b |
|
06-Jul-2010 |
Lennart Poettering <lennart@poettering.net> |
man: add missing parts to man pages |
af62c704053b5d34672497eb5bdc4764ebbb5f4f |
|
25-Jun-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
man: various fixes |
436c44a5d64ef136ead64e9b03c8c05cc573a61b |
|
24-Jun-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
man: spelling fixes |
6f6083dc73c4bdd48678456fa6b969d6f1152373 |
|
24-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
man: rework man page generation in makefile |
7874bcd6028d1efbb4451c8b5cf5b2ac8d77af74 |
|
24-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
man: extend manual page documentation |
160cd5c9aa2301892e13950015de7968c764340d |
|
24-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
man: add more man pages |
2218198b73ea3f73cee1238e0f6dfd313f182f48 |
|
23-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
man: start documenting systemd itself |
9e632bf7b76ecefaadb3fa88f8a99aa2e7dc83b2 |
|
23-Jun-2010 |
Lennart Poettering <lennart@poettering.net> |
man: add missing systemd.xml |