David Strauss
d1b38fac57
Rename sabridge to saproxy to be less cryptic
2013-10-15 17:00:18 -07:00
David Strauss
ae25936d0f
Update TODOs with follow-up sabridge work.
2013-10-15 16:25:45 -07:00
Lennart Poettering
690018ab40
git: add test-ellipsize to files to ignore by git
2013-10-14 19:02:44 +02:00
Lennart Poettering
71fda00f32
list: make our list macros a bit easier to use by not requring type spec on each invocation
...
We can determine the list entry type via the typeof() gcc construct, and
so we should to make the macros much shorter to use.
2013-10-14 06:11:19 +02:00
Lennart Poettering
416446221d
update TODO
2013-10-14 06:11:18 +02:00
Shawn Landden
f405e86de3
util, utf8: make ellipsize take multi-byte characters into account
...
rename old versions to ascii_*
Do not take into account zerowidth characters, but do consider double-wide characters.
Import needed utf8 helper code from glib.
v3: rebase ontop of utf8 restructuring work
[zj: tweak the algorithm a bit, move new code to separate file]
2013-10-13 17:56:54 -04:00
Lennart Poettering
9db7635521
bus: if a a Set() vtable callback of a writable is left NULL, try to do the right thing automatically
2013-10-11 20:03:19 +02:00
Lennart Poettering
43a43f5016
bus: automatically do a NOP reply when a NULL callback is specified for a method in a vtable
...
Also, allow specifiying NULL as signature in vtables equivalent to ""
for empty parameter lists.
2013-10-11 20:03:19 +02:00
Lennart Poettering
29ddb38fea
libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus
...
This adds a lightweight scheme how to define interfaces in static fixed
arrays which then can be easily registered on a bus connection. This
makes it much easier to write bus services.
This automatically handles implementation of the Properties,
ObjectManager, and Introspection bus interfaces.
2013-10-09 02:40:07 +02:00
Lennart Poettering
7f79cd7109
update TODO
2013-10-04 17:05:14 +02:00
Zbigniew Jędrzejewski-Szmek
59fccd8211
execute.c: always set $SHELL
...
In e6dca81
$SHELL was added to user@.service. Let's
instead provide it to all units which have a user.
2013-10-02 22:23:56 +02:00
David Herrmann
ef7939dfbb
Update TODO
...
Remove "logind fbdev removal" as it is no longer supported.
2013-10-01 19:21:35 +02:00
Lennart Poettering
4cc1fe6913
update TODO
2013-10-01 13:35:37 +02:00
Lennart Poettering
0b926f194a
Update TODO
2013-10-01 00:17:21 +02:00
Zbigniew Jędrzejewski-Szmek
69ae3ee07e
logs-show.c: show all messages for a slice
2013-10-01 00:02:08 +02:00
Lennart Poettering
3efabbe47f
update TODO
2013-09-30 18:57:04 +02:00
Lennart Poettering
278d4bcfe9
Update TODO
2013-09-27 02:59:50 +02:00
Lennart Poettering
baa89da40a
cgroup: when referencing cgroup controller trees allow omission of the path
2013-09-26 20:20:30 +02:00
Kay Sievers
ee9c9500ab
TODO: add header back
2013-09-24 15:47:42 +02:00
Kay Sievers
fb8f3f9869
TODO: update
2013-09-24 15:34:57 +02:00
Dave Reisner
7991ac34ab
shared/utf8: merge implementations, remove cruft
...
This unifies the utf8 handling code which was previously duplicated in
udev and systemd.
2013-09-19 11:49:03 -04:00
Lennart Poettering
ef5bfcf668
backlight,random-seed: move state files into /var/lib/systemd
...
Let's not scatter (private) files in /var around, let's place them all
in /var/lib/systemd and below.
2013-09-17 17:28:35 -05:00
Lennart Poettering
360e09ea9a
Update TODO
2013-09-17 17:15:30 -05:00
Lennart Poettering
bf24e638af
Update TODO
2013-09-17 15:28:22 -05:00
Lennart Poettering
ddca82aca0
cgroup: get rid of MemorySoftLimit=
...
The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay
around in the kernel for good, so let's not expose it for now. We can
readd something like it later when the kernel guys decided on a final
API for this.
2013-09-17 14:58:00 -05:00
Lennart Poettering
e58ae41037
update TODO
2013-09-17 11:59:41 -05:00
Lennart Poettering
0aafd43d23
update TODO
2013-09-17 10:06:50 -05:00
David Strauss
d2e2c03d87
TODO spelling fix.
2013-09-16 17:40:00 -05:00
Zbigniew Jędrzejewski-Szmek
4b549144d8
Verify validity of session name when received from outside
...
Only ASCII letters and digits are allowed.
2013-09-16 09:58:37 -05:00
Lennart Poettering
df5f6971e6
update TODO
2013-09-13 14:32:14 +02:00
Lennart Poettering
719e4e368b
update TODO
2013-09-13 04:13:47 +02:00
Zbigniew Jędrzejewski-Szmek
64eed40c07
bash-completion: add systemd-run
2013-09-12 19:36:27 -04:00
Lennart Poettering
982e44dbc3
update TODO
2013-09-12 18:52:41 +02:00
Umut Tezduyar
d137a488af
core: notify triggered by socket of a service
2013-09-12 18:47:20 +02:00
Lennart Poettering
fcba531ed4
update TODO
2013-09-12 18:09:08 +02:00
Kay Sievers
7de778beab
TODO: remove backlight tool
2013-09-12 17:20:33 +02:00
Lennart Poettering
7b617155b5
core: failed scope units may not be restarted
...
We don't allow reusing of scopes.
2013-09-11 19:28:28 +02:00
Lennart Poettering
4c3a31668e
Update TODO
2013-09-11 17:44:33 +02:00
Tom Gundersen
80c3b720bf
fstab-generator: use DefaultDependencies=yes
...
This removes some redundancy between the generator and the core mount handling.
2013-09-11 14:40:59 +02:00
Lukas Nykryn
9285c9ff26
service: remove pidfile after exit of a service
2013-09-10 16:58:04 +02:00
Zbigniew Jędrzejewski-Szmek
c9d954b27e
run: allow non-absolute paths as command
2013-09-09 13:49:30 -04:00
Dave Reisner
a012ab5293
TODO: update todo
2013-09-06 16:26:55 -04:00
Maciej Wereski
ea92ae33e0
"-" prefix for InaccessibleDirectories and ReadOnlyDirectories
2013-08-23 12:48:14 -04:00
Shawn Landden
2a0e069256
remove hasprefix(), use startswith()
2013-08-22 00:52:14 -04:00
Zbigniew Jędrzejewski-Szmek
c51cf05646
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-08-20 21:18:43 -04:00
Zbigniew Jędrzejewski-Szmek
04ac799283
man: fix spacing issue in systemd-nspawn(1)
...
Same as 1e158d273
.
2013-08-19 16:00:22 -04:00
Kay Sievers
85424725d1
README: update list of used LICENSEs
2013-08-14 22:59:55 +02:00
Lennart Poettering
38563c1947
update TODO
2013-08-13 10:32:24 +02:00
Lennart Poettering
1a14a53cfd
gpt-auto-generator: add basic auto-discovery of GPT partitions
...
This adds a simple generator that is capable of automatically
discovering certain GPT partitions by their type UUID and mount/enable
them. This currently covers swap partitions and /home partitions, but is
expected to grow more features soon.
This currently doesn't handle LUKS encrypted /home.
This enables all swap partitions of type
0657fd6da4ab43c484e50933c84b4f4f, if found.
This mounts the first partition of type 933ac7e12eb44f13b8440e14e2aef915
as /home, if it is found.
2013-08-13 10:13:45 +02:00
Kay Sievers
0b41bcec90
TODO: update
2013-08-13 00:00:32 +02:00