summaryrefslogtreecommitdiffstats
path: root/src/udev (follow)
Commit message (Expand)AuthorAgeFilesLines
* keymap: add some more Asus laptop keysPierre Neidhardt2013-06-041-0/+4
* keymap: Add Logitech USB (iTouch)Martin Pitt2013-05-241-0/+1
* keymap: Add DIXONSPMartin Pitt2013-05-211-0/+2
* keymap: Add BenQ JoyBookMartin Pitt2013-05-211-1/+1
* keymap: Add Samsung 900XC3Martin Pitt2013-05-212-2/+2
* keymap: Add support for Eject button on MSI GE60/GE70Johan Heikkilä2013-05-151-0/+1
* keymap/findkeyboards: avoid throwaway attribute-walkVille Skyttä2013-05-041-1/+1
* Spelling fixesVille Skyttä2013-05-041-1/+1
* Add printf attributes in exported headersZbigniew Jędrzejewski-Szmek2013-04-261-4/+3
* Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek2013-04-241-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-183-5/+5
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-161-1/+1
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-151-1/+1
* udev/ata_id: zero out variable properlyZbigniew Jędrzejewski-Szmek2013-04-151-4/+3
* udev/ata_id: use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-111-169/+146
* keymap: Fix typo in previous commitMartin Pitt2013-04-091-1/+1
* keymap: Add HP EliteBook 8460pPali Rohar2013-04-091-0/+1
* udev/udev-ctrl.c:udev_ctrl_new_from_fd() enable SO_PASSCREDHarald Hoyer2013-04-081-0/+2
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-061-2/+1
* udevadm: do not free node on successZbigniew Jędrzejewski-Szmek2013-04-051-41/+37
* udev-builtin-usb_id: avoid comparison of unsigned and ssize_tZbigniew Jędrzejewski-Szmek2013-04-051-20/+14
* PAM, uaccess: check for logind, not for systemdMartin Pitt2013-04-051-2/+1
* udevadm-hwdb: avoid leak in error pathZbigniew Jędrzejewski-Szmek2013-04-051-1/+2
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-2/+2
* accelerometer: remove dead if and modernizeZbigniew Jędrzejewski-Szmek2013-03-311-21/+14
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-311-1/+1
* udev: extern on functions is pointlessLennart Poettering2013-03-301-9/+9
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* udev: check return value of uname.Václav Pavlín2013-03-291-1/+5
* build-sys: fix HAVE/ENABLE_FIRMWAREKay Sievers2013-03-283-6/+6
* keymap: Fix Touchpad Toggle on MSI Wind U90/U100Martin Pitt2013-03-271-0/+3
* udevd.c: set udev children_max according to CPU countHarald Hoyer2013-03-251-29/+6
* udevadm: place const in the right placeZbigniew Jędrzejewski-Szmek2013-03-231-1/+1
* udev: no need to output OOM, if we call log_oom() anywayLennart Poettering2013-03-221-5/+3
* udev/collect: avoid initalizing memory twiceZbigniew Jędrzejewski-Szmek2013-03-221-1/+3
* udev: always set selinux label at "add" eventsKay Sievers2013-03-211-2/+4
* Make two functions staticZbigniew Jędrzejewski-Szmek2013-03-211-1/+1
* keymap: Remap microphone mute and touchpad toggle for Lenovo U300sOzan Çağlayan2013-03-191-1/+3
* keymap: Fix touchpad toggling on Lenovo IdeaPad U300sOzan Çağlayan2013-03-191-1/+1
* udev: ifdef all firmware special handlingKay Sievers2013-03-181-0/+6
* udev: make firmware loading optional and disable by defaultTom Gundersen2013-03-182-0/+6
* Remove or indent #define GNU_SOURCEZbigniew Jędrzejewski-Szmek2013-03-111-4/+0
* udev: fix segfault with android rndisRob Clark2013-03-031-1/+1
* udev: remove database conversion codeKay Sievers2013-03-031-87/+0
* udev: firmware - do not created /run/udev/firmware-missing/Kay Sievers2013-03-032-24/+0
* udev: usb_id: parse only 'size' bytes of the 'descriptors' bufferKay Sievers2013-02-171-1/+1
* udev: usb_id - ignore non-ASCII serial numbersKay Sievers2013-02-171-0/+11
* udev: expose new ISO9660 properties from libblkidZeeshan Ali (Khattak)2013-02-171-0/+16
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-142-0/+2
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-1315-53/+53