1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
Commit Graph

4254 Commits

Author SHA1 Message Date
Kay Sievers
385ff54383 update TODO 2012-01-23 16:15:20 +01:00
Kay Sievers
a7ef118174 move variable inside condition 2012-01-23 05:21:13 +01:00
Kay Sievers
0ecfcbd4f7 print warning when rules try to rename kernel device nodes 2012-01-23 05:15:12 +01:00
Kay Sievers
b0a0080677 use devnode() for $name not sysname(), device nodes might be in a subdirectory 2012-01-23 04:44:35 +01:00
Kay Sievers
a1525d1720 fix some fallout from tab removal 2012-01-22 22:44:13 +01:00
Kay Sievers
579734fca5 release 178 2012-01-21 06:35:06 +01:00
Kay Sievers
d2b795f2b9 libudev: do not set DEVNAME= twice
When we read the 'uevent' file we need to make sure, that we do not
read the relative DEVNAME= path provided by the kernel and overwrite
the absolute path udev expects here.
2012-01-21 06:18:32 +01:00
Kay Sievers
430959910f warn about deprecated RUN+="socket:" use 2012-01-21 03:07:32 +01:00
Kay Sievers
6102188c93 rules: rtc - point /dev/rtc symlink to 'hctosys' device 2012-01-21 02:56:32 +01:00
Kay Sievers
c23d8fb18f Makefile: switch from .asc to .sign 2012-01-18 14:50:12 +01:00
Martin Pitt
46505c52a6 keymap: Add Alienware M14xR1
https://launchpad.net/bugs/901513
2012-01-18 12:14:54 +01:00
Martin Pitt
c861d52fd6 keymap: Fix keyboard brightness keys on Samsung 700Z series
https://launchpad.net/bugs/902332
2012-01-18 12:06:58 +01:00
Martin Pitt
1cb6889100 keymap: Fix eject button on Samsung 700Z series
https://launchpad.net/bugs/902798
2012-01-18 12:05:01 +01:00
Martin Pitt
4bebab9998 keymap: Fix rfkill button on Hewlett-Packard HP ProBook
https://bugs.launchpad.net/bugs/914838
2012-01-18 11:34:44 +01:00
Kay Sievers
e64fae5573 udevd: kill hanging event processes after 30 seconds
Some broken kernel drivers load firmware synchronously in the module init
path and block modprobe until the firmware request is fulfilled.

The modprobe-generated firmware request is a direct child device of the
device which caused modprobe to run. Child device event are blocked until
the parent device is handled. This dead-locks until the kernel firmware
loading timeout of 60 seconds is reached.

The hanging modprobe event should now time-out and allow the firmware
event to run before the 60 second kernel timeout.
2012-01-18 05:06:18 +01:00
Kay Sievers
1b9e13e2e2 builtin: blkid - add missing ID_ prefix
<ridikulus_rat>  60-persistent-storage.rules gpt by-partlabel/by-partuuid
  symlinks not created in udev-177 util-linux-2.20.1 kmod-3 in Archlinux x86_64.
<falconindy> ridikulus_rat: fix the rule, or fix the blkid builtin ;)
<kay> oh, i missed the ID_ stuff? :)
2012-01-16 15:38:41 +01:00
Kay Sievers
338dc67a00 Makefile: update kernel.org doc hooks for kup 2012-01-12 18:52:21 +01:00
Evan Nemerson
a5f834204f gudev: several minor introspection fixes
- Include exported package information
  - Include C include information
  - g_udev_device_get_parent & g_udev_device_get_parent_with_subsystem
    transfer ownership of their return values

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2012-01-12 09:06:43 +01:00
Kay Sievers
1305ffe045 release 177 2012-01-12 05:31:45 +01:00
Kay Sievers
ccf4fd45f6 rule_generator: use += for dist_udevhome_DATA 2012-01-12 05:28:43 +01:00
Kay Sievers
00e35730af rule_generator: fix to install rules in rules.d/ 2012-01-12 05:10:34 +01:00
Kay Sievers
afa462dc18 Makefile: update kernel.org sign and upload hook 2012-01-12 00:18:41 +01:00
Kay Sievers
d8d2af0635 release 176 2012-01-11 21:50:29 +01:00
Kay Sievers
2b76eb68ac man: mention that no daemons should be started by udev 2012-01-11 21:49:25 +01:00
Kay Sievers
bd59d82322 fix compiler warning 2012-01-10 19:37:41 +01:00
Kay Sievers
db8f32f6ed cdrom_id: int -> bool 2012-01-10 16:37:41 +01:00
Kay Sievers
04daa3407a add .vimrc 2012-01-10 16:20:40 +01:00
Kay Sievers
22dde8d712 fix debug message 2012-01-10 02:06:36 +01:00
Kay Sievers
dc401e0189 autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now
-O0
  [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument)

-O1
[pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
2012-01-10 02:05:08 +01:00
Kay Sievers
912541b024 tabs are as useful as a hole in the head 2012-01-10 01:34:15 +01:00
Kay Sievers
ebda27438b add test/src to .gitignore 2012-01-09 23:47:00 +01:00
Kay Sievers
9e4e44e578 build-sys: try to build without installed xsltproc 2012-01-09 23:44:47 +01:00
Kay Sievers
c59d1e45bd autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works 2012-01-09 23:17:56 +01:00
Lucas De Marchi
6a6b254354 builtin: kmod - log if modules are blacklisted 2012-01-09 20:40:29 +01:00
Kay Sievers
1111415a75 doc: fix out of tree build (copy from libkmod) 2012-01-09 17:38:29 +01:00
Kay Sievers
32740a39b5 rules: delete arch specific rules 2012-01-09 17:27:11 +01:00
Kay Sievers
d914e44509 replace unpacked sysfs test tree 'test/sys/' with packed tarball 2012-01-06 16:13:13 +01:00
Kay Sievers
ad29a9f14f merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ 2012-01-06 05:07:10 +01:00
Kay Sievers
9fbe27d9d6 autogen.sh: enable git pre-commit 2012-01-05 19:22:03 +01:00
Kay Sievers
1495719024 build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev 2012-01-05 19:13:41 +01:00
Kay Sievers
16ab1f22fc require kmod >= 3 2012-01-05 15:23:49 +01:00
Kay Sievers
7abdf3e00c build-sys: use use ${ac_default_prefix} 2012-01-05 04:17:13 +01:00
Mike Frysinger
d876eea1c4 hwdb: drop useless line freeing
getline() takes care of extending the buffer as needed, so no point in
constantly freeing it before every call.
2012-01-02 22:45:19 +01:00
Kay Sievers
a8e49f5913 builtin: kmod - hook up kmod_validate_resources() 2012-01-02 12:38:50 +01:00
Kay Sievers
220893b3cb remove mknod() logic and rely on 'devtmpfs' 2012-01-01 04:21:15 +01:00
Kay Sievers
eed0832780 systemd: rename PassCred= to PsssCredentials= 2012-01-01 04:00:16 +01:00
Kay Sievers
57c6f8ae5f update README 2011-12-28 19:03:43 +01:00
Kay Sievers
43d5c5f036 udevd: remove TIMEOUT= handling
http://thread.gmane.org/gmane.linux.hotplug.devel/17206/focus=17211
2011-12-28 01:06:55 +01:00
Kay Sievers
fe6784cfd4 builtin: kmod - switch to kmod_module_probe_insert_module() 2011-12-27 20:17:39 +01:00
Kay Sievers
3cf5266b02 builtin: move usb-db, pci-db to builtins 2011-12-27 17:02:52 +01:00