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

4235 Commits

Author SHA1 Message Date
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
Kay Sievers
86a0d004c3 udevd: always create runtime dir
<falconindy> kay: udev no longer makes /run/udev on its own?
<kay> falconindy: added back!
2011-12-27 06:14:59 +01:00
Kay Sievers
4f1795cca7 move rules dirs to udev context; replace inotify with time-controlled stat() 2011-12-27 03:49:43 +01:00
Kay Sievers
d1aacc0fa9 update NEWS 2011-12-25 20:48:16 +01:00
Kay Sievers
dd8a93e0d8 make: introduce --with-rootprefix= 2011-12-25 20:41:52 +01:00
Kay Sievers
80df994cc2 builtin: kmod - hook up udev main logging to libkmod 2011-12-25 18:59:42 +01:00
Kay Sievers
85eaf38c3b builtin: firmware - add missing file 2011-12-25 18:10:07 +01:00
Kay Sievers
57f4ef67aa builtin: firmware - move 'firmware' tool to builtins 2011-12-25 17:58:30 +01:00
Kay Sievers
d1c13ddcb3 update NEWS 2011-12-25 16:52:53 +01:00
Kay Sievers
7c85d636e6 invalidate rules and kmod index with 'udevadm control --reload'
- rename --reload-rules to --reload
  - invalidate rules and databases only, delay parsing to the next event
  - enable debug output for test-builtin
2011-12-25 16:37:15 +01:00
Kay Sievers
779f4de1b9 builtin: rename load()/unload() to init()/exit() 2011-12-24 17:58:52 +01:00
Kay Sievers
f775ccfcf2 builtin: kmod - reload index when rules are reloaded 2011-12-24 03:51:05 +01:00
Kay Sievers
b2ddca8a21 add copyright 2011-12-23 18:30:29 +01:00
Kay Sievers
b45ce692de builtin: kmod - link against libkmod 2011-12-23 18:19:18 +01:00
Kay Sievers
f71a55810f autogen.sh: moce CFLAGS from to configure.ac; print common ./configure options 2011-12-23 13:38:46 +01:00
Kay Sievers
749f464f91 update NEWS 2011-12-23 13:37:48 +01:00
Kay Sievers
c2e63452dd remove last sbindir use 2011-12-23 05:18:43 +01:00
Kay Sievers
0e2856a268 builtin: apply format string 2011-12-23 05:12:34 +01:00
Kay Sievers
4a9460f15a rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules 2011-12-23 04:54:08 +01:00
Kay Sievers
06316d9f1a builtin: kmod - switch modprobe to builtin 2011-12-23 04:50:33 +01:00