summaryrefslogtreecommitdiff
path: root/src/login/sysfs-show.c
Commit message (Collapse)AuthorAge
* shared: add terminal-util.[ch]Ronny Chevalier2017-03-14
|
* use new name DRAW_TREE_VERTICALThomas Hindoe Paaboel Andersen2014-04-23
| | | | Was renamed in 6b01f1d3911bd7c7eadbb8a3b4375bd3ac05c98f
* loginctl: when showing device tree of seats with no devices show something ↵Lennart Poettering2013-12-18
| | | | useful
* core,logind: libudev usage modernizationsLennart Poettering2013-12-18
| | | | Always use cleanup logic and don't eat up errors returned by libudev
* core,logind,networkd: check for udev device initialization via enumeration ↵Lennart Poettering2013-12-18
| | | | | | | matches Instead of checking each device after we got it, check wuth an enumeration filter instead, to make it more efficient.
* sysfs-show.c: return negative errorThomas Hindoe Paaboel Andersen2013-11-30
| | | | introduced in 1ca208fb4f93e5869704af1812cbff7130a2fc03
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
|
* logind: rename "seat-master" tag to "master-of-seat"Lennart Poettering2013-02-09
| | | | | | | | | | | We currently enforce that seats are to be named in the form of "seatXXX", i.e. need to begin with the 4 characters "seat". Thus, "seat-master" would qualify as a seat name. As seat names are frequently used as tags on devices, the "seat-master" tag might hence confuse logind if the user decides to name a seat "seat-master". Hence, avoid any ambuigity: let's rename the "seat-master" tag to "master-of-seat".
* loginctl: don't show [UACCESS] info in device treeLennart Poettering2013-01-25
| | | | | | | As the tree doesn't really necessarily show all device node devices and only those are marked for uaccess it's kinda pointless showing this at all, since it would give a pretty incomplete impression of the uaccess information.
* loginctl: show seat master and uaccess devices in seat-status outputLennart Poettering2013-01-24
|
* util: nicer tree drawingsMichal Schmidt2012-11-12
| | | | Draw trees more similar to pstree/findmnt/lsblk/...
* util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt2012-11-02
| | | | | | | When printing cgroup and sysfs hierarchies, avoid using UTF-8 box drawing characters if the locale is not UTF-8. https://bugzilla.redhat.com/show_bug.cgi?id=871153
* util: split-out path-util.[ch]Kay Sievers2012-05-08
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* login: move seat udev rules to login subdirKay Sievers2012-01-22