Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | keymap: Add Sony VGN | Martin Pitt | |
https://launchpad.net/bugs/939868 | |||
2012-08-14 | conf-parser: simplify a few things by using set_ensure_allocated() rather ↵ | Lennart Poettering | |
than set_new() | |||
2012-08-14 | man: extend documentation for RestartPreventExitStatus= and ↵ | Lennart Poettering | |
SuccessExitStatus= a bit | |||
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn | |
In some cases, like wrong configuration, restarting after error does not help, so administrator can specify statuses by RestartPreventExitStatus which will not cause restart of a service. Sometimes you have non-standart exit status, so this can be specified by SuccessfulExitStatus. | |||
2012-08-13 | journal: include tag object header in hmac | Lennart Poettering | |
2012-08-13 | journal: add all objects we add to HMAC | Lennart Poettering | |
2012-08-13 | journald: initial version of FSPRG hookup | Lennart Poettering | |
This adds forward-secure authentication of journal files. This patch includes key generation as well as tagging of journal files, Verification of journal files will be added in a later patch. | |||
2012-08-13 | umount: MS_MGC_VAL is so 90s | Lennart Poettering | |
2012-08-13 | update TODO | Lennart Poettering | |
2012-08-13 | nspawn,namespaces: make sure we recursively bind mount things in | Lennart Poettering | |
We want to make sure that everything from the host is also visible in the sandbox. | |||
2012-08-13 | machine-id: properly mount transient machine ID read-only | Lennart Poettering | |
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 | |