index
:
systemd/systemd-stable
v208-stable
v210-stable
v214-stable
v215-stable
v216-stable
v217-stable
v219-stable
Stable version of Systemd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-18
journal: when iterating through a file we might lose messages when changing d...
Marius Vollmer
1
-0
/
+3
2013-04-18
cryptsetup: ask for password, if key file cannot be accessed
Harald Hoyer
1
-0
/
+5
2013-04-18
bus: test - add hack to receive messages
Kay Sievers
1
-0
/
+14
2013-04-18
bus: catch up with kernel changes
Kay Sievers
2
-32
/
+59
2013-04-18
Revert f_type fixups
Harald Hoyer
4
-27
/
+8
2013-04-18
macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c...
Harald Hoyer
1
-4
/
+5
2013-04-18
fileio.c: do not parse comments after non-whitespace chars
Harald Hoyer
2
-16
/
+19
2013-04-18
sd-login.c: fixup for d70964d0
Harald Hoyer
1
-1
/
+2
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
69
-274
/
+274
2013-04-18
login/sd-login.c: make use of _cleanup_free_ and friends
Harald Hoyer
1
-139
/
+61
2013-04-18
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
4
-9
/
+9
2013-04-18
Add ugly CMP_F_TYPE() macro
Harald Hoyer
4
-8
/
+26
2013-04-18
core/execute: only clean the environment, if we have one
Harald Hoyer
1
-1
/
+2
2013-04-18
build-sys: add sd_journal_add_conjunction() to symbol versioning file
Lennart Poettering
1
-0
/
+5
2013-04-18
Move bus_error to dbus-common and remove bus_error_message_or_strerror
Simon Peeters
12
-26
/
+13
2013-04-18
cryptsetup-generator: add support for rd.luks.key=
Harald Hoyer
1
-3
/
+19
2013-04-18
cryptsetup: set the timeout to 0 by default
Harald Hoyer
1
-1
/
+1
2013-04-18
execute: always add in EXECUTABLE= field when we log something about execution
Lennart Poettering
1
-5
/
+6
2013-04-18
systemctl: drop usage of "internally loaded modules"
Lennart Poettering
1
-3
/
+3
2013-04-17
fixup for cddf148028f52
Harald Hoyer
3
-8
/
+8
2013-04-17
bootchart: Fix errno usage.
Auke Kok
1
-1
/
+1
2013-04-17
bus: replace aligned_alloc() with memalign() everywhere
Lennart Poettering
1
-2
/
+3
2013-04-17
core: Remove unnecessary typedef
Henrik Grindal Bakken
1
-2
/
+0
2013-04-17
fixup 8c68a7017 and cast to (unsigned long)
Harald Hoyer
3
-8
/
+8
2013-04-17
fixed statfs.f_type signed vs unsigned comparisons
Harald Hoyer
3
-8
/
+8
2013-04-17
core/execute: report invalid environment variables from files
Harald Hoyer
5
-56
/
+68
2013-04-17
systemctl:enable_sysv_units() more _cleanup_free_
Harald Hoyer
1
-15
/
+4
2013-04-17
fileio:parse_env_file_internal() fix environment file parsing
Harald Hoyer
2
-7
/
+19
2013-04-17
core/execute.c: debug log final execve() with argv[]
Harald Hoyer
1
-0
/
+14
2013-04-17
systemctl: clarify usage of "--all" versus list-unit-files
Harald Hoyer
1
-1
/
+3
2013-04-17
journalctl: specify "--unit=" and "--user-unit" multiple times
Harald Hoyer
1
-18
/
+37
2013-04-17
journal: add one more level on top with AND
Harald Hoyer
5
-33
/
+83
2013-04-17
core/device.c: fix possible segfault
Harald Hoyer
1
-1
/
+4
2013-04-17
timedated: fixed NTP enabled: n/a
Harald Hoyer
1
-2
/
+5
2013-04-17
fileio: also escape $ and ` when writing out env vars
Mantas Mikulėnas
1
-2
/
+2
2013-04-17
journalctl: show fields requested with --field in full
Zbigniew Jędrzejewski-Szmek
1
-0
/
+6
2013-04-17
systemd: ignore hw timestamps in containers
Zbigniew Jędrzejewski-Szmek
2
-5
/
+5
2013-04-17
sd-messages.h: add new bootchart message id
Zbigniew Jędrzejewski-Szmek
2
-0
/
+3
2013-04-17
core/main: use _cleanup_
Zbigniew Jędrzejewski-Szmek
3
-24
/
+16
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
18
-863
/
+1040
2013-04-17
core: log a few more things under UNIT=...
Zbigniew Jędrzejewski-Szmek
2
-19
/
+25
2013-04-17
core/main: generate 4 parsing functions from a macro
Zbigniew Jędrzejewski-Szmek
1
-68
/
+21
2013-04-17
conf-parser: generate 7 parsing functions from a macro
Zbigniew Jędrzejewski-Szmek
1
-183
/
+33
2013-04-17
python-systemd: Reader return special fields and _Reader changes
Steven Hiscocks
2
-66
/
+70
2013-04-16
systemd-python: export new sd_journal_{process,get_events,get_timeout}
Zbigniew Jędrzejewski-Szmek
1
-4
/
+103
2013-04-16
journal: fix off-by-one error in native message iovec counting
Michal Schmidt
1
-2
/
+3
2013-04-16
util: make generation of profcs PID paths nicer
Lennart Poettering
3
-82
/
+137
2013-04-16
path-util: unify code for detecting OS trees
Lennart Poettering
5
-22
/
+32
2013-04-16
macro: rework how we define cleanup macros
Lennart Poettering
9
-43
/
+44
2013-04-16
util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH()
Lennart Poettering
3
-25
/
+16
[next]