Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | udev: Fix device matching in the accelerometer | Bastien Nocera | |
As we were searching by ID_PATH, it would have been possible for us to find a sibling device instead of the device we were looking for. This fixes device matching on the WeTab with the upstream kernel, as it was trying to use the "Asus Laptop extra buttons" device instead of the accelerometer. | |||
2013-01-10 | update TODO | Lennart Poettering | |
2013-01-10 | dbus: properly serialize calendar timer data | Lennart Poettering | |
As it turns out the bus properties for timer units wre really broken, so let's clean this up for good and properly add calendar timer serialization. We really should get that right before finalizing the bus API documentation in the wiki... | |||
2013-01-10 | bootchart: tabs to spaces | Thomas Hindoe Paaboel Andersen | |
2013-01-10 | man/systemd.unit.xml: fix typos | Thomas Hindoe Paaboel Andersen | |
2013-01-09 | man/systemd-bootchart.xml: fix typo | Thomas Hindoe Paaboel Andersen | |
2013-01-09 | tabs to spaces | Thomas Hindoe Paaboel Andersen | |
Skipped bootchart and various files that looked like they should be kept in sync with external sources. | |||
2013-01-09 | timedated: remove left-over distribution specific code | Kay Sievers | |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers | |
2013-01-09 | bootchart: check return of fopen before setvbuf in log.c | Lukas Nykryn | |
2013-01-09 | udev: don't call fclose on NULL in is_pci_multifunction | Lukas Nykryn | |
2013-01-08 | update TODO | Lennart Poettering | |
2013-01-08 | dbus: fix serialization of calendar timers | Lennart Poettering | |
2013-01-08 | update TODO | Lennart Poettering | |
2013-01-08 | bootchart: install missing man page and config file | Umut Tezduyar | |
2013-01-08 | udev: net_id - skip stacked network devices | Kay Sievers | |
2013-01-08 | build-sys: fix spelling of sysvrcndirsystemd/v197 | Lennart Poettering | |
2013-01-08 | update NEWS | Lennart Poettering | |
2013-01-08 | build-sys: bump version and so revisions | Lennart Poettering | |
2013-01-08 | core: properly initialize kernel timestamp | Lennart Poettering | |
2013-01-08 | analyze: add emacs mode header | Lennart Poettering | |
2013-01-08 | git: ignore bootchart binary | Lennart Poettering | |
2013-01-07 | build-sys: disable static libraries | Kay Sievers | |
2013-01-07 | Revert "build-sys: remove .la files after installation" | Kay Sievers | |
"make distcheck" fails with: ERROR: files left after uninstall: ./usr/lib64/security/pam_systemd.so ./lib/libnss_myhostname.so.2 ./lib64/python2.7/site-packages/systemd/_journal.so This reverts commit ca25fde748dba7ee74e24dff2db6aff1d9faea00. | |||
2013-01-07 | bootchart: merge bootchart | Auke Kok | |
Bootchart is renamed to 'systemd-bootchart' and installed as /usr/lib/systemd/systemd-bootchart. The configuration file will reside in /etc/systemd/bootchart.conf. | |||
2013-01-07 | TODO: update | Kay Sievers | |
2013-01-07 | update TODO | Lennart Poettering | |
2013-01-07 | build-sys: fix help text for --disable-myhostname | Lennart Poettering | |
2013-01-07 | build-sys: remove .la files after installation | Zbigniew Jędrzejewski-Szmek | |
Define KEEP_LA_FILES to keep them. The hook is repeated because both install-exec-hook and install-data-hook can install libraries and with parallel make it's not possible to predict which one will run first. http://lists.freedesktop.org/archives/systemd-devel/2013-January/008016.html tl;dr: Libtool .la files are not very useful for linking linux libraries. | |||
2013-01-07 | localectl: use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
set_freep() is added to automatize set_free(). | |||
2013-01-07 | Update .mailmap | Zbigniew Jędrzejewski-Szmek | |
2013-01-07 | logind: Capability of making seats without framebuffer devices | Oleg Samarin | |
file logind.c: The seat is now activated by any device with udev tag "seat-master" file 71-seat.rules.in: All framebuffer devices have this tag | |||
2013-01-07 | localectl: support systems without locale-archive | Giovanni Campagna | |
Not all systems ships with locales inside /usr/lib/locale-archive, some prefer to have locale data as individual subdirectories of /usr/lib/locale. (A notable example of this is OpenEmbeddded, and OSes deriving from it like gnome-ostree). Given that glibc supports both ways, localectl should too. | |||
2013-01-07 | tmpfiles: move legacy flag-files handling to legacy.conf | Tom Gundersen | |
2013-01-07 | TODO | Tom Gundersen | |
2013-01-07 | nss-myhostname: remove redundant .gitignore | Tom Gundersen | |
2013-01-07 | nss-myhostname: integrate documentation | Tom Gundersen | |
Converted from html to xml and changed the style to fit into the other manpages. | |||
2013-01-07 | nss-myhostname: integrate into systemd buildsystem | Tom Gundersen | |
Note that there are still some rome for cleanups. In particular, the .la files are now installed, which we probably don't want; and some of the macros in Makefile.am are likely redundan. | |||
2013-01-07 | nss-myhostname: remove duplicate LICENCE | Tom Gundersen | |
Also update the licence in the source files. | |||
2013-01-07 | nss-myhostname: remove non-Linux support | Tom Gundersen | |
2013-01-07 | Merge nss-myhostname | Tom Gundersen | |
2013-01-06 | build: Drop "=" from move-to-rootlibdir define | Michael Biebl | |
The variable assignment operator was introduced in make 3.82 and thus breaks "make install" with older versions of make. Since "=" is optional in make 3.82 it is safe to drop. | |||
2013-01-06 | update TODO | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | systemd: use unit logging macros | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | journal: new logging macros to include UNIT= | Zbigniew Jędrzejewski-Szmek | |
Adding UNIT= to log lines allows them to be shown in 'systemctl status' output, etc. A new set of macros and functions is added. This allows for less verbose notation than using log_struct() explicitly. The set of logging functions is expanded to take a pair of arguments (e.g. "UNIT=" and the RHS) which add an extra line to the structured log entry. This can be used to add macros which add a different identifier later on. | |||
2013-01-06 | fstab-generator: modernize style | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | core/path: modernize style | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | core/mount: modernize style | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | core/dbus-unit: modernize style | Zbigniew Jędrzejewski-Szmek | |
2013-01-06 | core/manager: modernize style | Zbigniew Jędrzejewski-Szmek | |