Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-15 | maintain index over device-names to devpath relation | Kay Sievers | |
2007-03-15 | increase /proc/stat buffer | Kay Sievers | |
2007-03-15 | update internal variables if we see $DEVPATH during IMPORT | Kay Sievers | |
2007-03-14 | encode db-file names, instead of just replacing '/' | Kay Sievers | |
2007-03-13 | udevd: cleanup std{in,our,err} on startup | Matthias Schwarzott | |
It occurs, when root-partition has no /dev/console, meaning that kernel could not open it, and such udevd is started without open filedescriptors 0 1 2. In that case udevd openes its sockets (netlink and control). They get fds between 0 and 2. Later duping /dev/null to 0 1 2 closes the sockets and replaces them with /dev/null. The error condition can also be reproduced by starting udevd with this command-line: udevd --daemon <&- >&- 2>&- | |||
2007-03-13 | update Gentoo rules | Kay Sievers | |
2007-03-12 | delete dasd_id, it moved to s390-tools | Kay Sievers | |
These s390-tools-1.6.0 (applicable for the "October 2005 stream") replace s390-tools-1.5.4. New tools: * tape390_crypt: Tool to control and query crypto settings for 3592 zSeries tape devices. * mon_fsstatd: Daemon that writes filesystem utilization data to the z/VM monitor stream. * dumpconf: Allows to configure the dump device used for system dump in case a kernel panic occurs. * dasdinfo: Display unique DASD ID, either uid or volser. * 59-dasd.rules: udev rules for unique DASD device nodes created in /dev/disk/. http://www.ibm.com/developerworks/linux/linux390/s390-tools-1.6.0.html | |||
2007-03-12 | update Fedora rules | Kay Sievers | |
2007-03-11 | default rules: wait for 0:0:0:0 scsi devices only | Kay Sievers | |
2007-03-10 | udevmonitor: add switch for kernel and udev events | Kay Sievers | |
2007-03-08 | man: spelling fixes | Kay Sievers | |
Thanks to Robert P. J. Day. | |||
2007-03-08 | create_floppy_devices: apply specified mode without umask | Kay Sievers | |
2007-03-07 | man: fix typo | Kay Sievers | |
2007-03-07 | man: add missing options to various man pages | Kay Sievers | |
2007-03-03 | release 106 | Kay Sievers | |
2007-02-28 | remove dead rule in persistent tape rules | Kay Sievers | |
Thanks to Matthias Schwarzott for spotting this. | |||
2007-02-27 | persistent device naming: tape devices and medium changers | Jamie Wellnitz | |
This adds persistent symlinks for nst tape devices to the example rules. The symlinks live under /dev/tape/by-id/. Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | |||
2007-02-26 | rule_generator: fix for creating rules on read-only filesystem | Matthias Schwarzott | |
2007-02-25 | scsi_id: accept tabs in /etc/scsi_id.conf | Kay Sievers | |
2007-02-25 | man: add note about parent matching behavior | Kay Sievers | |
2007-02-25 | add test for an attribute which contains an operator char | Kay Sievers | |
2007-02-25 | fix udev attribute names with a colon | Theodoros V. Kalamatianos | |
2007-02-24 | remove --version from the udevinfo man page | Kay Sievers | |
We have: udevd --version now, which is always available, unlike udevinfo which is installed in /usr. | |||
2007-02-24 | add option --version to udevd | Matthias Schwarzott | |
2007-02-24 | update DRIVER== changes | Kay Sievers | |
2007-02-16 | add (subsystem) to udevmonitor output | Kay Sievers | |
2007-02-16 | apply format chars to ATTR before writing to sysfs | Kay Sievers | |
2007-02-14 | update example rules | Kay Sievers | |
2007-02-14 | create_floppy_devices: add option for owner/group | Kay Sievers | |
2007-02-05 | path_id: append LUN to iSCSI path | Kay Sievers | |
2007-02-05 | man: correct udevinfo --export-db | Kay Sievers | |
Thanks to: Matthias Schwarzott <zzam@gentoo.org> | |||
2007-02-03 | release 105 | Kay Sievers | |
2007-02-03 | volume_id: really fix endianess bug in linux_raid detection | Kay Sievers | |
Seems we find the md signature in cpu-order on the disk. Let's look for both endian encodings ... Thanks to Michael Prokop for his help finding the bug. | |||
2007-02-01 | exclude parent devices from DRIVER== match | Kay Sievers | |
We have DRIVERS= for this. | |||
2007-02-01 | fix %c $string substitution | Sergey Vlasov | |
Fix udev_rules_apply_format() to give error messages for unknown format elements and pass such elements to the output string unmodified. When truncating the substitution string to the length specified in the format string, head[len] = '\0' could write outside the buffer if that length was too large. | |||
2007-01-28 | man: fix typos in scsi_id and udevd | A. Costa | |
2007-01-23 | fix retry-loop in netif-rename code | Matthias Schwarzott | |
2007-01-23 | unlink old database file before creating a new one | Sergey Vlasov | |
udev_db_add_device() can be called when the corressponding database entry already exists - it should overwrite the old entry in this case. However, if the old entry was a symlink, fopen(filename, "w") will not overwrite it properly - it will keep the symlink and create a file named after the symlink target. Calling unlink(filename) before trying to create the database file fixes the problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> | |||
2007-01-22 | vol_id: document -L | Andrey Borzenkov | |
2007-01-21 | udevd: init signal pipe before daemonizing | Sergey Vlasov | |
2007-01-21 | vol_id: add -L to print raw partition label | Andrey Borzenkov | |
2007-01-21 | correct typo in extras/scsi_id/scsi_id.conf | Matthias Schwarzott | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2007-01-02 | release 104 | Kay Sievers | |
2007-01-02 | use git-archive instead of git-tar-tree | Kay Sievers | |
2007-01-02 | update Fedora rules | Kay Sievers | |
2006-12-08 | rename "udev.c" to "test-udev.c" - it is only for testing | Kay Sievers | |
2006-12-08 | remove outdated documentation | Kay Sievers | |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers | |
2006-12-06 | inotify syscall definitions for M32R | Kazuhiro Inaoka | |