Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-12-05 | SELinux: label created symlink instead of node | Russell Coker | |
The current code will label the target of a symlink rather than the link itself. This means that the link does not get it's context set and the target gets the wrong context. Incidentally this affects the labelling of hard disk device nodes and can get in the way of booting. Also get_media() should not be called with devname==NULL. | |||
2006-11-27 | scsi_id: remove trailing garbage from ID_SERIAL_SHORT | Marco d'Itri | |
2006-11-27 | write_cd_rules: identity-based persistence | Marco d'Itri | |
Bryan Kadzban wrote: > Marco d'Itri wrote: > > Bryan Kadzban wrote: > > > > > This is a sort of follow-up of my path-based persistence patch for > > > net devices; it's the opposite type of addition for CD symlinks. > > > > Looks good. I am attaching a slightly reformatted version, I think it > > should be applied. > > That's probably a lot more clear than my version anyway: what you posted > looks like it does basically the same thing, just with some changes in > the order and sense of checks. | |||
2006-11-27 | man: recreate from xml | Kay Sievers | |
2006-11-27 | man: fix udevmonitor text | Kay Sievers | |
Thanks to Bauke Jan Douma. | |||
2006-11-15 | volume_id: fix endianess bug in linux_raid detection | Kay Sievers | |
2006-11-15 | update SUSE rules | Kay Sievers | |
2006-11-14 | update SUSE rules | Kay Sievers | |
2006-11-14 | update example rules | Kay Sievers | |
2006-11-14 | update Fedora rules | Kay Sievers | |
2006-10-20 | release 103 | Kay Sievers | |
2006-10-15 | update Fedora rules | Kay Sievers | |
2006-10-15 | update SUSE rules | Kay Sievers | |
2006-10-15 | volume_id: add comment about hfs uuid conversion | Kay Sievers | |
2006-10-13 | volume_id: add checksum check to via_raid | Kay Sievers | |
2006-10-13 | persistent storage rules: skip gnbd devices | Kay Sievers | |
2006-10-10 | release 102 | Kay Sievers | |
2006-10-10 | update SUSE rules | Kay Sievers | |
2006-10-10 | scsi_id: export ID_SERIAL_SHORT without vendor/product | Kay Sievers | |
2006-10-08 | if /sys/subsystem exists, skip class, bus, block scanning | Kay Sievers | |
2006-10-08 | first try "subsystem" link at a parent device, before guessing | Kay Sievers | |
2006-10-03 | writing_udev_rules: fix typo in example rule | Daniel Drake | |
This was pointed out by SG Wilkinson. | |||
2006-10-02 | path_id: fix SAS disk handling | MUNEDA Takahiro | |
2006-09-30 | update default rules | Kay Sievers | |
2006-09-30 | update SUSE rules | Kay Sievers | |
2006-09-30 | create missing ChangeLog for version 101 | Kay Sievers | |
2006-09-30 | release 101 | Kay Sievers | |
2006-09-23 | add IMPORT operations to the udev man page | Bryan Kadzban | |
2006-09-23 | cleanup default rules | Bryan Kadzban | |
2006-09-20 | update slackware rules | Piter PUNK | |
2006-09-20 | fix spelling in deprecation warning | Kay Sievers | |
Found by Andreas Hanke. | |||
2006-09-20 | fix udevinfo help text typo | Arjan Opmeer | |
2006-09-20 | udevtrigger: fix typo that prevents partition events | MichaĆ Bartoszkiewicz | |
2006-09-20 | update Frugalware rules | VMiklos | |
2006-09-19 | udevtrigger: trigger devices sorted by their dependency | Kay Sievers | |
Resolve the links to the real device location in the tree, and sort the list, to make sure that parent devices are triggered before their childs. | |||
2006-09-19 | udev_sysfs: unify symlink resolving | Kay Sievers | |