summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * ata_id: whitespace fixesKay Sievers2012-02-011-34/+34
| * keymap: Fix touchpad toggle button on Lenovo IdeapadJames M. Leddy2012-02-011-1/+2
| * extras: cdrom_id - create only /dev/cdromKay Sievers2012-01-301-1/+0
| * extras: cdrom_id - create /dev/cdrom and conditionally /dev/dvd for sr0Kay Sievers2012-01-301-0/+3
| * do not stop rule processing when device node is no longer aroundKay Sievers2012-01-293-14/+8
| * builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keysKay Sievers2012-01-261-1/+1
| * fix path to extrasKay Sievers2012-01-241-4/+4
| * use sysname() for devices without a device nodeKay Sievers2012-01-241-3/+6
| * move variable inside conditionKay Sievers2012-01-231-2/+2
| * print warning when rules try to rename kernel device nodesKay Sievers2012-01-231-0/+11
| * use devnode() for $name not sysname(), device nodes might be in a subdirectoryKay Sievers2012-01-231-5/+8
| * fix some fallout from tab removalKay Sievers2012-01-221-106/+106
| * libudev: do not set DEVNAME= twiceKay Sievers2012-01-211-6/+13
| * warn about deprecated RUN+="socket:" useKay Sievers2012-01-212-1/+4
| * keymap: Add Alienware M14xR1Martin Pitt2012-01-181-0/+2
| * keymap: Fix keyboard brightness keys on Samsung 700Z seriesMartin Pitt2012-01-181-1/+1
| * keymap: Fix eject button on Samsung 700Z seriesMartin Pitt2012-01-181-0/+1
| * keymap: Fix rfkill button on Hewlett-Packard HP ProBookMartin Pitt2012-01-181-0/+1
| * udevd: kill hanging event processes after 30 secondsKay Sievers2012-01-182-13/+51
| * builtin: blkid - add missing ID_ prefixKay Sievers2012-01-161-2/+2
| * gudev: several minor introspection fixesEvan Nemerson2012-01-121-2/+2
| * man: mention that no daemons should be started by udevKay Sievers2012-01-111-4/+5
| * fix compiler warningKay Sievers2012-01-101-2/+4
| * cdrom_id: int -> boolKay Sievers2012-01-101-52/+52
| * fix debug messageKay Sievers2012-01-101-1/+1
| * tabs are as useful as a hole in the headKay Sievers2012-01-1067-18167/+18164
| * builtin: kmod - log if modules are blacklistedLucas De Marchi2012-01-091-0/+2
| * doc: fix out of tree build (copy from libkmod)Kay Sievers2012-01-092-2/+2
| * merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers2012-01-06192-0/+32444
* logind: log with AUTH facilityLennart Poettering2012-04-034-1/+11
* fix a couple of AF_UNIX connect() callsLennart Poettering2012-04-032-3/+3
* journal: in json and export mode use double underscores to prefix location fi...Lennart Poettering2012-04-031-8/+8
* systemctl: make -f short for both --follow and --forceLennart Poettering2012-04-031-6/+13
* service: schedule JOB_RESTART from SERVICE_AUTO_RESTART stateDavid Ward2012-04-031-3/+6
* analyze: Cosmetic exit when the bootup is not yet complete when plotting.Colin Guthrie2012-04-021-0/+4
* Revert "socket: if we fail to create an instantiated service for a socket, do...Michal Schmidt2012-04-021-0/+1
* install: check for proper return from dirent_ensure_typeDave Reisner2012-04-021-1/+1
* journal: implicitly add code location to all messages logged with the native ...Lennart Poettering2012-04-025-31/+271
* journal: decrease default mmap window size to allow a bigger number of journa...Lennart Poettering2012-04-021-1/+1
* bash-completion: update naming of loginctlDave Reisner2012-04-021-2/+2
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-304-3/+3
* job: add debug prints where job type gets changedMichal Schmidt2012-03-281-8/+12
* job: fix loss of ordering with restart jobsMichal Schmidt2012-03-281-43/+21
* journal: properly handle if we interleave files with different boot idsLennart Poettering2012-03-271-2/+10
* cat: fix priority typeLennart Poettering2012-03-271-1/+1
* journalctl: add --local switchLennart Poettering2012-03-271-3/+10
* man: minor typo in reference to manual pageElan Ruusamäe2012-03-261-1/+1
* logind: close FIFO before ending sessions cleanlyLennart Poettering2012-03-222-3/+98
* logind: extend comment about X11 socket symlinkLennart Poettering2012-03-221-0/+4
* add sparse support to detect endianness bugFrederic Crozat2012-03-227-51/+143