1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00
Commit Graph

4217 Commits

Author SHA1 Message Date
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
Kay Sievers
e5d8ce91be builtin: blkid - add missing ID_FS_USAGE 2011-12-23 04:06:34 +01:00
Kay Sievers
c7f9693c14 builtin: blkid - add missing newline 2011-12-23 03:40:31 +01:00
Kay Sievers
95de03a7a2 buildsys: disable tar.gz 2011-12-23 03:30:02 +01:00
Kay Sievers
009cc08c7b rules: do not preprocess 60-persistent-storage.rules 2011-12-23 03:23:37 +01:00
Kay Sievers
7c2dee4a4d rules: switch to built-in blkid 2011-12-23 03:21:53 +01:00
Kay Sievers
c38a141b1f update blkid builtin 2011-12-23 03:16:56 +01:00
Kay Sievers
e216e514cf build argv[] for builtin commands 2011-12-23 02:02:44 +01:00
Alan Stern
db634679ad [PATCH[ udev: ata_id: Fix length of INQUIRY command
SCSI INQUIRY commands are 6 bytes long, not 12 bytes.
2011-12-23 00:33:09 +01:00
Kay Sievers
aa29418a13 add builtin load/unload initializers 2011-12-21 23:10:56 +01:00
Kay Sievers
81dadce58f prepare builtins for blkid and kmod 2011-12-21 22:30:48 +01:00
Luis Felipe Strano Moraes
f18f225cf1 Switch spawn_read to void and remove useless stores there.
The return value was never used and even if errors were found inside spawn_wait should still be called.
2011-12-21 11:47:51 -08:00
Kay Sievers
28e490c945 make: do not (mis-)use the config file generator, create .xz tarball 2011-12-21 15:46:10 +01:00
Ville Skyttä
636c7a44d5 man: spelling fix 2011-12-20 23:50:01 +01:00
Kay Sievers
1f7d0a68ea configure: fix typo
<mgorny> kay: btw you've got         sbindir:                ${bindir}
<mgorny> in configure check result printing
<mgorny> I think that's a typo
<kay> oh
2011-12-14 23:29:48 +01:00
Kay Sievers
12a362be5c use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation 2011-12-05 17:23:56 +01:00
Kay Sievers
c096407caa systemd: use PassCred=yes 2011-12-05 17:23:56 +01:00
Kay Sievers
48b14aa053 rename 'init' directory to 'systemd' 2011-12-05 17:23:56 +01:00
Martin Pitt
7156ac005b 75-persistent-net-generator.rules: Add Xen
Xen devices are not always caught by the SUBSYSTEMS=="xen" clause, so explictly
add their registered MAC prefix:

  http://www.coffer.com/mac_find/?string=00%3A16%3A3E

https://launchpad.net/bugs/897789
2011-11-29 19:06:49 +01:00