1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
Commit Graph

4184 Commits

Author SHA1 Message Date
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
Kay Sievers
1021e6dfcc man: clarify 'config file stack' 2011-11-22 23:51:17 +01:00
Kay Sievers
d35f720418 do not ship autogen.sh in the tarball 2011-11-22 01:16:33 +01:00
Sjoerd Simons
59ae8d015a keymap: Add Lenovo Thinkpad X220 Tablet
The Lenovo Thinkpad X220 Tablet has similar buttons as the previous
generations (circular arrow and rotate screen)

Signed-off-by: Sjoerd Simons <sjoerd@luon.net>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-11-21 07:55:04 +01:00
Kay Sievers
842ee61c43 libudev: print log_fn address instead of ctx when setting logging function
Patch from Jiri Pirko <jpirko@redhat.com> for libabc.
2011-11-08 21:59:27 +01:00
Kay Sievers
6f410b81aa release 175 2011-11-07 23:28:10 +01:00
Kay Sievers
eabac232a5 rules: fix typo 2011-11-07 23:21:29 +01:00
Harald Hoyer
7b9cebf082 extras/keymap/findkeyboards: beautify shell code and get rid of grep
- save some extra forks and grep with shell code instead of calling
  grep
- use $() instead of backticks (improves readability and addes
  nesting capabilities)

Signed-off-by: Harald Hoyer <harald@redhat.com>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-11-07 17:54:04 +01:00
Kay Sievers
5101923ff9 rules: restore rule to set cdrom group for optical drives
On Sun, Nov 6, 2011 at 21:45, William Hubbs <w.d.hubbs@gmail.com> wrote:
> someone on gentoo just reported to me that the following rule has been
> deleted from udev-174, which is leaving his optical devices in the
> standard "disk" group. He does not want to add his users to this group.
2011-11-06 23:30:31 +01:00
Kay Sievers
6a90a5124a make: tweak some autofoo according to Flameeyes' recommendations for libabc 2011-11-04 15:16:35 +01:00
Kay Sievers
6dd19db57c replace AC_DISABLE_STATIC with LT_INIT([disable-static]) 2011-11-02 00:07:59 +01:00
Kay Sievers
dbfb570586 do not skip /dev/{disk,char}/M:m removal when the device node is already gone 2011-11-01 13:33:33 +01:00
David Zeuthen
45197c02a5 gudev: Use g_ascii_strtoull() instead of strtoul()
This ensures that we get the same behavior on both 32- and
64-bit. Pointed out on the mailing list:

 http://permalink.gmane.org/gmane.linux.hotplug.devel/17145

Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-10-31 22:20:34 +01:00
David Zeuthen
39649a8b3a gudev: Use strtoul to parse unsigned 64-bit integers
Otherwise it will return 0x7fffffffffffffff instead of
0x8000000000000004 for e.g. this property

 ID_PART_ENTRY_FLAGS=0x8000000000000004

Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-10-31 13:47:22 +01:00
Martin Pitt
092a53bb92 keymap: Fix stuck keys on BenQ nScreen
https://launchpad.net/bugs/606599
2011-10-26 15:32:57 +02:00
Martin Pitt
18ba176189 keymap: Fix bluetooth key on Acer TravelMate 7720
https://launchpad.net/bugs/696671
2011-10-26 15:14:03 +02:00
Martin Pitt
b3ffede4d9 keymap: Fix "internet" key on HP G62
https://launchpad.net/bugs/763525
2011-10-26 15:10:19 +02:00
Martin Pitt
6415f89732 keymap: More Asus module variants
https://launchpad.net/bugs/795694
2011-10-26 15:06:08 +02:00
Martin Pitt
23afb57f29 keymap: Fix stuck keys on GIGABYTE i1520M
Thanks Lukáš Mojžíš!

https://launchpad.net/bugs/770680
2011-10-26 14:30:26 +02:00
Martin Pitt
6882949d7a findkeyboards: Consistently use spaces instead of tabs 2011-10-26 11:11:15 +02:00
Martin Pitt
8ab7a9be03 extras/keymap/findkeyboards: Filter out non-event devices
This avoids running udevadm info --query=name against a non-existing devnode,
which aborts the script early.
2011-10-26 11:03:21 +02:00
Martin Pitt
3aa3be179f check-keymaps.sh: Allow running separately
Provide default arguments for SRCDIR and KEYLIST, so that you can just run this
from the root of the source tree, separately from make distcheck.
2011-10-26 07:38:06 +02:00
Jerone Young
7796af6ae6 keymap: Fix micmute remap for Lenovo Thinkpads
Linux Kernel 3.1 now has proper support for a mic mute button:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=33009557bd

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-10-26 07:34:53 +02:00
Kay Sievers
9569148736 ignore entire rules line if unknown keys are used 2011-10-22 20:50:23 +02:00
Kay Sievers
af9cfc1190 make: add gpg signing bits 2011-10-20 00:01:02 +02:00
Kay Sievers
b3eccdce81 release 174 2011-10-19 20:49:35 +02:00
Kay Sievers
09637f7434 rules: do not load sg module 2011-10-19 20:42:10 +02:00
Jerone Young
6ac6c3a04c Add mic mute keycode support for Lenovo Thinkpad USB keyboard
This patch adds mic mute keycode support for the Lenovo Thinkpad USB
keyboard. Support for this keycode was introduced upstream, and will be
defined in upcoming 3.1 Linux Kernel input.h header:

  http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=33009557bd

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-10-19 20:29:07 +02:00
Kay Sievers
9371e6f3e0 systemd: use ConditionCapability=CAP_MKNOD instead of ConditionVirtualization=!container 2011-10-12 02:02:16 +02:00
Kay Sievers
54da62909f udevd: add missing braces
David: uh, don't you need curly braces in the udevd.c part at the bottom?
2011-10-11 13:25:44 +02:00
Kay Sievers
d964a4bfde udevd: install into /lib/udev instead of /sbin 2011-10-10 20:27:20 +02:00
Kay Sievers
c61e36b1b4 update NEWS 2011-10-10 14:49:18 +02:00
Kay Sievers
29282732bd udev_ctrl_cleanup()- accept NULL as argument 2011-10-10 02:30:42 +02:00
Kay Sievers
1f5a5100f3 udevd: control - no not delete socket file when --daemon is used 2011-10-10 00:38:56 +02:00