chiark / gitweb /
Kay Sievers [Mon, 14 Aug 2006 22:00:16 +0000 (00:00 +0200)]
udevd: remove huge socket buffer on the control socket
Kay Sievers [Sun, 13 Aug 2006 03:34:05 +0000 (05:34 +0200)]
097 release
Kay Sievers [Sun, 13 Aug 2006 03:32:09 +0000 (05:32 +0200)]
udevd: read DRIVER from the environment
Kay Sievers [Sun, 13 Aug 2006 02:24:40 +0000 (04:24 +0200)]
update SUSE rules
Kay Sievers [Sun, 13 Aug 2006 02:23:16 +0000 (04:23 +0200)]
don't report an error on overlong comment lines
Kay Sievers [Sun, 13 Aug 2006 02:22:21 +0000 (04:22 +0200)]
update Fedora rules
Kay Sievers [Fri, 11 Aug 2006 14:41:52 +0000 (16:41 +0200)]
add late.rules to default rules
Kay Sievers [Fri, 11 Aug 2006 14:41:15 +0000 (16:41 +0200)]
add 'crypto' devices to persistent storage rules
Anssi Hannula [Fri, 11 Aug 2006 14:40:20 +0000 (16:40 +0200)]
add joystick support to persistent input rules
Kay Sievers [Fri, 11 Aug 2006 12:48:38 +0000 (14:48 +0200)]
move default rules to etc/udev/rules.d/
Kay Sievers [Fri, 11 Aug 2006 12:39:13 +0000 (14:39 +0200)]
update SUSE rules
Kay Sievers [Thu, 10 Aug 2006 12:26:18 +0000 (14:26 +0200)]
update frugalware rules
Kay Sievers [Thu, 10 Aug 2006 10:50:53 +0000 (12:50 +0200)]
udevd: autotune max_childs/max_childs_running
Piter PUNK [Tue, 8 Aug 2006 16:10:16 +0000 (18:10 +0200)]
update slackware rules
Kay Sievers [Mon, 7 Aug 2006 01:13:27 +0000 (03:13 +0200)]
update README
Kay Sievers [Sat, 5 Aug 2006 17:18:41 +0000 (19:18 +0200)]
udevd: remove useless udevinitsend parameter
Kay Sievers [Sat, 5 Aug 2006 11:24:05 +0000 (13:24 +0200)]
initialize unused sockets to -1
Kay Sievers [Sat, 5 Aug 2006 11:22:44 +0000 (13:22 +0200)]
rename udevcontrol message types and variables
Kay Sievers [Sat, 5 Aug 2006 02:59:25 +0000 (04:59 +0200)]
report failing getpwnam/getgrnam as error
Kay Sievers [Fri, 4 Aug 2006 22:35:05 +0000 (00:35 +0200)]
switch ifdef __KLIBC__ to ifndef __GLIBC__
Kay Sievers [Fri, 4 Aug 2006 22:02:58 +0000 (00:02 +0200)]
libvolume_id: read ufs2 label
Taken from the FreeBSD HAL repository.
Kay Sievers [Fri, 4 Aug 2006 22:00:15 +0000 (00:00 +0200)]
Makefile: fix dependency
Kay Sievers [Sun, 30 Jul 2006 13:54:28 +0000 (15:54 +0200)]
udevinfo: add DRIVER==
Kay Sievers [Sat, 29 Jul 2006 00:13:42 +0000 (02:13 +0200)]
refresh vol_id man page
Kay Sievers [Sat, 29 Jul 2006 00:08:58 +0000 (02:08 +0200)]
man pages: work around xmlto which tries to be smart
Kay Sievers [Fri, 28 Jul 2006 23:48:11 +0000 (01:48 +0200)]
man pages: replace 'device-path' by 'devpath'
Marco d'Itri [Fri, 28 Jul 2006 23:01:21 +0000 (01:01 +0200)]
path_id: fix an harmless syntax error
Marco d'Itri [Fri, 28 Jul 2006 23:00:16 +0000 (01:00 +0200)]
make rename_netif() error messages useful
Richard Purdie [Thu, 27 Jul 2006 08:53:11 +0000 (10:53 +0200)]
Fix inotify syscalls on ARM
This patch fixes the inotify syscalls on ARM so they work. It uses
__NR_SYSCALL_BASE from the libc headers (via sys/syscall.h) as this
value depends on which ABI you're using and trying to work that out gets
complicated.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Kay Sievers [Tue, 25 Jul 2006 12:59:50 +0000 (14:59 +0200)]
libvolume_id: add parameter 'size' to all probe functions
Kay Sievers [Tue, 25 Jul 2006 12:45:09 +0000 (14:45 +0200)]
remove 'static' from local variable
Kay Sievers [Fri, 21 Jul 2006 20:31:58 +0000 (22:31 +0200)]
use "change" instead of "online" events
The kernel driver may send "change" to signify a device state
change and udev can possibly recreate symlinks.
Kay Sievers [Fri, 21 Jul 2006 19:42:05 +0000 (21:42 +0200)]
increase /proc/stat read buffer
Kay Sievers [Fri, 21 Jul 2006 19:41:11 +0000 (21:41 +0200)]
switch uevent netlink socket to group 1 only
Kay Sievers [Thu, 13 Jul 2006 14:59:01 +0000 (16:59 +0200)]
vol_id: add --skip-raid and --probe-all option
Kay Sievers [Tue, 11 Jul 2006 12:16:59 +0000 (14:16 +0200)]
firmware.sh: remove needless '/'
Kay Sievers [Sun, 9 Jul 2006 19:48:19 +0000 (21:48 +0200)]
096 release
Kay Sievers [Sun, 9 Jul 2006 19:32:55 +0000 (21:32 +0200)]
path_id: prepare for new sysfs layout
Kay Sievers [Thu, 6 Jul 2006 11:49:43 +0000 (13:49 +0200)]
allow longer devpath values
Kay Sievers [Tue, 4 Jul 2006 16:41:07 +0000 (18:41 +0200)]
Makefiles: fix .PHONY for man page target
Thanks to David Härdeman for pointing it out.
Kay Sievers [Tue, 4 Jul 2006 10:34:55 +0000 (12:34 +0200)]
095 release
Kay Sievers [Tue, 4 Jul 2006 10:27:00 +0000 (12:27 +0200)]
remove broken %e enumeration
Tobias Klauser [Sun, 2 Jul 2006 23:03:53 +0000 (01:03 +0200)]
print usage of udevcontrol when no or invalid command is given
Kay Sievers [Sun, 2 Jul 2006 22:58:35 +0000 (00:58 +0200)]
netif rename: optimistic loop for the name to become free
Parts from Ubuntu's 70-ifrename.patch.
Kay Sievers [Fri, 16 Jun 2006 09:11:27 +0000 (11:11 +0200)]
update SUSE rules
Kay Sievers [Fri, 16 Jun 2006 09:11:07 +0000 (11:11 +0200)]
udevinfo: clarify parent device attribute use
Kay Sievers [Wed, 14 Jun 2006 16:12:01 +0000 (18:12 +0200)]
allow "online" events to create/update symlinks
Kay Sievers [Wed, 14 Jun 2006 14:32:52 +0000 (16:32 +0200)]
don't remove symlinks if they are already there
Consecutive "add" events will not remove and recreate the same symlinks
anymore. No longer valid links, like after changing a filesystem label,
will still be removed.
Kay Sievers [Mon, 12 Jun 2006 18:28:35 +0000 (20:28 +0200)]
update SUSE rules
Kay Sievers [Mon, 12 Jun 2006 08:27:03 +0000 (10:27 +0200)]
094 release
Kay Sievers [Sun, 11 Jun 2006 15:11:27 +0000 (17:11 +0200)]
add persistent-input.rules
Daniel Drake [Sat, 10 Jun 2006 21:46:15 +0000 (23:46 +0200)]
update "writing udev rules"
Kay Sievers [Wed, 7 Jun 2006 14:00:34 +0000 (16:00 +0200)]
remove MODALIAS key and substitution
Kay Sievers [Tue, 30 May 2006 14:01:28 +0000 (16:01 +0200)]
libvolume_id: gfs + gfs2 support
Patch from Red Hat.
Marco d'Itri [Mon, 29 May 2006 19:00:32 +0000 (21:00 +0200)]
update Debian rules
Kay Sievers [Mon, 29 May 2006 09:18:16 +0000 (11:18 +0200)]
093 release
Kay Sievers [Mon, 29 May 2006 09:17:21 +0000 (11:17 +0200)]
skip device mapper devices for persistent links
It conflicts with snapshot creation. It will move to its own rule
file after kernel provides needed additional events.
Kay Sievers [Sun, 28 May 2006 08:23:32 +0000 (10:23 +0200)]
replace binary firmware helper with shell script
Kay Sievers [Sat, 27 May 2006 10:20:51 +0000 (12:20 +0200)]
remove udevsend
Kay Sievers [Fri, 26 May 2006 15:35:44 +0000 (17:35 +0200)]
path_id: prevent endless loop for SAS devices on older kernels
Kay Sievers [Tue, 23 May 2006 12:30:06 +0000 (14:30 +0200)]
update Fedora rules
Hannes Reinecke [Tue, 23 May 2006 11:26:41 +0000 (13:26 +0200)]
path_id: add support for iSCSI devices
Kay Sievers [Mon, 15 May 2006 19:57:28 +0000 (21:57 +0200)]
libvolume_id: add more software raid signatures
Kay Sievers [Sat, 13 May 2006 16:38:03 +0000 (18:38 +0200)]
libvolume_id: fat - check for signature at end of sector
Kay Sievers [Fri, 12 May 2006 13:25:17 +0000 (15:25 +0200)]
092 release
Kay Sievers [Fri, 12 May 2006 09:35:57 +0000 (11:35 +0200)]
libvolume_id: nss - use different uuid
Kay Sievers [Thu, 11 May 2006 15:23:41 +0000 (17:23 +0200)]
update Fedora rules
Kay Sievers [Wed, 10 May 2006 15:11:00 +0000 (17:11 +0200)]
edd_id: fix "(null)" output if "mbr_signature" does not exist
Marco d'Itri [Tue, 9 May 2006 16:24:43 +0000 (18:24 +0200)]
path_id: fix bashism
Libor Klepac [Tue, 9 May 2006 16:23:20 +0000 (18:23 +0200)]
path_id: add platform and serio support
Kay Sievers [Tue, 9 May 2006 06:46:07 +0000 (08:46 +0200)]
vol_id: add NetWare volume detection
Kay Sievers [Sun, 7 May 2006 20:31:06 +0000 (22:31 +0200)]
selinux: fix typo in block device node selection
Kay Sievers [Mon, 1 May 2006 18:36:21 +0000 (20:36 +0200)]
fix offsetof() build issue with recent glibc
Marco d'Itri [Mon, 1 May 2006 01:32:30 +0000 (03:32 +0200)]
update Debian rules
Kay Sievers [Sun, 30 Apr 2006 23:45:26 +0000 (01:45 +0200)]
add more warnings for invalid key operations
Kay Sievers [Sun, 30 Apr 2006 23:44:59 +0000 (01:44 +0200)]
update SUSE rules
Kay Sievers [Sun, 30 Apr 2006 00:06:15 +0000 (02:06 +0200)]
update SUSE rules
Kay Sievers [Fri, 28 Apr 2006 15:52:09 +0000 (17:52 +0200)]
vol_id: fix logging from libvolume_id's log function
Kay Sievers [Thu, 27 Apr 2006 22:34:05 +0000 (00:34 +0200)]
udevd: create leading directories for /dev/.udev/uevent_seqnum
Kay Sievers [Thu, 27 Apr 2006 22:32:32 +0000 (00:32 +0200)]
don't include stropts.h, some libc's don't like it
Kay Sievers [Tue, 25 Apr 2006 20:39:59 +0000 (22:39 +0200)]
091 release
Kay Sievers [Tue, 25 Apr 2006 20:31:09 +0000 (22:31 +0200)]
update SUSE rules
Kay Sievers [Tue, 25 Apr 2006 16:50:56 +0000 (18:50 +0200)]
udevd: export initial sequence number on startup
Kay Sievers [Mon, 24 Apr 2006 17:25:55 +0000 (19:25 +0200)]
allow NAME=="value" to check for already assigned value
Kay Sievers [Sat, 22 Apr 2006 15:28:50 +0000 (17:28 +0200)]
persistent rules: fix typo in dm rule
Hannes Reinecke [Fri, 21 Apr 2006 18:02:58 +0000 (20:02 +0200)]
path_id: fix SAS device path generation
Kay Sievers [Sat, 15 Apr 2006 17:49:15 +0000 (19:49 +0200)]
udevtest: don't try to delete symlinks
Kay Sievers [Sat, 15 Apr 2006 17:32:38 +0000 (19:32 +0200)]
090 release
Kay Sievers [Sat, 15 Apr 2006 17:32:05 +0000 (19:32 +0200)]
apply format char to variables exported by ENV
Kay Sievers [Thu, 13 Apr 2006 07:44:07 +0000 (09:44 +0200)]
path_id: fix loop for SAS devices
Kay Sievers [Wed, 12 Apr 2006 20:08:05 +0000 (22:08 +0200)]
remove old symlinks before creating current ones
This will prevent incorrect symlinks when a filesystem
label is changed and the event is triggered again from
sysfs.
Matt Kraai [Tue, 11 Apr 2006 17:35:52 +0000 (19:35 +0200)]
fix typo in error message
Kay Sievers [Tue, 11 Apr 2006 17:33:51 +0000 (19:33 +0200)]
usb_id: remove uneeded code
Kay Sievers [Sat, 8 Apr 2006 16:19:10 +0000 (18:19 +0200)]
udevtrigger: fix event order
Thanks for the fix to:
Thomas de Grenier de Latour <degrenier@easyconnect.fr>
Kay Sievers [Sat, 8 Apr 2006 03:04:35 +0000 (05:04 +0200)]
volume_id: move some debug to info level
Kay Sievers [Thu, 6 Apr 2006 18:56:15 +0000 (20:56 +0200)]
let udevmonitor show the possibly renamed devpath
For renamed network interfaces, the udev socket message header
contained the original devpath, which we have updated in the
environment after the kernel has silently renamed the netif.
Kay Sievers [Thu, 6 Apr 2006 18:40:58 +0000 (20:40 +0200)]
export INTERFACE_OLD if we renamed a netif
Marco d'Itri [Thu, 6 Apr 2006 17:52:41 +0000 (19:52 +0200)]
add inotify support for hppa and MIPS and log if inotify is not available
Kay Sievers [Thu, 6 Apr 2006 17:46:24 +0000 (19:46 +0200)]
set default udevsettle timeout to 3 minutes
Kay Sievers [Wed, 5 Apr 2006 20:29:33 +0000 (22:29 +0200)]
merge device event handling and make database content available on "remove"