summaryrefslogtreecommitdiff
path: root/src/device.c
AgeCommit message (Collapse)Author
2011-08-01load-fragment: speed up parsing by using a perfect hash table with ↵Lennart Poettering
configuration settings built by gperf
2011-05-05unit: make ignoring in snapshots a per unit property, instead of a per unit ↵Lennart Poettering
type property
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵Lennart Poettering
around when isolating
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
Just some lame spelling corrections with no functionality.
2011-02-09device: consider udev devices with SYSTEMD_READY=0 as unpluggedLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but ↵Lennart Poettering
just the reload job
2011-01-08device: don't warn if we cannot bump the socket bufferLennart Poettering
2010-11-26udev: make sure we aleways read from netlink, if there is dataKay Sievers
2010-11-26udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devicesKay Sievers
2010-11-15units: get rid of no_requires unit flag, and make crypto disks require ↵Lennart Poettering
cryptsetup service
2010-11-14manager: always pull 'following' units into transactionLennart Poettering
2010-10-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-28device: set recursive_stop=true by defaultLennart Poettering
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ↵Lennart Poettering
aliased swap disks
2010-08-26device: allow aliases on devicesLennart Poettering
2010-08-20device: handle properly if two devices want to have the same nameLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=624539
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-17device: be more verbose of udev confuses usLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-06device: properly handle devices that are referenced before they show upLennart Poettering
2010-07-21unit: deduce following unit value dynamically instead of statically, to ↵Lennart Poettering
avoid dangling pointers
2010-07-20device: do not merge devicesLennart Poettering
Don't try to merge devices that have been created via dependencies when they appear in the system and can be recognized as the same. Instead, simply continue to maintain them independently of each other, however with the same state cycle. Why? Because otherwise we'd have a hard time to seperate the dependencies after the devices are unplugged again and we hence cannot be sure anymore that next time the device is plugged in it will carry the same names. Example: if one depndency refers to dev-sda.device and another one to dev-by-id-xxxyyy.device we only learn at time of plug in of the device that it is actually the same device that was ment. In the moment the device is unplugged again we won't know anymore their relation to each other and the next time the harddisk is plugged it might even appear as dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies continue to have the meaning they were intended to have let's hence keep the .device objects seperate all the time, even when they are plugged in. This patch also introduces a new Following= property which points from the various .device units of a specific device to the main .device unit for it. This can be used by the client side to figure out the relation of the .device units to each other and even filter units from display.
2010-07-17job: timeout every job independently of the unitLennart Poettering
2010-07-16device: rename 'available' state to 'plugged'Lennart Poettering
2010-07-13device: properly create dependenciesLennart Poettering
2010-07-07util: use quoted word parsing where applicableLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering
2010-05-22device: make use of new libudev tags logicLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering