Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v199
/
src
tag
b4554fadfa98af4d446277f047051f9b1c8de56c
tagger
Lennart Poettering <lennart@poettering.net>
Tue Mar 26 16:35:23 2013 +0100
object
efc0ac6af6a105e38d1b0a37d8d5d016c76713cc
systemd 199
74b1c371
cryptsetup: when prompting for password use GPT partition label
by Lennart Poettering
· 12 years ago
a87586a
fstab-generator: drop x-initrd.rootfs mount option
by Harald Hoyer
· 12 years ago
4e5ed9b
fstab-generator: degrade the message about missing "root=" to log_debug
by Harald Hoyer
· 12 years ago
9717120
Drop src/login/uaccess.c, dead code
by Martin Pitt
· 12 years ago
5a0f603
bus: fix missing variable initialization
by Lennart Poettering
· 12 years ago
b56c267
modules-load: there's really no point in mentioning that a certain modules is already loaded
by Lennart Poettering
· 12 years ago
62cfa9d
build-sys: make gcc shut up
by Lennart Poettering
· 12 years ago
d65ddaa
bus: when we are talking to a bus, SCM_CREDS/SCM_SECLABEL are not very useful
by Lennart Poettering
· 12 years ago
0a72c2b
bus: automatically generate minimal introspection data to find installed objects
by Lennart Poettering
· 12 years ago
94bbf1b
bus: rename send_hello flag to bus_cient
by Lennart Poettering
· 12 years ago
e32530c
cryptsetup-generator: let's be a bit more efficient with strv_extend()
by Lennart Poettering
· 12 years ago
608d41f
cryptsetup-generator: add a missing OOM check
by Lennart Poettering
· 12 years ago
e8d2f6c
units: introduce remote-fs-setup.target to pull in dependencies from remote mounts
by Lennart Poettering
· 12 years ago
e3d8472
units: introduce new timers.target and paths.target to hook timer/path units into for boot
by Lennart Poettering
· 12 years ago
1b03659
fstab-generator: add missing strempty() calls
by Mantas Mikulėnas
· 12 years ago
80c39ad
fstab-generator: fix minor memory leak on error path
by Lennart Poettering
· 12 years ago
df3e57f
fstab-generator: add missing OOM check
by Lennart Poettering
· 12 years ago
790838e
fstab-generator: rename x-initrd-rootfs.mount to x-initrd.rootfs
by Lennart Poettering
· 12 years ago
26687bf
journal: Add sync timer to journal server
by Oleksii Shevchuk
· 12 years ago
ce2c226
core: ensure LSB Provides are handled correctly
by Frederic Crozat
· 12 years ago
8cc3f8c
udevd.c: set udev children_max according to CPU count
by Harald Hoyer
· 12 years ago
c5962bd
timer: downgrade time change message to debug
by Michal Schmidt
· 12 years ago
a7e3212
bus: split socket related code into bus-socket.[ch], to prepare for kdbus backend
by Lennart Poettering
· 12 years ago
2fd9ae2
bus: implement 'unixexec:' protocol
by Lennart Poettering
· 12 years ago
021a1e7
bus: make optional whether unix socket passing is negotiated and whether hello is sent
by Lennart Poettering
· 12 years ago
66f931b
bus: properly handle termination of connections
by Lennart Poettering
· 12 years ago
2c93b4e
bus: implement support for FD passing
by Lennart Poettering
· 12 years ago
3f95f83
service: no need to drop rc. prefix anymore
by Miklos Vajna
· 12 years ago
7964dfc
journald: remove unconditional log_*() use in the main loop
by Kay Sievers
· 12 years ago
bb06e0f
uaccess: remove needless usb_id call from udev rules
by Kay Sievers
· 12 years ago
4589f5b
conf-parser: when we parse a string list, always fill in something
by Lennart Poettering
· 12 years ago
54b1da8
journal: don't access j->files after use
by Lennart Poettering
· 12 years ago
46512cd
udevadm: place const in the right place
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
9e1fe7c
bus: don't free an unallocated var
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
cb695f0
bus: move attribute to end of structure, so it is not ignored
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
335b524
unit: never retroactively start requisites
by Lennart Poettering
· 12 years ago
4ad61fd
add --with-telinit=PATH configure option
by Cristian Rodríguez
· 12 years ago
3ac251b
journalctl: various fixes to the access check logic
by Lennart Poettering
· 12 years ago
a5a5ade
dbus: Do send out "replies" to signals
by Colin Walters
· 12 years ago
d91c34f
exec: Assigning the empty string to CapabilityBoundSet= should drop all caps
by Lennart Poettering
· 12 years ago
86e7b6e
timedated: extra overflow safety check when doing relative time changes
by Lennart Poettering
· 12 years ago
1a56132
timedatectl: show CanNTP field
by Lennart Poettering
· 12 years ago
2852ae2
udev: no need to output OOM, if we call log_oom() anyway
by Lennart Poettering
· 12 years ago
ab42244
main: minor simplification
by Lennart Poettering
· 12 years ago
7d56679
udev/collect: avoid initalizing memory twice
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
48deb05
util: workaround two gcc warnings
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
6fe391c
journalctl: be smarter about journal error checks
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
478c826
build-sys: move acl searching code into libsystemd-acl
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
737732a
hostnamed: pretty_string_is_safe() already exists in string_has_cc(), so use that
by Lennart Poettering
· 12 years ago
aa3c5cf
util: be more picky when validating hostnames
by Lennart Poettering
· 12 years ago
4468add
journalctl: give a nice hint about group membership based on ACLs of /var/log/journal
by Lennart Poettering
· 12 years ago
8e70580
cgroup: minor optimization
by Lennart Poettering
· 12 years ago
a652755
bus: implement object handler registry
by Lennart Poettering
· 12 years ago
3cbb76e
mount: mount all cgroup controllers in containers, too
by Lennart Poettering
· 12 years ago
db813c2
main: use strv_find() where we can
by Lennart Poettering
· 12 years ago
e2b1eb2
main: don't mount cgroup controller unless PID == 1
by Lennart Poettering
· 12 years ago
6c14264
Fix vacuum logic error
by Jan Alexander Steffens (heftig)
· 12 years ago
811de19
systemd-python: allow retrieval of single fields
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
5e8ba1a
systemd-python: split out realtime and monotonic into separate functions
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
1cdcd71
systemd-python: implement _Reader.test_cursor
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
806bc1c
systemd-python: cleanup up usec_t handling
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
50a279f
systemd-python: export sd_journal_get_usage
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
742af54
efivars: fix return code
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
7a4b2ea
shutdownd: shut up bogus gcc warning
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
40c2cce
bootchart: fix two unitialized memory frees
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
3143987
initctl: fix return from unitialized memory in error path
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
2571ead
bus: implicitly collect ucred/label information
by Lennart Poettering
· 12 years ago
20902f3
bus: also finish connection before returning from sd_bus_get_unique_name()
by Lennart Poettering
· 12 years ago
ed205a6
bus: when parsing enforce maximum container depth
by Lennart Poettering
· 12 years ago
2bf938c
bus: fix uninitialized variable
by Lennart Poettering
· 12 years ago
dafb759
bus: validate the hello response properly
by Lennart Poettering
· 12 years ago
813a4f9
bus: properly verify recursion depth of signatures
by Lennart Poettering
· 12 years ago
d728d70
bus: rework synchronization logic
by Lennart Poettering
· 12 years ago
9f26c90
bus: reuse more code
by Lennart Poettering
· 12 years ago
6693860
bus: validate the entire header more closely
by Lennart Poettering
· 12 years ago
ac89bf1
bus: properly validate object path values
by Lennart Poettering
· 12 years ago
b8beb27
bus: generate a nice error when attempting to add a NULL string
by Lennart Poettering
· 12 years ago
b9bf7e2
bus: implicitly handle peer commands Ping() and GetMachineId()
by Lennart Poettering
· 12 years ago
2522023
bus: enforce limits on all client influenced data objects
by Lennart Poettering
· 12 years ago
29f6aad
bus: implicitly set no_reply flag on outgoing messages if the serial number is not kept
by Lennart Poettering
· 12 years ago
9a8ae49
udev: always set selinux label at "add" events
by Kay Sievers
· 12 years ago
e3017af
bus: implement full method call timeout logic
by Lennart Poettering
· 12 years ago
30bdd69
shared: add simple priority queue implementation
by Lennart Poettering
· 12 years ago
11ea5a4
bus: compare to negative errno
by Dave Reisner
· 12 years ago
23ea3da
activate: avoid warning from -Wshadow
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
131c01d
Make two functions static
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
4750fad
Remove some unused variables
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
fd4a5ec
systemd-analyze: do not format timestamp when not printing it
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
d5a3f0e
core: remove unnecessary goto in setup_namespace
by Zbigniew Jędrzejewski-Szmek
· 12 years ago
c66a2e0
bus-message: fix typo
by Tom Gundersen
· 12 years ago
89ffcd2
bus: hook up client with socket communication
by Lennart Poettering
· 12 years ago
fbfa72b
bus: introduce bus_error_is_dirty() independently of sd_bus_error_is_set()
by Lennart Poettering
· 12 years ago
80a46c7
bus: demarshal header fields properly
by Lennart Poettering
· 12 years ago
9a17484
bus: implement demarshaller
by Lennart Poettering
· 12 years ago
5407f2d
bus: suppress reply messages to method calls with no_reply set
by Lennart Poettering
· 12 years ago
de1c301
bus: add basic implementation of a native bus client library
by Lennart Poettering
· 12 years ago
76f0199
stdio-bridge: modernization
by Lennart Poettering
· 12 years ago
66e3526
util: add hexmem() and strextend() calls
by Lennart Poettering
· 12 years ago
a9c55a8
macro: add CHAR_TO_STR macro to make a one character string from a char
by Lennart Poettering
· 12 years ago
907809f
macro: don't redefine CLAMP if it is already defined by glib or some other library
by Lennart Poettering
· 12 years ago
Next »