Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-13 | nspawn: unset a few unnecessary params to mount() | Lennart Poettering | |
2012-08-13 | update TODO | Lennart Poettering | |
2012-08-13 | namespace: rework namespace support | Lennart Poettering | |
- don't use pivot_root() anymore, just reuse root hierarchy - first create all mounts, then mark them read-only so that we get the right behaviour when people want writable mounts inside of read-only mounts - don't pass invalid combinations of MS_ constants to the kernel | |||
2012-08-13 | nspawn: inherit mounts from real root, don't propagate mounts to real root | Lennart Poettering | |
2012-08-12 | switch-root: remount to MS_PRIVATE | Lennart Poettering | |
The kernel does not allow switching roots if things are mounted MS_SHARED. As a work-around, remount things MS_PRIVATE before switching roots. This should be fixed in the kernel for good. https://bugzilla.redhat.com/show_bug.cgi?id=847418 | |||
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
2012-08-10 | systemctl: fix issue with systemctl daemon-reexec | Simon Peeters | |
2012-08-10 | shared/utf8: mark char* as const | Dave Reisner | |
Avoids compiler warning: src/shared/utf8.c: In function 'ascii_filter': src/shared/utf8.c:278:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] | |||
2012-08-10 | shutdown: recursively mark root as private before pivot | Dave Reisner | |
Because root is now recursively marked as shared on bootup, we need to recursively mark root as private. This prevents a pivot_root failure on shutdown: Cannot finalize remaining file systems and devices, giving up. pivot failed: Invalid argument | |||
2012-08-10 | id128: don't use C99 bool in public headers | Lennart Poettering | |
2012-08-09 | journald: never read the same kernel msg twice, and generate message when we ↵ | Lennart Poettering | |
lose one | |||
2012-08-09 | update TODO | Lennart Poettering | |
2012-08-09 | man: document kernel journal fields | Lennart Poettering | |
2012-08-09 | journalctl: support device node matches as shortcut | Lennart Poettering | |
2012-08-09 | journald: properly unescape messages from /dev/kmsg | Lennart Poettering | |
2012-08-09 | journald: also parse kernel key/value fields and store them prefixed with ↵ | Lennart Poettering | |
_KERNEL_ as journal fields | |||
2012-08-09 | journald: basic support for /dev/kmsg parsing | Lennart Poettering | |
2012-08-09 | man: clarify the order of seats in sd_get_seats() is undefined | Lennart Poettering | |
2012-08-09 | update mailmap | Lennart Poettering | |
2012-08-09 | build-sys: use more generic regular expression to generate syscall-list.txt ↵ | Huang Hang | |
correctly Currently MIPS and ARM define syscall numbers for multiple ABI in one <asm/unistd.h>. The #define statments for each syscall are formated as: #define __NR_scname (BASE_OFFSET + sc_number) Thus we need a more generic regular expression to match these in awk. | |||
2012-08-09 | update TODO | Lennart Poettering | |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering | |
2012-08-08 | build-sys: prepare release 188systemd/v188 | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | build-sys: add CFLAGS to CPP calls | Peter Alfredsen | |
It changes the defines WORDSIZE and __I386, CFLAGS=-m32. | |||
2012-08-08 | build-sys: really override CFLAGS for gtk-doc | Zbigniew Jędrzejewski-Szmek | |
In 29a00c41 an override was added, but commandline variables have higher precedence than Makefile variables, so the override was not effective for commandline variables. While at it, duplicate for libudev. | |||
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | Merge remote-tracking branch 'simonpe/cleanup' | Lennart Poettering | |
2012-08-08 | update TODO | Lennart Poettering | |
2012-08-08 | udev: fix typo in copyright | Kay Sievers | |
2012-08-08 | gudev: docs - work around the broken gtk-doc mess | Kay Sievers | |
gtk-doc add CFLAGS/LDFLAGS multiple times to the gcc command line, which breaks options that must be listed only once. For now, clear CFLAGS/LDFLAGS for the intermediate documentation binary. | |||
2012-08-08 | systemd: introduced new timeout types | Michal Sekletar | |
Makes possible to specify separate timeout for start and stop of the service. [ Improved the manpage. Coding style fix. -- michich ] | |||
2012-08-08 | logind: use bus_method_call_with_reply() where posible | Simon Peeters | |
2012-08-08 | update-utmp: use bus_method_call_with_reply() where posible | Simon Peeters | |
2012-08-08 | udev: re-initialize builtins in the daemon process, not in the worker | Kay Sievers | |
2012-08-08 | udev: initialize rules dir timestamps when reading rules | Kay Sievers | |
On Wed, Aug 8, 2012 at 11:48 AM, Michael Schroeder <mls@suse.de> wrote: > if rules are installed in the first 3 seconds after the udev start, > the stamps will all be zero, so the [first] call to check_rules_timestamp() > will just copy the current mtime [and not cause a rules re-load]. | |||
2012-08-08 | loginctl: use bus_method_call_with_reply() where posible | Simon Peeters | |
2012-08-08 | autogen.sh: disable _FORTIFY_SOURCE, we want -O0, which is incompatible | Kay Sievers | |
2012-08-08 | build-sys: link internal selinux lib to systemd-remount-fs | Kay Sievers | |
2012-08-08 | build-sys: pass param to stack protector | Lennart Poettering | |
2012-08-08 | build-sys: drop obsolete gcc switch | Lennart Poettering | |
2012-08-08 | build-sys: typo fix | Lennart Poettering | |
2012-08-08 | TODO: misleading socket warning | Kay Sievers | |
2012-08-08 | build-sys: enable a couple of security features | Lennart Poettering | |
Most distributions enable these downstream anyway, but it probably makes sense to enable them unconditionally upstream too. | |||
2012-08-08 | move bus_method_call_with_reply() to dbus-common | Simon Peeters | |
2012-08-08 | systemctl: use bus_method_call_with_reply() where posible | Simon Peeters | |
use the method introduced by the previous commit | |||
2012-08-08 | systemctl: add bus_method_call_with_reply | Simon Peeters | |
this method combines the folowing dbus calls and there error handling: dbus_message_new_method_call() dbus_message_append_args() dbus_connection_send_with_reply_and_block() | |||
2012-08-07 | units: remove prefdm | Lennart Poettering | |
It's time to get rid of prefdm. Distributions which still want to use this should maintain this downstream, but it's probably better to just provide proper units for the various display managers, like Fedora is doing this, for example: https://fedoraproject.org/wiki/Features/DisplayManagerRework | |||
2012-08-07 | update TODO | Lennart Poettering | |