Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | udev: add btrfs support | Kay Sievers | |
All "btrfs" file systems will be registered with the kernel when they show up. Incomplete multi-device volumes will set SYSTEMD_READY=0, to prevent access until the volume is complete and fully registered. | |||
2012-09-17 | directive-index: journal directives | Zbigniew Jędrzejewski-Szmek | |
2012-09-17 | directive-index: system manager directives | Zbigniew Jędrzejewski-Szmek | |
2012-09-17 | directive-index: add UDEV fields | Zbigniew Jędrzejewski-Szmek | |
2012-09-17 | man: generate an index of directives | Zbigniew Jędrzejewski-Szmek | |
Systemd has a large (and growing) number of manpages. Sometimes it's not immediately obvious, where to look for a directive. Especially, when something is described in more than one place. Making sense of all the settings should be easier with an index. | |||
2012-09-14 | man: remove timezone(5) and add localtime(5) | Shawn Landden | |
2012-09-13 | rpm: expose preset dir as rpm macro and in systemd.pc | Lennart Poettering | |
2012-09-13 | python: make gcc shut up | Lennart Poettering | |
2012-09-13 | python: reindent to follow coding style | Lennart Poettering | |
2012-09-13 | python: integrate David Strauss' python-systemd package | Lennart Poettering | |
2012-09-11 | build-sys: perform autodetection of quota-tools binaries | Dave Reisner | |
Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries, falling back on hardcoded defaults when they can't be found. | |||
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" ↵ | Lennart Poettering | |
state | |||
2012-09-10 | build-sys: add libsystemd-id128-internal.la as dep to libsystemd-core.la | Lennart Poettering | |
condition.c makes use of sd_id128_get_machine() after all. Spotted by Khem Raj. | |||
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering | |
2012-09-05 | tmpfiles: don't attempt creation of device nodes when we run in a container | Lennart Poettering | |
2012-09-03 | journal: don't pull in flush service from journald service | Lennart Poettering | |
In the initrd we don't need the flush service hence don't attempt to pull it in. | |||
2012-09-03 | journal: generate structured journal messages for a number of events | Lennart Poettering | |
2012-08-25 | build-sys: xsltproc is required for man pages and gtk-doc | Zbigniew Jędrzejewski-Szmek | |
2012-08-23 | build-sys: prepare release 189systemd/v189 | Lennart Poettering | |
2012-08-22 | journal: the ratelimiter is part of journald | Lennart Poettering | |
2012-08-22 | journald: split off native protocol support into its own .c file | Lennart Poettering | |
2012-08-22 | journald: split console transport stuff into its own file | Lennart Poettering | |
2012-08-22 | journald: move stream protocol into its own .c file | Lennart Poettering | |
2012-08-22 | journald: splitt of syslog protocol support into its own file | Lennart Poettering | |
2012-08-22 | journald: split /dev/kmsg related stuff into its own .c file | Lennart Poettering | |
2012-08-22 | journald: augment journal entries from the kernel with data from udev | Lennart Poettering | |
2012-08-21 | build-sys: fix ntp-units.d path creation | Lennart Poettering | |
Spotted by Dave Reisner | |||
2012-08-20 | journalctl: output FSS key as QR code on generating | Lennart Poettering | |
2012-08-20 | journal: make libgcrypt dependency optional | Lennart Poettering | |
2012-08-16 | keymap: fix map name reference | Kay Sievers | |
2012-08-16 | journal: journal-send.h doesn't actually exist | Lennart Poettering | |
2012-08-16 | journal: split up journal-file.c | Lennart Poettering | |
2012-08-16 | journal: implement basic journal file verification logic | Lennart Poettering | |
2012-08-16 | journal: implement generic sharable mmap caching logic | Lennart Poettering | |
instead of having one simple per-file cache implement an more comprehensive one that works for multiple files and can actually maintain multiple maps per file and per object type. | |||
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-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
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-08 | build-sys: prepare release 188systemd/v188 | 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: link internal selinux lib to systemd-remount-fs | Kay Sievers | |
2012-08-08 | build-sys: typo fix | Lennart Poettering | |
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-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-03 | build-sys: do not link systemctl against journal-internal and id128-internal | Simon Peeters | |
systemctl does not need the internal journal and id128 libraries to function, so don't link against them. | |||
2012-08-01 | journal: add sd_journal_perror() to API | Lennart Poettering | |
2012-07-31 | build-sys: fix path to src/gudev/gudevenumtypes.h | Zbigniew Jędrzejewski-Szmek | |
This file is generated, so it should be referred to as $(top_builddir)/src/gudev/gudevenumtypes.h. It could only appear in $(top_srcdir) as a result of previous build in $(top_srcdir). Better to just let automake add the prefix for us, so there's no need to spell it out. Remove the prefix from other source files too, $(top_srcdir) is the default anyway. | |||
2012-07-31 | build-sys: always create the output directory first | Zbigniew Jędrzejewski-Szmek | |
$(MKDIR_P) is added where missing, and rules are standardized on one form of $(MKDIR_P), to make it easier to spot when it is missing. Single line $(MKDIR)&&command form is broken into two line form. https://bugs.freedesktop.org/show_bug.cgi?id=49459 For compilation in a separate build directory to work, when a file is generated, the rule must include an explicit mkdir first, unless the file is created at the top level. Even when building in a separate build-dir, automake would normally create all directories as a side result of creating the dependencies files. Therefore the bug was only visible with -C (turning off dependency generation). | |||
2012-07-29 | Revert "man: ship systemd-udevd as the real manpage" | Lennart Poettering | |
We want to keep things uniform, and hence treat udevd's man page like any other in the repo. What matters is how users primarily interface with a service, and that is not the binary path in /usr/lib/systemd but the service name. This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1. | |||
2012-07-28 | man: ship systemd-udevd as the real manpage | Dave Reisner | |
Instead of making systemd-udevd a so-link to systemd-udevd.service, ship the real page as systemd-udevd to integrate better with distros where udevd might be run standalone. | |||
2012-07-28 | build-sys: always populate EXTRA_DIST | Bryan Kadzban | |
"make dist" can build a different tarball depending on the flags passed to ./configure and the (optional) dependencies found on the system. Move all append-to-EXTRA_DIST operations out of automake conditionals to fix this. Introduce a polkitpolicy_files so that the policy files built still correctly depend on the automake conditionals, but the .in files that get distributed do not. |